Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Testcontainers instead of DotNet.Testcontainers #854

Closed
pellared opened this issue Jun 22, 2022 · 0 comments · Fixed by #856
Closed

Use Testcontainers instead of DotNet.Testcontainers #854

pellared opened this issue Jun 22, 2022 · 0 comments · Fixed by #856
Assignees

Comments

@pellared
Copy link
Member

pellared commented Jun 22, 2022

Context

Today, I tried running MongoDbTests on Windows and it failed with DotNet.Testcontainers.Containers.ResourceReaperException : Initialization has been cancelled.. I have found testcontainers/testcontainers-dotnet#449

Why

Take notice that https://github.com/HofmeisterAn/dotnet-testcontainers has moved to https://github.com/testcontainers/testcontainers-dotnet so it should be done anyway.

The next version of DotNet.Testcontainers 1.6.0 is Testcontainers 2.0.0

What

Migrate to use Testcontainers 2.0.0

@pellared pellared changed the title Bump DotNet.Testcontainers to 2.0.0 Bump DotNet.Testcontainers to 2.0.0 Jun 22, 2022
@pellared pellared self-assigned this Jun 22, 2022
@pellared pellared changed the title Bump DotNet.Testcontainers to 2.0.0 Migrate to Testcontainers to 2.0.0 Jun 22, 2022
@pellared pellared changed the title Migrate to Testcontainers to 2.0.0 Use Testcontainers instead of DotNet.Testcontainers Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant