v1.4.3
版本发布时间: 2019-11-07 14:10:03
isen-ng/testcontainers-dotnet最新发布版本:v1.5.4(2022-07-01 18:03:25)
- Avoid the use of
Path.GetFullPath
inDockerfileImage
- This is because this method is very slow and the parent method sped up by 1 order of magnitude after avoiding
Path.GetFullPath
as much as possible
- This is because this method is very slow and the parent method sped up by 1 order of magnitude after avoiding
- Normalized
.dockerignore
andDockerfileImage.BasePath
paths to use OS separators- This is to solve a complaint that the
.dockerignore
feature does not work in an Windows environment
- This is to solve a complaint that the