Skip to content

Verifying refs/tags/v2.20 🚀 #35

Verifying refs/tags/v2.20 🚀

Verifying refs/tags/v2.20 🚀 #35

Triggered via push June 18, 2023 15:31
Status Success
Total duration 5m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
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#L115
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1449
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1470
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/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#L245
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.