Build(deps): Bump System.Memory.Data from 8.0.1 to 9.0.0 in /src/Spice86 #1974
Annotations
14 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v1, 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/
|
Run echo "running custom build action...":
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L3
Missing XML comment for publicly visible type or member 'BitWidth'
|
Run echo "running custom build action...":
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.BYTE_8'
|
Run echo "running custom build action...":
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.WORD_16'
|
Run echo "running custom build action...":
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.DWORD_32'
|
Run echo "running custom build action...":
src/Spice86.Core/Emulator/CPU/Alu32.cs#L103
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Run echo "running custom build action...":
src/Spice86.Core/Emulator/CPU/Alu32.cs#L123
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Run echo "running custom build action...":
src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L199
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.
|
Run echo "running custom build action...":
src/Spice86.Core/Emulator/CPU/CfgCpu/Parser/SpecificParsers/SetRmccParser.cs#L14
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '16' is not covered.
|
Run echo "running custom build action...":
src/Spice86.Core/obj/Debug/net8.0/generated/Morris.Moxy/Morris.Moxy.RoslynIncrementalGenerator/Spice86.Core.Emulator.CPU.CfgCpu.Parser.SpecificParsers.XchgRegAccParser.OperationRegIndexParser.1.Moxy.g.cs#L16
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Spice86.Shared.Emulator.Memory.BitWidth.BYTE_8' is not covered.
|
Run echo "running custom build action...":
src/Spice86.Core/obj/Debug/net8.0/generated/Morris.Moxy/Morris.Moxy.RoslynIncrementalGenerator/Spice86.Core.Emulator.CPU.CfgCpu.Parser.SpecificParsers.PopRegIndexParser.OperationRegIndexParser.1.Moxy.g.cs#L16
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Spice86.Shared.Emulator.Memory.BitWidth.BYTE_8' is not covered.
|
Initialize CodeQL
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/
|
Initialize CodeQL
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.
|
Loading