Add ReactiveCommandGenerator #217
Annotations
4 errors and 10 warnings
|
Build Release:
ReactiveGeneratorDemo/obj/GeneratedFiles/ReactiveGenerator/ReactiveGenerator.ReactiveCommandGenerator/ReactiveGeneratorDemo.ViewModels.TestViewModel.ReactiveCommands.g.cs#L14
A field initializer cannot reference the non-static field, method, or property 'TestViewModel.DoSomething()'
|
Build Release:
ReactiveGeneratorDemo/obj/GeneratedFiles/ReactiveGenerator/ReactiveGenerator.ReactiveCommandGenerator/ReactiveGeneratorDemo.ViewModels.TestViewModel.ReactiveCommands.g.cs#L14
A field initializer cannot reference the non-static field, method, or property 'TestViewModel.DoSomething()'
|
Build Release
The operation was canceled.
|
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/ReactiveGenerator.cs#L197
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/ReactiveCommandGenerator.cs#L253
Possible null reference argument for parameter 'name' in 'ImmutableArray<ISymbol> INamespaceOrTypeSymbol.GetMembers(string name)'.
|
Build Release:
ReactiveGenerator/ReactiveCommandGenerator.cs#L375
Possible null reference return.
|
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/ReactivePropertyCodeFixProvider.cs#L347
Cannot convert null literal to non-nullable reference type.
|
Loading