Skip to content

Add ReactiveCommandGenerator #221

Add ReactiveCommandGenerator

Add ReactiveCommandGenerator #221

Triggered via pull request December 30, 2024 19:55
Status Success
Total duration 2m 34s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

31 warnings
Build macos-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L38
Dereference of a possibly null reference.
Build macos-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L43
Converting null literal or possible null value to non-nullable type.
Build macos-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L44
Possible null reference argument for parameter 'typeSymbol' in 'string ReactiveCommandGenerator.GeneratePartialForCommands(Compilation compilation, INamedTypeSymbol typeSymbol, List<IMethodSymbol> methods)'.
Build macos-latest: 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 macos-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L169
Cannot convert null literal to non-nullable reference type.
Build macos-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L191
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
Build macos-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L285
Possible null reference argument for parameter 'name' in 'ImmutableArray<ISymbol> INamespaceOrTypeSymbol.GetMembers(string name)'.
Build macos-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L408
Possible null reference return.
Build macos-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L347
Cannot convert null literal to non-nullable reference type.
Build macos-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L369
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
Build ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build ubuntu-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L38
Dereference of a possibly null reference.
Build ubuntu-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L43
Converting null literal or possible null value to non-nullable type.
Build ubuntu-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L44
Possible null reference argument for parameter 'typeSymbol' in 'string ReactiveCommandGenerator.GeneratePartialForCommands(Compilation compilation, INamedTypeSymbol typeSymbol, List<IMethodSymbol> methods)'.
Build ubuntu-latest: 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 ubuntu-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L285
Possible null reference argument for parameter 'name' in 'ImmutableArray<ISymbol> INamespaceOrTypeSymbol.GetMembers(string name)'.
Build ubuntu-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L408
Possible null reference return.
Build ubuntu-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L169
Cannot convert null literal to non-nullable reference type.
Build ubuntu-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L191
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
Build ubuntu-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L347
Cannot convert null literal to non-nullable reference type.
Build ubuntu-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L369
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
Build windows-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L38
Dereference of a possibly null reference.
Build windows-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L43
Converting null literal or possible null value to non-nullable type.
Build windows-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L44
Possible null reference argument for parameter 'typeSymbol' in 'string ReactiveCommandGenerator.GeneratePartialForCommands(Compilation compilation, INamedTypeSymbol typeSymbol, List<IMethodSymbol> methods)'.
Build windows-latest: 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 windows-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L285
Possible null reference argument for parameter 'name' in 'ImmutableArray<ISymbol> INamespaceOrTypeSymbol.GetMembers(string name)'.
Build windows-latest: ReactiveGenerator/ReactiveCommandGenerator.cs#L408
Possible null reference return.
Build windows-latest: 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 windows-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L169
Cannot convert null literal to non-nullable reference type.
Build windows-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L191
Possible null reference argument for parameter 'key' in 'bool Dictionary<ClassDeclarationSyntax, SyntaxNode>.TryGetValue(ClassDeclarationSyntax key, out SyntaxNode value)'.
Build windows-latest: ReactiveGenerator/ReactivePropertyCodeFixProvider.cs#L347
Cannot convert null literal to non-nullable reference type.