Verifying refs/heads/staging 🚀 #238
Annotations
10 warnings
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/Extensions/ExpressionExtensions.cs#L146
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/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/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/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.
|