Skip to content

Release Nuget Package #16

Release Nuget Package

Release Nuget Package #16

Manually triggered July 30, 2024 17:26
Status Failure
Total duration 46s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
publish
Process completed with exit code 1.
publish: src/PipelineNet.Tests/Pipelines/AsyncPipelineTests.cs#L126
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish: src/PipelineNet.Tests/ChainsOfResponsibility/AsyncResponsibilityChainTests.cs#L183
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
publish: src/PipelineNet.Tests/Pipelines/AsyncPipelineTests.cs#L126
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish: src/PipelineNet.Tests/ChainsOfResponsibility/AsyncResponsibilityChainTests.cs#L183
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)