Skip to content

Add cancellation tokens #200

Add cancellation tokens

Add cancellation tokens #200

Triggered via pull request October 14, 2024 16:58
@mariusz96mariusz96
synchronize #21
mariusz96:ct
Status Success
Total duration 43s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet.Tests/Pipelines/AsyncPipelineTests.cs#L135
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.
build: 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)
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet/AsyncBaseMiddlewareFlow.cs#L49
XML comment has cref attribute 'TCancellableMiddleware' that refers to a type parameter
build: src/PipelineNet.Tests/Pipelines/AsyncPipelineTests.cs#L135
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.
build: 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)