C#: Use .NET 8 #2948
Annotations
3 warnings
csharp/extractor/Semmle.Extraction.CSharp/Entities/UsingDirective.cs#L23
Possible null reference argument for parameter 'expression' in 'SymbolInfo CSharpExtensions.GetSymbolInfo(SemanticModel? semanticModel, ExpressionSyntax expression, CancellationToken cancellationToken = default(CancellationToken))'.
|
csharp/extractor/Semmle.Extraction.CSharp/Extractor/Analyser.cs#L266
Member 'AnalyseNamespace' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
csharp/autobuilder/Semmle.Autobuild.CSharp.Tests/BuildScripts.cs#L330
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
The logs for this run have expired and are no longer available.
Loading