Skip to content

Add Unit and Integration Tests #32

Add Unit and Integration Tests

Add Unit and Integration Tests #32

Triggered via pull request August 3, 2025 09:02
Status Success
Total duration 45s
Artifacts

build-release.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (ubuntu-latest): tests/DispatchR.UnitTest/StreamRequestHandlerTests.cs#L12
The using directive for 'Microsoft.Extensions.DependencyInjection' appeared previously in this namespace
build (ubuntu-latest): tests/DispatchR.UnitTest/RequestHandlerTests.cs#L12
The using directive for 'Microsoft.Extensions.DependencyInjection' appeared previously in this namespace
build (ubuntu-latest): tests/DispatchR.TestCommon/Fixtures/StreamRequest/GenericPipelineBehavior.cs#L17
Non-nullable property 'NextPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (ubuntu-latest): tests/DispatchR.TestCommon/Fixtures/StreamRequest/GenericPipelineBehavior.cs#L9
Async-iterator 'GenericPipelineBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed