Skip to content

Verifying refs/heads/vnext 🚀 #112

Verifying refs/heads/vnext 🚀

Verifying refs/heads/vnext 🚀 #112

Triggered via push March 31, 2024 23:23
Status Success
Total duration 4m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
RunTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@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#L1393
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1424
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/PropertyDeclarationVisitor.cs#L127
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.
RunTests: Cecilifier.Core/AST/StatementVisitor.cs#L260
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.