Skip to content

Github workflows: codeql and unit tests run now on any PRs #2

Github workflows: codeql and unit tests run now on any PRs

Github workflows: codeql and unit tests run now on any PRs #2

Triggered via pull request January 23, 2024 20:04
Status Success
Total duration 1m 58s
Artifacts

pr.yml

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

Annotations

33 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/Spice86.Shared/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
build (ubuntu-latest): src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
build (ubuntu-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L12
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (ubuntu-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L16
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int, double)' (but other parameters do)
build (ubuntu-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L28
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (ubuntu-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L31
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int)' (but other parameters do)
build (ubuntu-latest): src/Bufdio.Spice86/PortAudioLib.cs#L98
Missing XML comment for publicly visible type or member 'PortAudioLib.Dispose()'
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/Bufdio.Spice86/Exceptions/BufdioException.cs#L9
Implement exception constructors (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1194)
build (ubuntu-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L12
Parameter 'defaultAudioDevice' could not be found (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263)
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/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
build (macos-latest): src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
build (macos-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L12
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (macos-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L16
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int, double)' (but other parameters do)
build (macos-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L28
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (macos-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L31
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int)' (but other parameters do)
build (macos-latest): src/Bufdio.Spice86/PortAudioLib.cs#L98
Missing XML comment for publicly visible type or member 'PortAudioLib.Dispose()'
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/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L28
Parameter 'defaultAudioDevice' could not be found (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263)
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/Interfaces/IGui.cs#L46
Missing XML comment for publicly visible type or member 'IGui.Width'
build (windows-latest): src/Spice86.Shared/Interfaces/IGui.cs#L48
Missing XML comment for publicly visible type or member 'IGui.Height'
build (windows-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L12
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (windows-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L16
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int, double)' (but other parameters do)
build (windows-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L28
XML comment has a param tag for 'defaultAudioDevice', but there is no parameter by that name
build (windows-latest): src/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L31
Parameter 'defaultOutputDevice' has no matching param tag in the XML comment for 'AudioEngineOptions.AudioEngineOptions(AudioDevice, int, int)' (but other parameters do)
build (windows-latest): src/Bufdio.Spice86/PortAudioLib.cs#L98
Missing XML comment for publicly visible type or member 'PortAudioLib.Dispose()'
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/Bufdio.Spice86/Engines/AudioEngineOptions.cs#L12
Parameter 'defaultAudioDevice' could not be found (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263)