Verifying refs/heads/features/record 🚀 #141
Annotations
1 error and 10 warnings
RunTests
Process completed with exit code 1.
|
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#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/SyntaxNodeExtensions.cs#L123
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/AST/PropertyDeclarationVisitor.cs#L248
Argument 1 should be passed with 'ref' or 'in' keyword
|
RunTests:
Cecilifier.Core.Tests/Tests/OutputBased/RecordTests.cs#L61
'RecordTests.Equals' hides inherited member 'object.Equals(object?)'. Use the new keyword if hiding was intended.
|
RunTests:
Cecilifier.Core.Tests/Framework/OutputBasedTestBase.cs#L39
The variable 'ex' is declared but never used
|