Skip to content

v0.11.0

v0.11.0 #21

Triggered via release November 20, 2024 17:47
@ipvalverdeipvalverde
published v0.11.0
Status Failure
Total duration 1m 17s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
ipvalverde
approved Nov 20, 2024
Production

Annotations

1 error and 4 warnings
publish
Process completed with exit code 1.
publish: src/PipelineNet.Tests/Pipelines/AsyncPipelineTests.cs#L134
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#L212
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#L134
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#L212
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)