Restarting the project with the library and CLI intact #137
Annotations
10 errors and 11 warnings
LtAmpDotNet/LtAmpDotNet.Tests/InitializationTests.cs#L1
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/InitializationTests.cs#L2
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/InitializationTests.cs#L3
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/MockDeviceState.cs#L1
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockDeviceState.cs#L1
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockHidDevice.cs#L1
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockHidDevice.cs#L2
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockHidDevice.cs#L3
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockHidDevice.cs#L4
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
LtAmpDotNet/LtAmpDotNet.Tests/Mock/MockHidDevice.cs#L5
The type or namespace name 'Lib' does not exist in the namespace 'LtAmpDotNet' (are you missing an assembly reference?)
|
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/
|
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.
|
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.
|
LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/Node.cs#L15
Possible null reference return.
|
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.
|
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.
|
LtAmpDotNet/Library/LtAmpDotNet.Lib/Model/Preset/DspUnitParameter.cs#L18
Possible null reference return.
|
LtAmpDotNet/Library/LtAmpDotNet.Lib/Device/MockDeviceState.cs#L31
Possible null reference return.
|
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.
|
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.
|
LtAmpDotNet/Library/LtAmpDotNet.Lib/LtAmplifier_Events.cs#L81
The event 'LtAmplifier.LoadPreset_TestSuiteMessageReceived' is never used
|
The logs for this run have expired and are no longer available.
Loading