Skip to content

Split mediator into two packages: abstractions & full implementation … #36

Split mediator into two packages: abstractions & full implementation …

Split mediator into two packages: abstractions & full implementation … #36

Triggered via push August 24, 2025 10:29
Status Success
Total duration 56s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

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