fix the release #90
Annotations
10 warnings
build_and_test:
src/Mediator.Net/Pipeline/RequestPipe.cs#L63
Async-iterator 'RequestPipe<TContext>.ConnectStream<TResponse>(TContext, 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
|
build_and_test:
src/Mediator.Net/Mediator.cs#L120
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build_and_test:
src/Mediator.Net/Mediator.cs#L112
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build_and_test:
src/Mediator.Net/Pipeline/CommandReceivePipe.cs#L58
Async-iterator 'CommandReceivePipe<TContext>.ConnectStream<TResponse>(TContext, 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
|
build_and_test:
src/Mediator.Net/Pipeline/GlobalReceivePipe.cs#L15
Async-iterator 'GlobalReceivePipe<TContext>.ConnectStream<TResponse>(TContext, 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
|
build_and_test:
src/Mediator.Net/Pipeline/RequestPipe.cs#L63
Async-iterator 'RequestPipe<TContext>.ConnectStream<TResponse>(TContext, 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
|
build_and_test:
src/Mediator.Net/Mediator.cs#L120
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build_and_test:
src/Mediator.Net/Mediator.cs#L112
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable
|
build_and_test:
src/Mediator.Net/Pipeline/GlobalReceivePipe.cs#L15
Async-iterator 'GlobalReceivePipe<TContext>.ConnectStream<TResponse>(TContext, 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
|
build_and_test:
src/Mediator.Net/Pipeline/CommandReceivePipe.cs#L58
Async-iterator 'CommandReceivePipe<TContext>.ConnectStream<TResponse>(TContext, 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
|