Vlastimil Kaluza

Results 24 comments of Vlastimil Kaluza

This solution will work even for this test modification for TLS: ```csharp [CollectionDefinition(nameof(DockerEndpointAuthenticationProviderTest), DisableParallelization = true)] [Collection(nameof(DockerEndpointAuthenticationProviderTest))] public sealed class DockerEndpointAuthenticationProviderTest { [Theory] [ClassData(typeof(AuthConfigTestData))] public void GetDockerClientConfiguration(IDockerEndpointAuthenticationConfiguration authConfig, Uri expectedDockerClientEndpoint)...

I am not sure but this bug is about environment configuration problem and not about TLS. I think mixing environment configuration with settings files does not make sense to me....

@HofmeisterAn Sorry for late answer. I will update it.

Fix was updated based on suggestion and covered by one mroe test.

@artyomabrahamyan thank you for hint. It will help for sure. Is this behaviour exected as default? I think that my case is not special and I think something should change...

Main options, switches and settings are implemented. I think more than 90% of use cases should be supported. I would wait if someone will request them. I will move this...

> * I'd suggest to use a more common naming pattern (in. NET) for the boolean properties. Instead of `Debug`, `DisableProductStyleUrl`, `SkipApiVersionCheck` or `RunTableOnly`, I would use something like `DebugEnabled`,...

> [c03a7fd](https://github.com/testcontainers/testcontainers-dotnet/commit/c03a7fd27bb5e1b515cee716ba4d54418b25d838), [596b14e](https://github.com/testcontainers/testcontainers-dotnet/commit/596b14e74169d174529742da8bbadf01be4d1bd5) thanks for all of your help. Any time