Support inherited Reactive attribute #172
Annotations
10 warnings
Build Release:
ReactiveGenerator/ReactiveGenerator.cs#L290
Argument of type 'Dictionary<ISymbol?, List<ReactiveGenerator.PropertyInfo>>' cannot be used for parameter 'propertyGroups' of type 'Dictionary<ISymbol, List<ReactiveGenerator.PropertyInfo>>' in 'bool ReactiveGenerator.HasAnyReactiveProperties(INamedTypeSymbol type, Dictionary<ISymbol, List<PropertyInfo>> propertyGroups)' due to differences in the nullability of reference types.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L37
Possible null reference argument for parameter 'document' in 'Task<ImmutableArray<Diagnostic>> FixAllContext.GetDocumentDiagnosticsAsync(Document document)'.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L170
Cannot convert null literal to non-nullable reference type.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L192
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L348
Cannot convert null literal to non-nullable reference type.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L370
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L465
'DiagnosticAnalyzerExtensions.WithAnalyzers(Compilation, ImmutableArray<DiagnosticAnalyzer>, AnalyzerOptions?, CancellationToken)' is obsolete: 'Use WithAnalyzers overload without a cancellation token'
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L559
The type 'Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax?' cannot be used as type parameter 'TNode' in the generic type or method 'SyntaxFactory.List<TNode>(IEnumerable<TNode>)'. Nullability of type argument 'Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L559
Argument of type 'SyntaxList<MemberDeclarationSyntax?>' cannot be used for parameter 'members' of type 'SyntaxList<MemberDeclarationSyntax>' in 'ClassDeclarationSyntax ClassDeclarationSyntax.WithMembers(SyntaxList<MemberDeclarationSyntax> members)' due to differences in the nullability of reference types.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L561
The type 'Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax?' cannot be used as type parameter 'TNode' in the generic type or method 'SyntaxFactory.List<TNode>(IEnumerable<TNode>)'. Nullability of type argument 'Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax?' doesn't match constraint type 'Microsoft.CodeAnalysis.SyntaxNode'.
|
Loading