Skip to content

build: ⬆️ upgrade to .net 8 preview 5 #24

build: ⬆️ upgrade to .net 8 preview 5

build: ⬆️ upgrade to .net 8 preview 5 #24

Triggered via push July 13, 2023 13:14
Status Failure
Total duration 2m 17s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Vertical.Slice.Template.Shared/Logging/LoggingBehavior.cs#L76
Async-iterator 'StreamLoggingBehavior<TRequest, TResponse>.Handle(TRequest, StreamHandlerDelegate<TResponse>, 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: src/Vertical.Slice.Template.Shared/Validation/RequestValidationBehavior.cs#L74
Async-iterator 'StreamRequestValidationBehavior<TRequest, TResponse>.Handle(TRequest, StreamHandlerDelegate<TResponse>, 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: src/Vertical.Slice.Template.Shared/Cache/Behaviours/CachingBehavior.cs#L94
Async-iterator 'StreamCachingBehavior<TRequest, TResponse>.Handle(TRequest, StreamHandlerDelegate<TResponse>, 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: src/Vertical.Slice.Template.Shared/Cache/Behaviours/InvalidateCachingBehavior.cs#L68
Async-iterator 'StreamInvalidateCachingBehavior<TRequest, TResponse>.Handle(TRequest, StreamHandlerDelegate<TResponse>, 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: src/Vertical.Slice.Template.Shared/Web/Minimal/Extensions/ModuleExtensions.cs#L49
Possible null reference argument for parameter 'module' in 'void ModuleExtensions.AddModulesDependencyInjection(WebApplicationBuilder webApplicationBuilder, Type module)'.
build: src/Vertical.Slice.Template.Shared/Web/Minimal/Extensions/ModuleExtensions.cs#L54
Possible null reference argument for parameter 'module' in 'void ModuleExtensions.AddModulesDependencyInjection(WebApplicationBuilder webApplicationBuilder, Type module)'.