Skip to content

fix: dos file mamager current directory handling #2443

fix: dos file mamager current directory handling

fix: dos file mamager current directory handling #2443

Triggered via push July 7, 2023 17:38
Status Failure
Total duration 2m 32s
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

3 errors and 30 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (macos-latest)
Process completed with exit code 1.
build (windows-latest)
Process completed with exit code 1.
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/Bufdio.Spice86/Exceptions/BufdioException.cs#L8
Implement exception constructors.
build (ubuntu-latest): src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L10
Implement exception constructors.
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 (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/Bufdio.Spice86/Exceptions/PortAudioException.cs#L10
Implement exception constructors.
build (macos-latest): src/Bufdio.Spice86/Exceptions/BufdioException.cs#L8
Implement exception constructors.
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 (windows-latest): src/Bufdio.Spice86/Exceptions/PortAudioException.cs#L10
Implement exception constructors.
build (windows-latest): src/Bufdio.Spice86/Exceptions/BufdioException.cs#L8
Implement exception constructors.
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/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.