Cross assembly support #175
Annotations
10 errors and 11 warnings
Build Release:
MultiTargetingDemo/ViewModels/ViewModelBase.cs#L29
Partial property 'LoadingViewModel.IsInitialized' must have an implementation part.
|
Build Release:
MultiTargetingDemo/ViewModels/ViewModelBase.cs#L29
Partial property 'LoadingViewModel.IsInitialized' must have an implementation part.
|
Build Release:
ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L139
Partial property 'ReactiveGeneratorIntegrationTests.TestViewModel.Name' must have an implementation part.
|
Build Release:
ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L170
Partial property 'ReactiveGeneratorIntegrationTests.GenericViewModel<T>.Value' must have an implementation part.
|
Build Release:
ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L190
Partial property 'ReactiveGeneratorIntegrationTests.ComplexViewModel.Items' must have an implementation part.
|
Build Release:
ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L191
Partial property 'ReactiveGeneratorIntegrationTests.ComplexViewModel.PersonInfo' must have an implementation part.
|
Build Release:
ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L139
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
|
Build Release:
MultiTargetingDemo/ViewModels/ViewModelBase.cs#L29
Partial property 'LoadingViewModel.IsInitialized' must have an implementation part.
|
Build Release:
MultiTargetingDemo/ViewModels/ViewModelBase.cs#L29
Partial property 'LoadingViewModel.IsInitialized' must have an implementation part.
|
Build Release:
MultiTargetingDemo/ViewModels/ViewModelBase.cs#L29
Partial property 'LoadingViewModel.IsInitialized' must have an implementation part.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build Release:
ReactiveGenerator/ReactiveGenerator.cs#L304
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