Refactor JSON classes #188
Annotations
11 warnings
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:
ZWaveDotNet/CommandClasses/SwitchColor.cs#L101
XML comment has badly formed XML -- 'An identifier was expected.'
|
Build:
ZWaveDotNet/CommandClasses/SwitchColor.cs#L101
XML comment has badly formed XML -- '0'
|
Build:
ZWaveDotNet/CommandClasses/SceneActivation.cs#L46
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:
ZWaveDotNet/Security/SecurityManager.cs#L43
Field 'SecurityManager.MpanRecord.Bytes' is never assigned to, and will always have its default value
|
Build:
ZWaveDotNet/Security/SecurityManager.cs#L44
Field 'SecurityManager.MpanRecord.MOS' is never assigned to, and will always have its default value false
|
Build:
ZWaveDotNet/CommandClasses/Alarm.cs#L24
Missing XML comment for publicly visible type or member 'Alarm'
|
Build:
ZWaveDotNet/CommandClasses/Alarm.cs#L26
Missing XML comment for publicly visible type or member 'Alarm.Updated'
|
Build:
ZWaveDotNet/CommandClasses/Alarm.cs#L37
Missing XML comment for publicly visible type or member 'Alarm.Alarm(Node, byte)'
|
Build:
ZWaveDotNet/CommandClasses/Alarm.cs#L39
Missing XML comment for publicly visible type or member 'Alarm.Get(CancellationToken)'
|
Build:
ZWaveDotNet/CommandClasses/Alarm.cs#L45
Missing XML comment for publicly visible type or member 'Alarm.Set(NotificationType, bool, CancellationToken)'
|
Loading