Skip to content

Move buffer class to own file #5

Move buffer class to own file

Move buffer class to own file #5

Triggered via push June 27, 2024 17:23
Status Failure
Total duration 1m 57s
Artifacts

nuget.yml

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

Annotations

6 errors and 36 warnings
build (macos-latest): src/Spice86.Core/Emulator/CPU/CPU.cs#L82
The type or namespace name 'CircularStringBuffer' could not be found (are you missing a using directive or an assembly reference?)
build (macos-latest)
Process completed with exit code 1.
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/CPU.cs#L82
The type or namespace name 'CircularStringBuffer' could not be found (are you missing a using directive or an assembly reference?)
build (ubuntu-latest)
Process completed with exit code 1.
build (windows-latest): src/Spice86.Core/Emulator/CPU/CPU.cs#L82
The type or namespace name 'CircularStringBuffer' could not be found (are you missing a using directive or an assembly reference?)
build (windows-latest)
Process completed with exit code 1.
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Spice86.Shared/Emulator/Memory/BitWidth.cs#L3
Missing XML comment for publicly visible type or member 'BitWidth'
build (macos-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.BYTE_8'
build (macos-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.WORD_16'
build (macos-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.DWORD_32'
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/Bufdio.Spice86/Exceptions/PortAudioException.cs#L11
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
build (macos-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L11
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (macos-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build (macos-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L39
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (macos-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L40
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Spice86.Shared/Emulator/Memory/BitWidth.cs#L3
Missing XML comment for publicly visible type or member 'BitWidth'
build (ubuntu-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.BYTE_8'
build (ubuntu-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.WORD_16'
build (ubuntu-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.DWORD_32'
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/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L11
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L39
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (ubuntu-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L40
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L3
Missing XML comment for publicly visible type or member 'BitWidth'
build (windows-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.BYTE_8'
build (windows-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.WORD_16'
build (windows-latest): src/Spice86.Shared/Emulator/Memory/BitWidth.cs#L4
Missing XML comment for publicly visible type or member 'BitWidth.DWORD_32'
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/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L11
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (windows-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/IDiscriminatorPart.cs#L12
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
build (windows-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L39
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'ushort'.'
build (windows-latest): src/Spice86.Core/Emulator/CPU/CfgCpu/ParsedInstruction/InstructionField.cs#L40
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'