ci: 👷 using .nuspec for Template Nuget package #98
build-test.yml
on: pull_request
Pre-Checks
1m 41s
build-test
2m 18s
Annotations
13 warnings
Pre-Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test:
src/Shared/Logging/LoggingBehavior.cs#L65
Async-iterator 'StreamLoggingBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken, StreamHandlerDelegate<TRequest, TResponse>)' 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-test:
src/Shared/Validation/RequestValidationBehavior.cs#L60
Async-iterator 'StreamRequestValidationBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken, StreamHandlerDelegate<TRequest, TResponse>)' 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-test:
src/Shared/Web/Extensions/HeaderDictionaryExtensions.cs#L36
Possible null reference assignment.
|
build-test:
src/Shared/Cache/Behaviours/CachingBehavior.cs#L93
Async-iterator 'StreamCachingBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken, StreamHandlerDelegate<TRequest, TResponse>)' 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-test:
src/Shared/Web/Extensions/QueryCollectionExtensions.cs#L37
Possible null reference assignment.
|
build-test:
src/Shared/Web/Extensions/QueryCollectionExtensions.cs#L57
Possible null reference assignment.
|
build-test:
src/Shared/Cache/Behaviours/InvalidateCachingBehavior.cs#L58
Async-iterator 'StreamInvalidateCachingBehavior<TRequest, TResponse>.Handle(TRequest, CancellationToken, StreamHandlerDelegate<TRequest, TResponse>)' 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-test:
src/Shared/Abstractions/Core/Domain/IHaveIdentity.cs#L6
Possible null reference return.
|
build-test:
src/Shared/Cache/RedisOptions.cs#L5
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build-test:
src/Shared/Core/Reflection/ReflectionUtilities.cs#L12
Possible null reference return.
|