Skip to content

Verifying refs/heads/test-env (push to test-env branch) 🚀 #4

Verifying refs/heads/test-env (push to test-env branch) 🚀

Verifying refs/heads/test-env (push to test-env branch) 🚀 #4

Triggered via push October 22, 2024 21:39
Status Cancelled
Total duration 3m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
RunTests / RunTests
The run was canceled by @adrianoc.
RunTests / RunTests
The operation was canceled.
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.