-
Notifications
You must be signed in to change notification settings - Fork 571
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
There is no more support from modernhttpclient please remove the dependency #500
Comments
What issue were you having and what platform? I can remove this, but it will require a lot of testing on various platforms. |
and thanks. |
An issue: We're currently trying to use this library in a DNX/dotnet CLI ( |
gotcha. I'll get rid of this. I believe it will still work on various platforms, but the intent was to get the native http library on each platform. Is this blocking you, or do you have a fork right now? If you want to fork and start that way, I can have NuGet updated soon (on vacation next week though). The code in Requestor is basically one line you will remove I believe. |
I have that fixed in a private fork, so it's not super urgent. There are TLS 1.2 issues on Mono anyway, so I had to additionally open up the |
There are a few issues/PRs open on ModernHttpClient, but the reviews (xamarin) look terrific. The last activity was on Jan 22nd, though. @paulcbetts - can you confirm if this library is still maintained or if you've moved on? Are the existing PRs/issues just not critical things? |
You should instead let people provide their own HttpClient factory instead of including MHC as a dependency |
The dependency was removed. If there is an issue with the httpclient, I will deal with it then. Hope this takes care of your issue @sunsided and @Jagadeesh-Govindaraj. Thanks. |
Thank you a lot! |
The nuspec file still contains modernhttpclient by the way: |
Yes - sorry about that, will get it removed next release. |
look at this issue please aware of this issue
mattleibow/square-bindings#2
Also there is workaround merged to master but not yet release the new package don't use modernhttpcleint
anaisbetts/ModernHttpClient#177
The text was updated successfully, but these errors were encountered: