Fix StableWrapperDrawer null reference when no visible children#5
Merged
Annotations
10 warnings
|
|
|
|
|
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L93
Possible null reference argument for parameter 'root' in 'Document Document.WithSyntaxRoot(SyntaxNode root)'.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L93
The type 'Microsoft.CodeAnalysis.SyntaxNode?' cannot be used as type parameter 'TNode' in the generic type or method 'AnnotationExtensions.WithAdditionalAnnotations<TNode>(TNode, params SyntaxAnnotation[])'. Nullability of type argument 'Microsoft.CodeAnalysis.SyntaxNode?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L88
Dereference of a possibly null reference.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L86
Converting null literal or possible null value to non-nullable type.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L82
The type 'Microsoft.CodeAnalysis.SyntaxNode?' cannot be used as type parameter 'TRoot' in the generic type or method 'SyntaxNodeExtensions.ReplaceNode<TRoot>(TRoot, SyntaxNode, SyntaxNode)'. Nullability of type argument 'Microsoft.CodeAnalysis.SyntaxNode?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L34
Dereference of a possibly null reference.
|
|
dotnet/UnityStableReference/StableWrapperCodeFixProvider.cs#L34
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading