Skip to content

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2 #101

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2

Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.2 #101

Triggered via pull request September 4, 2023 12:53
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ZWaveDotNet/CommandClassReports/EndPointCapabilities.cs#L7
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClassReports/EndPointFindReport.cs#L7
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClassReports/EndPointReport.cs#L6
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClasses/ZWavePlus.cs#L26
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/Association.cs#L61
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/Version.cs#L52
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/Unknown.cs#L15
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/BasicWindowCovering.cs#L30
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/TransportService.cs#L136
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/TimeParameters.cs#L55
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.