Skip to content

Refactor JSON classes #188

Refactor JSON classes

Refactor JSON classes #188

Triggered via push November 15, 2024 04:27
Status Success
Total duration 52s
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: 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)'