Skip to content

Verifying refs/heads/vnext 🚀 #95

Verifying refs/heads/vnext 🚀

Verifying refs/heads/vnext 🚀 #95

Triggered via push March 19, 2024 11:43
Status Success
Total duration 4m 2s
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/AST/ExpressionVisitor.cs#L1357
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1378
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/PropertyDeclarationVisitor.cs#L115
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/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#L257
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.