Verifying refs/heads/net9-update 🚀 #229
Annotations
4 errors and 11 warnings
RunTests:
Cecilifier.Core.Tests/Tests/Unit/MemberDependencies/MemberDependencyTestBase.cs#L7
The type or namespace name 'MemberDependencies' does not exist in the namespace 'Cecilifier.Core.AST' (are you missing an assembly reference?)
|
RunTests:
Cecilifier.Core.Tests/Tests/Unit/MemberDependencies/MemberDependencyTestBase.cs#L14
The type or namespace name 'MemberDependency' could not be found (are you missing a using directive or an assembly reference?)
|
RunTests:
Cecilifier.Core.Tests/Tests/Unit/MemberDependencies/MemberDependencyTestBase.cs#L38
The type or namespace name 'MemberDependency' could not be found (are you missing a using directive or an assembly reference?)
|
RunTests
Process completed with exit code 1.
|
RunTests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
RunTests:
Cecilifier.Core/Extensions/ExpressionExtensions.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/ExpressionVisitor.cs#L1407
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/ExpressionVisitor.cs#L1438
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/Misc/NameSyntaxExtensions.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/Misc/NameSyntaxExtensions.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/Extensions/SyntaxNodeExtensions.cs#L124
Cannot convert null literal to non-nullable reference type.
|
RunTests:
Cecilifier.Core/AST/StatementVisitor.cs#L260
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/CollectionExpressionProcessor.cs#L191
Use 'SymbolEqualityComparer' when comparing symbols
|
RunTests:
Cecilifier.Core/AST/CollectionExpressionProcessor.cs#L192
Use 'SymbolEqualityComparer' when comparing symbols
|
RunTests:
Cecilifier.TypeMapGenerator/TypeToAssemblyMappingSourceGenerator.cs#L15
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|