Skip to content

Rework Memory class: Remove Get / Set methods, use indexers everywher… #2430

Rework Memory class: Remove Get / Set methods, use indexers everywher…

Rework Memory class: Remove Get / Set methods, use indexers everywher… #2430

Triggered via push July 7, 2023 10:54
Status Success
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

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

Annotations

33 warnings
build (ubuntu-latest): src/Spice86.Shared/Emulator/Memory/SegmentedAddress.cs#L103
Missing XML comment for publicly visible type or member 'SegmentedAddress.ToString(SegmentedAddress?)'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L112
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L113
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L114
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L235
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L236
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L237
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L361
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/Alu.cs#L421
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/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)
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.Shared/Emulator/Memory/SegmentedAddress.cs#L103
Missing XML comment for publicly visible type or member 'SegmentedAddress.ToString(SegmentedAddress?)'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L112
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L113
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L114
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L235
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L236
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L237
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (macos-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L361
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/Alu.cs#L421
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#L194
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)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Mt32emu.net
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.Shared/Emulator/Memory/SegmentedAddress.cs#L103
Missing XML comment for publicly visible type or member 'SegmentedAddress.ToString(SegmentedAddress?)'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L112
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L113
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L114
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L235
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L236
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/InterruptHandlers/Input/Mouse/MouseInt33Handler.cs#L237
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build (windows-latest): src/Spice86.Core/Emulator/CPU/Alu.cs#L361
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#L421
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
build (windows-latest): src/Spice86.Core/Emulator/Devices/Video/Renderer.cs#L194
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.