Bump the dotnet group with 14 updates #6
Closed
Annotations
10 warnings
|
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.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.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)
|
|
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.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