build(deps): bump Roslynator.CodeAnalysis.Analyzers from 4.12.2 to 4.12.3 in /tests/Spice86.Tests #246
Annotations
1 error and 36 warnings
build (windows-latest)
Process completed with exit code 1.
|
build (macos-latest)
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/.
|
build (macos-latest)
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/
|
build (macos-latest):
src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (macos-latest):
src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (macos-latest):
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
|
build (macos-latest):
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
|
build (macos-latest):
src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L197
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.
|
build (macos-latest):
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.
|
build (macos-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L101
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned, bool)'
|
build (macos-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L104
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sbb(TUnsigned, TUnsigned)'
|
build (macos-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L108
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sub(TUnsigned, TUnsigned)'
|
build (macos-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L112
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Dec(TUnsigned)'
|
build (ubuntu-latest)
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/.
|
build (ubuntu-latest)
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/
|
build (ubuntu-latest):
src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (ubuntu-latest):
src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (ubuntu-latest):
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
|
build (ubuntu-latest):
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
|
build (ubuntu-latest):
src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L197
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.
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L101
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned, bool)'
|
build (ubuntu-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L104
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sbb(TUnsigned, TUnsigned)'
|
build (ubuntu-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L108
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sub(TUnsigned, TUnsigned)'
|
build (ubuntu-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L112
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Dec(TUnsigned)'
|
build (windows-latest)
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/.
|
build (windows-latest)
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/
|
build (windows-latest):
src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (windows-latest):
src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
build (windows-latest):
src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L197
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.
|
build (windows-latest):
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.
|
build (windows-latest):
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
|
build (windows-latest):
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
|
build (windows-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L101
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned, bool)'
|
build (windows-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L104
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sbb(TUnsigned, TUnsigned)'
|
build (windows-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L108
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Sub(TUnsigned, TUnsigned)'
|
build (windows-latest):
src/Spice86.Core/Emulator/CPU/Alu.cs#L112
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Dec(TUnsigned)'
|