Add Unit and Integration Tests #32
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
|