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

feat: Update Testcontainers for .NET #475

Merged
merged 1 commit into from Dec 16, 2022
Merged

feat: Update Testcontainers for .NET #475

merged 1 commit into from Dec 16, 2022

Conversation

HofmeisterAn
Copy link
Contributor

What does this PR do?

Updates the Testcontainers for .NET NuGet dependency to its latest release. Assigns a random host port to the service running inside a container (best practice). Resolve the hostname instead of a fixed value (endpoint my differ due to the Docker environment, Testcontainers resolves the right endpoint).

Why is it important?

I noticed you are using an outdated version. The version is probably not compatible with Docker Desktop, etc. anymore. To leverage Testcontainesr into your test environment, I recommend the latest release.

If you have issues setting up Testcontinaers, let me know. I am happy to help. While I was browsing through the source code I noticed some parts that can be improved. I addressed some of them immediately.

Related issues

-

@CLAassistant
Copy link

CLAassistant commented Dec 16, 2022

CLA assistant check
All committers have signed the CLA.

@Zelldon
Copy link
Collaborator

Zelldon commented Dec 16, 2022

Awesome thanks for updating and improving it @HofmeisterAn I was always procrastinating this 🥇

Please sign our CLA and then I can merge it 🚀

@Zelldon Zelldon merged commit 286932d into camunda-community-hub:main Dec 16, 2022
@HofmeisterAn HofmeisterAn deleted the feature/update-testcontainers-dotnet branch December 16, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants