Verifying refs/heads/test-env (push to test-env branch) 🚀 #8
cecilifier-ci-alltests.yml
on: push
RunTests
/
RunTests
3m 22s
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/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/Extensions/SyntaxNodeExtensions.cs#L124
Cannot convert null literal to non-nullable reference type.
|
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.
|