fix: upload nuget package #96
build-test.yml
on: push
Pre-Checks
1m 17s
build-test
1m 33s
Annotations
12 warnings
Pre-Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/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/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/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/Web/Extensions/HeaderDictionaryExtensions.cs#L36
Possible null reference assignment.
|
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/Core/Reflection/ReflectionUtilities.cs#L12
Possible null reference return.
|
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.
|