Verifying refs/heads/disabled-test-check 🚀 #233
Annotations
11 warnings
RunTests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
RunTests:
Cecilifier.Core/Extensions/ExpressionExtensions.cs#L164
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/ExpressionVisitor.cs#L1446
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/ExpressionVisitor.cs#L1477
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/AST/MemberDependencies/MemberDependencyCollector.cs#L102
Type parameter 'T' has the same name as the type parameter from outer type 'MemberDependencyCollector<T>'
|
RunTests:
Cecilifier.Core/AST/MemberDependencies/MemberDependencyCollector.cs#L204
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
RunTests:
Cecilifier.Core/AST/BinaryOperatorHandler.cs#L60
Nullability of reference types in value of type 'Action<IVisitorContext, string, ITypeSymbol, ITypeSymbol>' doesn't match target type 'Action<IVisitorContext, string, ITypeSymbol?, ITypeSymbol?>'.
|
RunTests:
Cecilifier.Core/AST/StatementVisitor.cs#L260
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|