Split mediator into two packages: abstractions & full implementation … #36
Annotations
2 warnings
|
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
|