Missing YAML file #45
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
22 warnings
test (net6.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
Async-iterator 'ReturnGenericStreamRequestHandler<TValue>.Handle(IServiceProvider, ReturnGenericStreamRequest<TValue>, 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
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
Async-iterator 'ReturnStreamHandler.Handle(IServiceProvider, ReturnStreamRequest, 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
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnNullableGenericHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
Async-iterator 'ReturnStreamHandler.Handle(IServiceProvider, ReturnStreamRequest, 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
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
Async-iterator 'ReturnGenericStreamRequestHandler<TValue>.Handle(IServiceProvider, ReturnGenericStreamRequest<TValue>, 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
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnNullableGenericHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (net6.0):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
Async-iterator 'ReturnGenericStreamRequestHandler<TValue>.Handle(IServiceProvider, ReturnGenericStreamRequest<TValue>, 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
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
Async-iterator 'ReturnStreamHandler.Handle(IServiceProvider, ReturnStreamRequest, 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
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnNullableGenericHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
Async-iterator 'ReturnGenericStreamRequestHandler<TValue>.Handle(IServiceProvider, ReturnGenericStreamRequest<TValue>, 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
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
Async-iterator 'ReturnStreamHandler.Handle(IServiceProvider, ReturnStreamRequest, 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
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnNullableGenericHandler.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnHandler.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test (netcoreapp3.1):
tests/Mediator.DependencyInjection.Tests/Generics/StreamRequestHandlers/StreamReturnGenericRequestHandler.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|