Skip to content

Verifying refs/heads/test-env 🚀 #3

Verifying refs/heads/test-env 🚀

Verifying refs/heads/test-env 🚀 #3

Triggered via push October 22, 2024 21:26
Status Failure
Total duration 3m 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
RunTests / RunTests
Process completed with exit code 1.
RunTests / RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1411
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests / RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1442
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests / 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 / RunTests: Cecilifier.Core/Extensions/SyntaxNodeExtensions.cs#L124
Cannot convert null literal to non-nullable reference type.
RunTests / 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 / 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 / RunTests: Cecilifier.Core/AST/StatementVisitor.cs#L260
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests / RunTests: Cecilifier.Core/AST/CollectionExpressionProcessor.cs#L191
Use 'SymbolEqualityComparer' when comparing symbols
RunTests / RunTests: Cecilifier.Core/AST/CollectionExpressionProcessor.cs#L192
Use 'SymbolEqualityComparer' when comparing symbols
RunTests / RunTests: Cecilifier.Core.Tests/Tests/OutputBased/RecordTests.cs#L103
'RecordTests.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.