Merge pull request #17 from DMXControl/dependabot/nuget/RDMSharpTests… #64
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
RDMSharp/RDM/Device/RDMDeviceModel.cs#L96
'RDMDeviceModel.RDMDeviceModel(RDMUID, RDMDeviceInfo, Func<RDMMessage, Task>)': new protected member declared in sealed type
|
build:
RDMSharp/RDM/RDMMessage.cs#L197
The variable 'ex' is declared but never used
|
build:
RDMSharp/RDM/Device/AbstractRDMDevice.cs#L162
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
RDMSharp/RDM/Device/AbstractRDMDevice.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
RDMSharp/RDM/Device/RDMDeviceModel.cs#L96
'RDMDeviceModel.RDMDeviceModel(RDMUID, RDMDeviceInfo, Func<RDMMessage, Task>)': new protected member declared in sealed type
|
build:
RDMSharp/RDM/RDMMessage.cs#L197
The variable 'ex' is declared but never used
|
build:
RDMSharp/RDM/Device/AbstractRDMDevice.cs#L162
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
RDMSharp/RDM/Device/AbstractRDMDevice.cs#L156
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
RDMSharp/RDM/Device/RDMDeviceModel.cs#L96
'RDMDeviceModel.RDMDeviceModel(RDMUID, RDMDeviceInfo, Func<RDMMessage, Task>)': new protected member declared in sealed type
|
build:
RDMSharp/RDM/Device/AbstractRDMDevice.cs#L162
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|