Skip to content

Verifying refs/heads/site-layout 🚀 #52

Verifying refs/heads/site-layout 🚀

Verifying refs/heads/site-layout 🚀 #52

Triggered via push August 2, 2023 09:45
Status Success
Total duration 5m 26s
Artifacts
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/ExpressionVisitor.cs#L1527
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1548
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/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#L257
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.