Add ReactiveCommandGenerator #220
Annotations
10 warnings
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L38
Dereference of a possibly null reference.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L43
Converting null literal or possible null value to non-nullable type.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L44
Possible null reference argument for parameter 'typeSymbol' in 'string ReactiveCommandGenerator.GeneratePartialForCommands(Compilation compilation, INamedTypeSymbol typeSymbol, List<IMethodSymbol> methods)'.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L44
Argument of type 'List<IMethodSymbol?>' cannot be used for parameter 'methods' of type 'List<IMethodSymbol>' in 'string ReactiveCommandGenerator.GeneratePartialForCommands(Compilation compilation, INamedTypeSymbol typeSymbol, List<IMethodSymbol> methods)' due to differences in the nullability of reference types.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L169
Cannot convert null literal to non-nullable reference type.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L191
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L285
Possible null reference argument for parameter 'name' in 'ImmutableArray<ISymbol> INamespaceOrTypeSymbol.GetMembers(string name)'.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L408
Possible null reference return.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L347
Cannot convert null literal to non-nullable reference type.
|
Build Release:
ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L369
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
|
Loading