CFG_CPU: CFG Graph based CPU emulation passing a few bin tests #24
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Test with dotnet:
src/Spice86.Shared/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
|
Test with dotnet:
src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
|
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/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
Test with dotnet:
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'.'
|
Test with dotnet:
src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Test with dotnet:
src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L39
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
|
Test with dotnet:
src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L40
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
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
|
The logs for this run have expired and are no longer available.
Loading