Skip to content

fix only first assembly being used to generate code #1279

fix only first assembly being used to generate code

fix only first assembly being used to generate code #1279

Triggered via pull request June 4, 2024 18:46
Status Failure
Total duration 15m 45s
Artifacts

codeql-analysis.yml

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

Annotations

7 errors and 10 warnings
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L12
The type or namespace name 'VetuviemGenerated' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L95
The type or namespace name 'LabelControlBindingModel<,>' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L119
The type or namespace name 'TextBoxControlBindingModel<,>' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L12
The type or namespace name 'VetuviemGenerated' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L95
The type or namespace name 'LabelControlBindingModel<,>' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/ReactiveUI.WPF.SampleApp/ViewBindingModels/QuestionnaireViewBindingModels.cs#L119
The type or namespace name 'TextBoxControlBindingModel<,>' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Process completed with exit code 1.
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptions.cs#L9
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptions'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptions.cs#L13
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptions.Add(string, string)'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L12
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L17
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.InMemoryAnalyzerConfigOptionsProvider(AnalyzerConfigOptions)'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L23
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GetOptions(SyntaxTree)'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L28
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GetOptions(AdditionalText)'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L33
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GlobalOptions'
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L30
In externally visible method 'AnalyzerConfigOptions InMemoryAnalyzerConfigOptionsProvider.GetOptions(AdditionalText textFile)', validate parameter 'textFile' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Analyze (csharp): src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L25
In externally visible method 'AnalyzerConfigOptions InMemoryAnalyzerConfigOptionsProvider.GetOptions(SyntaxTree tree)', validate parameter 'tree' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
Analyze (csharp): src/Vetuviem.Testing/BaseGeneratorTests.cs#L112
Change return type of method 'CreateDriver' from 'Microsoft.CodeAnalysis.GeneratorDriver' to 'Microsoft.CodeAnalysis.CSharp.CSharpGeneratorDriver' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)