Merge pull request #72 from mayuanyang/upgrade-dependencies2 #61
Annotations
23 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
src/Mediator.Net/Mediator.cs#L113
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
|
src/Mediator.Net/Mediator.cs#L121
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
|
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
|
src/Mediator.Net/Pipeline/RequestPipe.cs#L56
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
|
src/Mediator.Net/Pipeline/GlobalReceivePipe.cs#L17
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
|
src/Mediator.Net/Mediator.cs#L113
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
|
src/Mediator.Net/Mediator.cs#L121
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
|
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
|
src/Mediator.Net/Pipeline/GlobalReceivePipe.cs#L17
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
|
|
|
|
|
|
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading