Skip to content

Fixed the PluginTypeFilter to allow specifiying the type of match to perform, which now defaults to 'any' #22

Fixed the PluginTypeFilter to allow specifiying the type of match to perform, which now defaults to 'any'

Fixed the PluginTypeFilter to allow specifiying the type of match to perform, which now defaults to 'any' #22

Triggered via pull request April 10, 2024 10:09
Status Success
Total duration 4m 40s
Artifacts

dotnet-test.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (8.0.x)
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 (8.0.x): src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/EsdbEventStore.cs#L252
'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 (8.0.x): src/Neuroglia.Data.Infrastructure.EventSourcing.EventStore/Services/EsdbEventStore.cs#L262
'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.'