Skip to content

fix test runner

fix test runner #139

Triggered via push November 17, 2024 21:45
Status Success
Total duration 2m 0s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/Preset.cs#L56
Non-nullable property 'AudioGraph' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/Preset.cs#L56
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/AudioGraph.cs#L10
Non-nullable property 'Connections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/AudioGraph.cs#L14
Non-nullable property 'Nodes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Device/MockDeviceState.cs#L31
Possible null reference return.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/Node.cs#L15
Possible null reference return.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/LtAmplifier_Commands.cs#L249
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'LtAmpDotNet.Lib.Model.Preset.DspUnitParameterDataType.None' is not covered.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/LtAmplifier_Commands.cs#L270
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'LtAmpDotNet.Lib.Model.Preset.DspUnitParameterDataType.None' is not covered.
build: LtAmpDotNet/Library/LtAmpDotNet.Lib/LtAmplifier_Events.cs#L81
The event 'LtAmplifier.LoadPreset_TestSuiteMessageReceived' is never used