You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testcontainers for .NET does not offer a wait strategy for HTTP requests. Other language implementations like Java and Go have a wait strategy specifically for HTTP requests.
Solution
Add a wait strategy for HTTP requests that aligns with the other language implementations.
Benefit
Using an HTTP wait strategy is a common use case. Developers do not have to implement it themselves.
Alternatives
There are two open PRs without response after the review:
Problem
Testcontainers for .NET does not offer a wait strategy for HTTP requests. Other language implementations like Java and Go have a wait strategy specifically for HTTP requests.
Solution
Add a wait strategy for HTTP requests that aligns with the other language implementations.
Benefit
Using an HTTP wait strategy is a common use case. Developers do not have to implement it themselves.
Alternatives
There are two open PRs without response after the review:
Would you like to help contributing this enhancement?
Yes
The text was updated successfully, but these errors were encountered: