Bump coverlet.collector and 14 others #9
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/EventHorizon.EventStore/Locks/LockDisposable.cs#L59
The variable 'e' is declared but never used
|
|
Build:
src/EventHorizon.Abstractions/Attributes/StreamAttribute.cs#L21
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build:
src/EventHorizon.EventStore.ElasticSearch/ElasticCrudStore.cs#L197
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build:
src/EventHorizon.EventStore.ElasticSearch/ElasticCrudStore.cs#L79
'SearchRequestDescriptor<Snapshot<TE>>.Index(Indices)' is obsolete: 'Use 'Indices()' instead.'
|
|
Build:
src/EventHorizon.EventStore/Locks/LockDisposable.cs#L59
The variable 'e' is declared but never used
|
|
Build:
src/EventHorizon.Abstractions/Attributes/StreamAttribute.cs#L21
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Build:
src/EventHorizon.EventStreaming/Subscriptions/Backoff/ExponentialBackoffStrategy.cs#L26
Use 'ArgumentOutOfRangeException.ThrowIfNegative' instead of explicitly throwing a new exception instance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1512)
|
|
Build:
src/EventHorizon.EventStreaming/Subscriptions/Subscription.cs#L24
The field 'Subscription<T>._stopped' is assigned but its value is never used
|
|
Build:
src/EventHorizon.EventStreaming/Subscriptions/Subscription.cs#L46
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
Build:
src/EventHorizon.Abstractions/Attributes/StreamAttribute.cs#L21
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
Loading