Bump sqltoolsservice from 54fe38e
to ad0aedb
#975
Annotations
5 errors and 10 warnings
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs#L42
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs#L42
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs#L42
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/ConcurrentCache.cs#L42
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/CommandOptions.cs#L148
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L41
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L129
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L161
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L430
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L432
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L474
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
sqltoolsservice/src/Microsoft.SqlTools.Hosting/Utility/Logger.cs#L480
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading