-
Notifications
You must be signed in to change notification settings - Fork 5
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
Namespace clash between Dodo.HttpClient and System.Net.Http.HttpClient namespaces #32
Comments
pastushenkoy
added a commit
that referenced
this issue
Sep 2, 2020
Closed
pastushenkoy
added a commit
that referenced
this issue
Sep 2, 2020
Ceridan
added a commit
that referenced
this issue
Oct 17, 2020
To avoid namespace clash (see #32) change root namespace from Dodo.HttpClient.ResiliencePolicies to Dodo.HttpClientResiliencePolicies
Will be released in version v2.0.0. See milestone v2.0.0 |
Merged
Ceridan
added a commit
that referenced
this issue
Dec 5, 2020
Milestone v2.0.0 Milestone include major changes including breaking changes. Full list of changes: - Fix namespace clash between Dodo.HttpClient and System.Net.Http.HttpClient (#32) - Add OverallTimeoutPolicy (#13) - AddDefaultPolicies is renamed to AddResiliencePolicies (#45) - CircuitBreaker is host specific by default. Host agnostic version is removed (#44) - HttpClientSettings is replaced with ResiliencePoliciesSettings (#38) - Add support of Retry-After http header (#40) - Refactor API for end-users (#51) - Re-write README (#24) - Add .NET 5 support (#53) - Fix flaky test (#52)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because of namespace clash users should provide fully qualified name to use our library.
The text was updated successfully, but these errors were encountered: