Skip to content

Analyzers

Analyzers #131

Triggered via pull request December 15, 2024 18:48
Status Failure
Total duration 58s
Artifacts

build.yml

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

Annotations

5 errors and 20 warnings
Build macos-latest
Process completed with exit code 1.
Build ubuntu-latest
The job was canceled because "macos-latest" failed.
Build ubuntu-latest
Process completed with exit code 1.
Build windows-latest
The job was canceled because "macos-latest" failed.
Build windows-latest
The operation was canceled.
Build macos-latest: ReactiveGenerator/ReactivePropertyAnalyzer.cs#L18
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build macos-latest: ReactiveGenerator/WhenAnyValueGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build macos-latest: ReactiveGenerator/ReactiveGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build macos-latest: ReactiveGenerator/ObservableAsPropertyHelperGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build macos-latest: ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L71
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build macos-latest: ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L97
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build macos-latest: ReactiveGenerator.Tests/AnalyzerTestHelper.cs#L49
Possible null reference argument for parameter 'document' in 'CodeFixContext.CodeFixContext(Document document, Diagnostic diagnostic, Action<CodeAction, ImmutableArray<Diagnostic>> registerCodeFix, CancellationToken cancellationToken)'.
Build macos-latest: ReactiveGenerator.Tests/AnalyzerTestHelper.cs#L62
Dereference of a possibly null reference.
Build macos-latest: ReactiveGeneratorDemo/obj/GeneratedFiles/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/ReactiveGeneratorDemo.ViewModels.ValidatingViewModel.ReactiveProperties.g.cs#L17
Non-nullable property 'PerformInitializeCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
Build ubuntu-latest: ReactiveGenerator/ObservableAsPropertyHelperGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build ubuntu-latest: ReactiveGenerator/ReactivePropertyAnalyzer.cs#L18
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build ubuntu-latest: ReactiveGenerator/ReactiveGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build ubuntu-latest: ReactiveGenerator/WhenAnyValueGenerator.cs#L11
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
Build ubuntu-latest: ReactiveGeneratorDemo/obj/GeneratedFiles/ReactiveGenerator/ReactiveGenerator.ReactiveGenerator/ReactiveGeneratorDemo.ViewModels.ValidatingViewModel.ReactiveProperties.g.cs#L17
Non-nullable property 'PerformInitializeCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
Build ubuntu-latest: ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L71
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build ubuntu-latest: ReactiveGenerator.Integration.Tests/ReactiveGeneratorIntegrationTests.cs#L97
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build ubuntu-latest: ReactiveGenerator.Tests/AnalyzerTestHelper.cs#L49
Possible null reference argument for parameter 'document' in 'CodeFixContext.CodeFixContext(Document document, Diagnostic diagnostic, Action<CodeAction, ImmutableArray<Diagnostic>> registerCodeFix, CancellationToken cancellationToken)'.
Build ubuntu-latest: ReactiveGenerator.Tests/AnalyzerTestHelper.cs#L62
Dereference of a possibly null reference.