Updated the IEventStore interface to return the next expected version of the stream after appending events #19
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L380
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L380
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L448
'StreamSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L461
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L482
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L496
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L509
'StreamSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L530
'PersistentSubscription' is obsolete
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L253
'EventStoreClient.SubscribeToStreamAsync(string, FromStream, Func<StreamSubscription, ResolvedEvent, CancellationToken, Task>, bool, Action<StreamSubscription, SubscriptionDroppedReason, Exception?>?, UserCredentials?, CancellationToken)' is obsolete: 'SubscribeToStreamAsync is no longer supported. Use SubscribeToStream instead.'
|
Build solution:
src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/ESEventStore.cs#L263
'EventStorePersistentSubscriptionsClient.SubscribeToStreamAsync(string, string, Func<PersistentSubscription, ResolvedEvent, int?, CancellationToken, Task>, Action<PersistentSubscription, SubscriptionDroppedReason, Exception?>?, UserCredentials?, int, CancellationToken)' is obsolete: 'SubscribeToStreamAsync is no longer supported. Use SubscribeToStream with manual acks instead.'
|
Loading