Skip to content

Bump NUnit from 3.13.3 to 4.0.1 #112

Bump NUnit from 3.13.3 to 4.0.1

Bump NUnit from 3.13.3 to 4.0.1 #112

Triggered via pull request December 4, 2023 12:35
Status Failure
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: UnitTests/CMAC.cs#L17
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CMAC.cs#L27
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CMAC.cs#L37
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CMAC.cs#L47
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CMAC.cs#L57
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/QRCodes.cs#L20
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CRC-CCITT.cs#L16
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CTR_DRBG.cs#L28
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CTR_DRBG.cs#L48
The name 'CollectionAssert' does not exist in the current context
build: UnitTests/CTR_DRBG.cs#L68
The name 'CollectionAssert' does not exist in the current context
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/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/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.
build: ZWaveDotNet/CommandClasses/SwitchAll.cs#L49
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/SilenceAlarm.cs#L34
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.