Skip to content

Verifying refs/heads/vnext 🚀 #163

Verifying refs/heads/vnext 🚀

Verifying refs/heads/vnext 🚀 #163

Triggered via push June 19, 2024 14:55
Status Success
Total duration 4m 33s
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/Extensions/ExpressionExtensions.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1392
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
RunTests: Cecilifier.Core/AST/ExpressionVisitor.cs#L1423
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#L124
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#L103
'RecordTests.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.