Skip to content

Update dotnet-desktop.yml #8

Update dotnet-desktop.yml

Update dotnet-desktop.yml #8

Triggered via push November 1, 2023 12:28
Status Failure
Total duration 2m 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-test
Process completed with exit code 1.
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test: ContextFlow/Application/Strategy/Async/FailStrategyThrowExceptionAsync.cs#L16
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-and-test: Tests/Util/InstanceComparer.cs#L15
Dereference of a possibly null reference.
build-and-test: Tests/Util/InstanceComparer.cs#L15
Converting null literal or possible null value to non-nullable type.
build-and-test: Tests/Util/InstanceComparer.cs#L16
Dereference of a possibly null reference.
build-and-test: Tests/Util/InstanceComparer.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-test: Tests/Request/ParsedRequestResultTest.cs#L59
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-and-test: Tests/Storage/TestRequestSaver.cs#L21
Dereference of a possibly null reference.
build-and-test: Tests/Storage/TestRequestSaver.cs#L21
Dereference of a possibly null reference.
build-and-test: Tests/Storage/TestRequestSaver.cs#L21
Dereference of a possibly null reference.
build-and-test: Tests/Storage/TestRequestSaver.cs#L22
Dereference of a possibly null reference.