Skip to content

Verifying refs/heads/features/foreach 🚀 #41

Verifying refs/heads/features/foreach 🚀

Verifying refs/heads/features/foreach 🚀 #41

Triggered via push June 30, 2023 15:34
Status Success
Total duration 5m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1444
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1465
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#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/Misc/CecilifierContext.cs#L84
The variable 'x' is assigned but its value is never used
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.