Skip to content

Documentation

Documentation #176

Triggered via push November 3, 2024 16:12
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 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/SceneActivation.cs#L37
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: TestConsole/TestConsole.cs#L175
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/CommandClasses/SceneActivation.cs#L37
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: TestConsole/TestConsole.cs#L175
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.