Add HL-DT-ST raw DVD read to device report #509
codeql-analysis.yml
on: pull_request
CodeQL-Build
20m 2s
Annotations
12 warnings
CodeQL-Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.Generators/PluginRegisterGenerator.cs#L7
Correct the spelling of 'Aaru' in namespace name 'Aaru' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
|
CodeQL-Build:
Aaru.Generators/PluginRegisterGenerator.cs#L284
Correct the spelling of 'Checksums' in member name 'Aaru.Generators.PluginRegisterGenerator.PluginFinder.Checksums' 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.Generators/PluginRegisterGenerator.cs#L47
Correct the spelling of 'checksums' in variable name 'checksums' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
|
CodeQL-Build:
Aaru.Generators/PluginRegisterGenerator.cs#L1
Correct the spelling of 'Aaru' in assembly name 'Aaru.Generators' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1704)
|
CodeQL-Build:
Aaru.Console/AaruConsole.cs#L44
In delegate 'Aaru.Console.WriteLineHandler', 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#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#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#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)
|