Annotations
1 error and 21 warnings
|
|
|
|
|
|
|
|
|
|
src/Microsoft.SqlTools.Hosting/Utility/CommandOptions.cs#L155
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Microsoft.SqlTools.Hosting/Hosting/Protocol/Channel/ChannelBase.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
|
|
|
src/Microsoft.SqlTools.ResourceProvider.Core/Common/ServiceExceptionBase.cs#L77
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
|
|
test/Microsoft.SqlTools.ServiceLayer.UnitTests/ResourceProvider/Fakes/FakeAccountManager2.cs#L18
Non-nullable property 'Trace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/Microsoft.SqlTools.ServiceLayer.UnitTests/ResourceProvider/Fakes/FakeAccountManager2.cs#L18
Non-nullable event 'CurrentAccountChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
test/Microsoft.SqlTools.ServiceLayer.UnitTests/ResourceProvider/Fakes/FakeAccountManager2.cs#L18
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job failed
Loading