Skip to content

Support authenticated gossip read request (DB-305) #117

Support authenticated gossip read request (DB-305)

Support authenticated gossip read request (DB-305) #117

Triggered via pull request July 25, 2023 06:47
Status Failure
Total duration 9m 22s
Artifacts

previous-lts.yml

on: pull_request
Matrix: test / test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 142 warnings
EventStore.Client.SubscriptionToStream.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/get_info.cs#L128
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream 'NonExisting' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream 'NonExisting' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream NonExisting does not exist.")
EventStore.Client.SubscriptionToStream.list_with_persistent_subscriptions.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/list_with_persistent_subscriptions.cs#L43
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group '' on stream 'NonExistingStream' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group '' on stream 'NonExistingStream' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group on stream NonExistingStream does not exist.")
EventStore.Client.restart_subsystem.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L31
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.get_info.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L126
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L119
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L48
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L62
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L39
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.get_info.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L126
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L119
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L48
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L62
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/get_info.cs#L128
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream 'NonExisting' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream 'NonExisting' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream NonExisting does not exist.")
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToStream.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToStream/replay_parked.cs#L39
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.get_info.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L126
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.SubscriptionToAll.get_info.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/get_info.cs#L119
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: typeof(EventStore.Client.PersistentSubscriptionNotFoundException): Subscription group 'NonExisting' on stream '$all' does not exist. ---- EventStore.Client.PersistentSubscriptionNotFoundException : Subscription group 'NonExisting' on stream '$all' does not exist. -------- Grpc.Core.RpcException : Status(StatusCode="NotFound", Detail="Subscription group NonExisting on stream $all does not exist.")
EventStore.Client.restart_subsystem.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L19
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.restart_subsystem.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/restart_subsystem.cs#L31
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_no_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L48
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_non_existing_user: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L54
Assert.Throws() Failure Expected: typeof(EventStore.Client.NotAuthenticatedException) Actual: (No exception was thrown)
EventStore.Client.SubscriptionToAll.replay_parked.throws_with_normal_user_credentials: test/EventStore.Client.PersistentSubscriptions.Tests/SubscriptionToAll/replay_parked.cs#L62
Assert.Throws() Failure Expected: typeof(EventStore.Client.AccessDeniedException) Actual: (No exception was thrown)
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.UserManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.ProjectionManagement/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net7.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.PersistentSubscriptions/ubuntu-latest/net6.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
test / EventStore.Client.Streams/ubuntu-latest/net5.0/previous-lts
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.