Update release-drafter.yml #23
Annotations
11 warnings
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/ApiClients/Clients/CatalogsClient.g.cs#L937
'Dictionary`2' has a value type enumerator. Assigning it to 'IDictionary`2' causes boxing of the enumerator. (https://github.com/NetFabric/NetFabric.Hyperlinq.Analyzer/tree/master/docs/reference/HLQ001_AssignmentBoxing.md)
|
build-test:
src/ApiClients/Clients/CatalogsClient.g.cs#L892
'Dictionary`2' has a value type enumerator. Assigning it to 'IDictionary`2' causes boxing of the enumerator. (https://github.com/NetFabric/NetFabric.Hyperlinq.Analyzer/tree/master/docs/reference/HLQ001_AssignmentBoxing.md)
|
build-test:
src/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-test:
src/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-test:
src/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-test:
src/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-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/Abstractions/Core/Domain/IHaveIdentity.cs#L6
Possible null reference return.
|