Vlastimil Kaluza
Vlastimil Kaluza
**Describe the bug** Http POST request with serialized body content contains unexpected hexadecimal numbers. Numbers wrap the whole regular content. See bellow to captured request: ``` POST https:///api/license/630D6EC0-364C-4062-8F8A-6DAD47D32440 HTTP/1.1 Host:...
Hi @HofmeisterAn , I've created this draft PR with `AzuriteTestcontainer`. Currently there is only basic support of options. What is done: - Default image - Custom image - Host Blob...
This PR add two options for docker endpoint authentication. 1. it is support of simple secured endpoint by TLS 2. it is support of client authentication via mTLS PR contains...
Configuration providers provide current value from environment variables or setting file. This is suggestion how to fix issue #576 to make test runnable nd independent on the order.
**Describe the bug** Unit test `DotNet.Testcontainers.Tests.Unit.DockerEndpointAuthenticationProviderTest.GetDockerClientConfiguration` is failing when all test are executed. I think it is related to change in file `src/Testcontainers/Configurations/EnvironmentConfiguration.cs` in PR #550: ``` csharp /// ///...