Skip to content

Add several roslyn analyzers. #501

Add several roslyn analyzers.

Add several roslyn analyzers. #501

Triggered via push May 2, 2024 03:58
Status Failure
Total duration 9m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
CodeQL-Build: Aaru.Console/AaruConsole.cs#L1
File should start with a copyright statement, containing the company name, the year and either © or 'Copyright'. (https://github.com/philips-software/roslyn-analyzers/blob/main/Documentation/Diagnostics/PH2028.md)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L122
Avoid static classes
CodeQL-Build: Aaru.Console/AaruConsole.cs#L121
SuppressMessage is not allowed.
CodeQL-Build: Aaru.Console/AaruConsole.cs#L240
Don't call string.Format unnecessarily
CodeQL-Build: Aaru.Console/AaruConsole.cs#L244
Don't call string.Format unnecessarily
CodeQL-Build: Aaru.Console/AaruConsole.cs#L248
Don't call string.Format unnecessarily
CodeQL-Build: Aaru.Generators/PluginRegisterGenerator.cs#L1
File should start with a copyright statement, containing the company name, the year and either © or 'Copyright'. (https://github.com/philips-software/roslyn-analyzers/blob/main/Documentation/Diagnostics/PH2028.md)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L1
File should start with a copyright statement, containing the company name, the year and either © or 'Copyright'. (https://github.com/philips-software/roslyn-analyzers/blob/main/Documentation/Diagnostics/PH2028.md)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L122
Avoid static classes
CodeQL-Build: Aaru.Console/AaruConsole.cs#L121
SuppressMessage is not allowed.
CodeQL-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL-Build
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
CodeQL-Build: Aaru.Console/AaruConsole.cs#L36
Correct the spelling of 'Aaru' in namespace name 'Aaru' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L76
In delegate 'Aaru.Console.WriteHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L92
In delegate 'Aaru.Console.VerboseWriteHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L60
In delegate 'Aaru.Console.VerboseWriteLineHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L84
In delegate 'Aaru.Console.ErrorWriteHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L109
In delegate 'Aaru.Console.DebugWithModuleWriteLineHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L68
In delegate 'Aaru.Console.DebugWriteLineHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L100
In delegate 'Aaru.Console.DebugWriteHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L52
In delegate 'Aaru.Console.ErrorWriteLineHandler', correct the spelling of 'arg' in parameter name 'arg' or remove it entirely if it represents any sort of Hungarian notation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
CodeQL-Build: Aaru.Console/AaruConsole.cs#L122
Correct the spelling of 'Aaru' in type name 'Aaru.Console.AaruConsole' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)