Skip to content

more documentation #3349

more documentation

more documentation #3349

Triggered via push January 14, 2024 23:05
Status Success
Total duration 2m 29s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

39 warnings
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#L195
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#L36
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.ShiftCountMask'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L38
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>._state'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L48
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Adc(TUnsigned, TUnsigned)'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L52
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned)'
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Mt32emu.net
build (ubuntu-latest): src/Spice86/ViewModels/PaletteViewModel.cs#L62
Exit point '}' swallows an unobserved exception.
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/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
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/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/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/Devices/Video/Renderer.cs#L195
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/CPU/Alu.cs#L36
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.ShiftCountMask'
build (macos-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L38
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>._state'
build (macos-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L48
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Adc(TUnsigned, TUnsigned)'
build (macos-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L52
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned)'
build (macos-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Mt32emu.net
build (macos-latest): src/Spice86/ViewModels/PaletteViewModel.cs#L62
Exit point '}' swallows an unobserved exception.
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)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Mt32emu.net
build (windows-latest): src/Spice86/ViewModels/PaletteViewModel.cs#L62
Exit point '}' swallows an unobserved exception.
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#L195
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#L36
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.ShiftCountMask'
build (windows-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L38
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>._state'
build (windows-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L48
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Adc(TUnsigned, TUnsigned)'
build (windows-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L52
Missing XML comment for publicly visible type or member 'Alu<TUnsigned, TSigned, TUnsignedUpper, TSignedUpper>.Add(TUnsigned, TUnsigned)'