Verifying refs/heads/bugbash 🚀 #99
Annotations
2 errors and 9 warnings
RunTests:
Cecilifier.Core.Tests/Tests/Unit/ConstTests.cs#L3
The type or namespace name 'NuGet' could not be found (are you missing a using directive or an assembly reference?)
|
RunTests
Process completed with exit code 1.
|
RunTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#L1362
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/ExpressionVisitor.cs#L1393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/PropertyDeclarationVisitor.cs#L127
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/AST/StatementVisitor.cs#L257
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/Extensions/TypeSyntaxExtensions.cs#L11
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
|