Skip to content

feature: replace OPL3 with NukedOpl3 #2156

feature: replace OPL3 with NukedOpl3

feature: replace OPL3 with NukedOpl3 #2156

Triggered via pull request February 16, 2025 19:42
Status Success
Total duration 4m 18s
Artifacts

codeql.yml

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

Annotations

1 error and 12 warnings
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze (csharp): src/Spice86.Core/Backend/Audio/Iir/RBJ.cs#L29
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
Analyze (csharp): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L11
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
Analyze (csharp): src/Spice86.Core/Backend/Audio/Iir/RBJ.cs#L29
XML comment has badly formed XML -- 'Expected '>' or '/>' to close tag 'Q'.'
Analyze (csharp): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Analyze (csharp): src/Spice86.Core/Backend/Audio/Iir/RBJ.cs#L29
XML comment has badly formed XML -- 'An identifier was expected.'
Analyze (csharp): src/Spice86.Core/Backend/Audio/Iir/RBJ.cs#L29
XML comment has badly formed XML -- '1'
Analyze (csharp): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L41
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
Analyze (csharp): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L42
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Analyze (csharp): src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L202
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Spice86.Core.Emulator.Devices.Video.MemoryWidth)4' is not covered.
Analyze (csharp): src/Spice86.Core/Emulator/Devices/Video/Registers/RegisterExtensions.cs#L171
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '4' is not covered.
Analyze (csharp)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
Analyze (csharp)
Unable to validate code scanning workflow: MissingPushHook