Skip to content

Missing YAML file

Missing YAML file #18

Triggered via push December 21, 2023 12:34
Status Success
Total duration 1m 14s
Artifacts

publish.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
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/
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build: 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
build: 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
build: 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.
build: 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.
build: 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.
build: 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
build: 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
build: 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.
build: 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.
build: 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.