Skip to content

Merge branch 'main' of https://github.com/mehdihadeli/vertical-slice-… #30

Merge branch 'main' of https://github.com/mehdihadeli/vertical-slice-…

Merge branch 'main' of https://github.com/mehdihadeli/vertical-slice-… #30

Triggered via push August 2, 2023 17:11
Status Failure
Total duration 2m 30s
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/Cache/RedisOptions.cs#L5
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.