Skip to content

Add ServiceCollectionExtensions and ServiceProviderMiddlewareResolver #188

Add ServiceCollectionExtensions and ServiceProviderMiddlewareResolver

Add ServiceCollectionExtensions and ServiceProviderMiddlewareResolver #188

Triggered via pull request September 23, 2024 20:21
@mariusz96mariusz96
synchronize #19
mariusz96:di
Status Success
Total duration 40s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build: 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.
build: 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)
build: 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.
build: 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)