Skip to content

WIP: Feature/project settings #1246

WIP: Feature/project settings

WIP: Feature/project settings #1246

Triggered via pull request May 23, 2024 15:47
Status Failure
Total duration 12m 22s
Artifacts

codeql-analysis.yml

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

Annotations

7 errors and 13 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: glennawatson/setup-msbuild@v1.0.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: glennawatson/setup-msbuild@v1.0.3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/ControlBindingModels/AbstractControlBindingModelClassGenerator.cs#L182
Parameter 'makeClassesPublic' has no matching param tag in the XML comment for 'AbstractControlBindingModelClassGenerator.ApplyMembers(SyntaxList<MemberDeclarationSyntax>, INamedTypeSymbol, string?, bool, string, string, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/ControlBindingModels/ControlBindingModelPropertyGenerator.cs#L30
Parameter 'makeClassesPublic' has no matching param tag in the XML comment for 'ControlBindingModelPropertyGenerator.GetProperties(INamedTypeSymbol, string?, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/Core/AbstractGeneratorProcessor.cs#L40
Parameter 'rootNamespace' has no matching param tag in the XML comment for 'AbstractGeneratorProcessor.GenerateNamespaceDeclaration(NamespaceDeclarationSyntax, MetadataReference[], Compilation, Action<Diagnostic>, string, bool, string?, string, string, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/Core/AbstractGeneratorProcessor.cs#L41
Parameter 'makeClassesPublic' has no matching param tag in the XML comment for 'AbstractGeneratorProcessor.GenerateNamespaceDeclaration(NamespaceDeclarationSyntax, MetadataReference[], Compilation, Action<Diagnostic>, string, bool, string?, string, string, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/Core/IClassGenerator.cs#L28
Parameter 'rootNamespace' has no matching param tag in the XML comment for 'IClassGenerator.GenerateClass(INamedTypeSymbol, string, string?, string, string, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.SourceGenerator/Features/Core/IClassGenerator.cs#L29
Parameter 'makeClassesPublic' has no matching param tag in the XML comment for 'IClassGenerator.GenerateClass(INamedTypeSymbol, string, string?, string, string, bool)' (but other parameters do)
Analyze (csharp): src/Vetuviem.Winforms.SourceGenerator/Class1.cs#L3
Missing XML comment for publicly visible type or member 'Class1'
Analyze (csharp)
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Analyze (csharp)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/