feature: Internal debugger memory and execution breakpoints #832
Annotations
12 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/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test with dotnet:
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L3
Missing XML comment for publicly visible type or member 'BitWidth'
|
Test with dotnet:
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.BYTE_8'
|
Test with dotnet:
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.WORD_16'
|
Test with dotnet:
src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.DWORD_32'
|
Test with dotnet:
src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
Test with dotnet:
src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
Test with dotnet:
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.
|
Test with dotnet:
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.
|
Test with dotnet:
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
|
Test with dotnet:
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
|
Loading