Davis

Results 4 comments of Davis

@HofmeisterAn This is interesting because I have been having issues with `Testcontainers` running in VS recently, but I haven't been able to identify the root cause. The error I get...

@HofmeisterAn https://github.com/davist-ir/Sandbox Here is a reproducible solution. There is a `v3.7.0` branch that works fine from the terminal using `dotnet test` and VS. There is a `v3.8.0` branch that doesn't...

>The Dockerfile [must be included](https://docs.docker.com/build/building/context/) in the tarball and cannot be ignored. This makes sense to me. I was actually surprised to find the `**/Dockerfile*` in the `.dockerignore` because it...

@HofmeisterAn I'm not going to pretend I fully understand the ins and outs of the `Testcontainers` inner workings, but I was stepping through the code yesterday to find where the...