Skip to content

Merge pull request #58 from brentmaxwell/develop #5

Merge pull request #58 from brentmaxwell/develop

Merge pull request #58 from brentmaxwell/develop #5

Triggered via push November 17, 2024 21:30
Status Success
Total duration 3m 1s
Artifacts

dotnet-build.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/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/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/LtAmpDotNet.Lib/Model/Profile/DspUnitDefinition.cs#L43
Possible null reference return.
build: LtAmpDotNet/LtAmpDotNet.Lib/Model/Preset/Preset.cs#L61
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/LtAmpDotNet.Lib/Model/Preset/Preset.cs#L61
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/LtAmpDotNet.Lib/Model/Preset/Node.cs#L15
Possible null reference return.
build: LtAmpDotNet/LtAmpDotNet.Lib/LtAmplifier_Events.cs#L64
The event 'LtAmplifier.LoopbackTestMessageReceived' is never used
build: LtAmpDotNet/LtAmpDotNet.Lib/LtAmplifier_Events.cs#L62
The event 'LtAmplifier.LoadPreset_TestSuiteMessageReceived' is never used
build: LtAmpDotNet/LtAmpDotNet.Lib/LtAmplifier_Events.cs#L50
The event 'LtAmplifier.HeartbeatMessageReceived' is never used
build: LtAmpDotNet/LtAmpDotNet.Lib/Extensions/JsonConverters/DspUnitParameterCollectionConverter.cs#L8
Missing XML comment for publicly visible type or member 'DspUnitParameterCollectionConverter'