Skip to content

build(deps): bump Roslynator.Analyzers in /src/Bufdio.Spice86 (#663) #77

build(deps): bump Roslynator.Analyzers in /src/Bufdio.Spice86 (#663)

build(deps): bump Roslynator.Analyzers in /src/Bufdio.Spice86 (#663) #77

Triggered via push April 24, 2024 17:50
Status Failure
Total duration 4m 10s
Artifacts

prerelease.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
Pre Release
request to https://uploads.github.com/repos/OpenRakis/Spice86/releases/152667225/assets?name=ReleaseBuild-26f9a42e5cfb6d01a398d9174a904dd8.zip& failed, reason: read ECONNRESET
Pre Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, marvinpinto/action-automatic-releases@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pre Release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, marvinpinto/action-automatic-releases@latest. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Pre Release: src/Spice86.Shared/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
Pre Release: src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
Pre Release: src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
Pre Release: src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
Pre Release: 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
Pre Release: 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
Pre Release: 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.
Pre Release: 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.
Pre Release: 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)'
Pre Release: 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)'
Pre Release: src/Spice86.Shared/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
Pre Release: src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
Pre Release: src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
Pre Release: src/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
Pre Release: 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
Pre Release: 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
Pre Release: 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.
Pre Release: 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.
Pre Release: 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)'
Pre Release: 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)'