Verifying refs/heads/vnext 🚀 #178
Annotations
11 warnings
RunTests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/Extensions/ExpressionExtensions.cs#L56
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/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/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.
|
RunTests:
Cecilifier.Core.Tests/Tests/Unit/TypeResolverTests.cs#L55
Dereference of a possibly null reference.
|
RunTests:
Cecilifier.Core.Tests/Tests/Unit/TypeResolverTests.cs#L69
Dereference of a possibly null reference.
|