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

Provide .NETStandard compatible version #28

Open
musicm122 opened this issue May 19, 2017 · 3 comments
Open

Provide .NETStandard compatible version #28

musicm122 opened this issue May 19, 2017 · 3 comments

Comments

@musicm122
Copy link
Contributor

Why:
Asp.net applications are moving toward .net core as a future standard. Moving this library to .net core would allow users to port their existing codebases to support the newer .net Standard.

What is involved:

  • Replacing WebClient with HttpClient
  • Convert Sync calls with proper Async equivalent versions
  • Changing Refs from ApplicationException to Exception
  • Adding\Changing Nuget Refs Such that the project can be used by .net core
@dmarlow
Copy link
Contributor

dmarlow commented Nov 14, 2017

I too would like to see this happen. This is just one of a long list of dependencies we have, but not having this would mean we'd be stuck until this was available.

@jakebanks
Copy link

+1 for this request please.

@mythjuha
Copy link

mythjuha commented Apr 1, 2021

+1

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

No branches or pull requests

4 participants