Skip to content

Verifying refs/heads/features/record 🚀 #154

Verifying refs/heads/features/record 🚀

Verifying refs/heads/features/record 🚀 #154

Triggered via push June 11, 2024 22:40
Status Success
Total duration 4m 23s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
RunTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1391
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1422
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/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/Extensions/SyntaxNodeExtensions.cs#L123
Cannot convert null literal to non-nullable reference type.
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: Cecilifier.Core.Tests/Tests/OutputBased/RecordTests.cs#L62
'RecordTests.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.