Skip to content

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

Support authenticated gossip read request (DB-305)

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

Triggered via pull request July 25, 2023 13:24
Status Failure
Total duration 8m 2s
Artifacts

previous-lts.yml

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

Annotations

6 errors and 142 warnings
EventStore.Client.AuthenticationTests.system_call: test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L49
Assert.Null() Failure Expected: (null) Actual: EventStore.Client.NotAuthenticatedException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") ---> Grpc.Core.RpcException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") --- End of inner exception stack trace --- at EventStore.Client.Interceptors.TypedExceptionInterceptor.<AsyncUnaryCall>b__5_0[TRequest,TResponse](Task`1 t) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/Interceptors/TypedExceptionInterceptor.cs:line 62 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at EventStore.Client.GrpcServerCapabilitiesClient.GetAsync(CallInvoker callInvoker, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/GrpcServerCapabilitiesClient.cs:line 35 at EventStore.Client.EventStoreClientBase.GetChannelInfoExpensive(ReconnectionRequired reconnectionRequired, Action`1 onReconnectionRequired, IChannelSelector channelSelector, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 75 at EventStore.Client.SharingProvider`2.FillBoxAsync(TaskCompletionSource`1 box, TInput input) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/SharingProvider.cs:line 98 at EventStore.Client.TaskExtensions.WithCancellation[T](Task`1 task, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/TaskExtensions.cs:line 19 at EventStore.Client.EventStoreClientBase.GetChannelInfo(CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 84 at EventStore.Client.EventStoreOperationsClient.SetNodePriorityAsync(Int32 nodePriority, Nullable`1 deadline, UserCredentials userCredentials, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Operations/EventStoreOperationsClient.Admin.cs:line 76 at Xunit.Record.ExceptionAsync(Func`1 testCode) in C:\Dev\xunit\xunit\src\xunit.core\Record.cs:line 76
test / EventStore.Client.Operations/ubuntu-latest/net5.0/previous-lts
Process completed with exit code 1.
EventStore.Client.AuthenticationTests.system_call: test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L49
Assert.Null() Failure Expected: (null) Actual: EventStore.Client.NotAuthenticatedException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") ---> Grpc.Core.RpcException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") --- End of inner exception stack trace --- at EventStore.Client.Interceptors.TypedExceptionInterceptor.<AsyncUnaryCall>b__5_0[TRequest,TResponse](Task`1 t) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/Interceptors/TypedExceptionInterceptor.cs:line 62 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at EventStore.Client.GrpcServerCapabilitiesClient.GetAsync(CallInvoker callInvoker, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/GrpcServerCapabilitiesClient.cs:line 35 at EventStore.Client.EventStoreClientBase.GetChannelInfoExpensive(ReconnectionRequired reconnectionRequired, Action`1 onReconnectionRequired, IChannelSelector channelSelector, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 75 at EventStore.Client.SharingProvider`2.FillBoxAsync(TaskCompletionSource`1 box, TInput input) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/SharingProvider.cs:line 98 at EventStore.Client.TaskExtensions.WithCancellation[T](Task`1 task, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/TaskExtensions.cs:line 20 at EventStore.Client.EventStoreClientBase.GetChannelInfo(CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 84 at EventStore.Client.EventStoreOperationsClient.SetNodePriorityAsync(Int32 nodePriority, Nullable`1 deadline, UserCredentials userCredentials, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Operations/EventStoreOperationsClient.Admin.cs:line 76 at Xunit.Record.ExceptionAsync(Func`1 testCode) in C:\Dev\xunit\xunit\src\xunit.core\Record.cs:line 76
test / EventStore.Client.Operations/ubuntu-latest/net6.0/previous-lts
Process completed with exit code 1.
EventStore.Client.AuthenticationTests.system_call: test/EventStore.Client.Operations.Tests/AuthenticationTests.cs#L49
Assert.Null() Failure Expected: (null) Actual: EventStore.Client.NotAuthenticatedException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") ---> Grpc.Core.RpcException: Status(StatusCode="Unauthenticated", Detail="Unauthenticated") --- End of inner exception stack trace --- at EventStore.Client.Interceptors.TypedExceptionInterceptor.<AsyncUnaryCall>b__5_0[TRequest,TResponse](Task`1 t) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/Interceptors/TypedExceptionInterceptor.cs:line 62 at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at EventStore.Client.GrpcServerCapabilitiesClient.GetAsync(CallInvoker callInvoker, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/GrpcServerCapabilitiesClient.cs:line 35 at EventStore.Client.EventStoreClientBase.GetChannelInfoExpensive(ReconnectionRequired reconnectionRequired, Action`1 onReconnectionRequired, IChannelSelector channelSelector, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 75 at EventStore.Client.SharingProvider`2.FillBoxAsync(TaskCompletionSource`1 box, TInput input) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/SharingProvider.cs:line 98 at EventStore.Client.TaskExtensions.WithCancellation[T](Task`1 task, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/TaskExtensions.cs:line 19 at EventStore.Client.EventStoreClientBase.GetChannelInfo(CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client/EventStoreClientBase.cs:line 84 at EventStore.Client.EventStoreOperationsClient.SetNodePriorityAsync(Int32 nodePriority, Nullable`1 deadline, UserCredentials userCredentials, CancellationToken cancellationToken) in /home/runner/work/EventStore-Client-Dotnet/EventStore-Client-Dotnet/src/EventStore.Client.Operations/EventStoreOperationsClient.Admin.cs:line 76 at Xunit.Record.ExceptionAsync(Func`1 testCode) in C:\Dev\xunit\xunit\src\xunit.core\Record.cs:line 76
test / EventStore.Client.Operations/ubuntu-latest/net7.0/previous-lts
Process completed with exit code 1.
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/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.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.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.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.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.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/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.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.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/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/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.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/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/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.