Reuben Bond
Reuben Bond
@Meir017 they look like Consul failures, based on the output: ``` Error: System.TypeInitializationException : The type initializer for 'Consul.Tests.ConsulTestUtils' threw an exception. ---- DotNet.Testcontainers.Builders.DockerUnavailableException : Docker is either not running...
@jerviscui please feel free to profile the benchmarks and determine the cause. It's not something I will likely look into soon. My initial hunch would be that there is an...
How are you configuring the client? The client is thread safe, but there's a possibility that the client hasn't fully started before being accessed.
Which documentation are you referring to, could you link to it? Your question asks about in-memory persistence but the code you included is for Redis.
If you provide more information, we may be able to assist you
@TianMaiCheng where did you find this in documentation? I'd like to fix the corresponding documentation. This is not how Redis storage should be configured. Here is an example of how...
If this works well with GitHub Actions and other CIs, then I'm all for it.
I don't see a testcontainers package for zookeeper
I added the TestContainers packages to the .NET feed, they should be there now.
@Tragetaschen are you saying that SignalR creates a new span for each element in an IAsyncEnumerable request to a hub? I'd be ok with us doing the same thing here....