build(deps): bump Roslynator.CodeAnalysis.Analyzers from 4.12.2 to 4.12.3 in /tests/Spice86.Tests #1344
Annotations
14 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v1, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Analyze (csharp)
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/
|
Analyze (csharp):
src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
Analyze (csharp):
src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
|
Analyze (csharp):
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.
|
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):
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
|
Analyze (csharp):
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
|
Analyze (csharp):
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)'
|
Analyze (csharp):
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)'
|
Analyze (csharp):
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)'
|
Analyze (csharp):
src/Spice86.Core/Emulator/CPU/Alu.cs#L112
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Dec(TUnsigned)'
|
Analyze (csharp)
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/
|
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.
|