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

Support for .net core 2 #663

Open
TurgutBtc opened this issue Nov 6, 2018 · 6 comments
Open

Support for .net core 2 #663

TurgutBtc opened this issue Nov 6, 2018 · 6 comments

Comments

@TurgutBtc
Copy link

I recently updated my application to use .net core and I would like to use your API.

Could you please create a version that supports .net core projects ?

@TurgutBtc TurgutBtc changed the title Support for .net core Support for .net core 2 Nov 6, 2018
@dwalleck
Copy link
Contributor

dwalleck commented Nov 9, 2018

Now that I have the limits on JSON.NET cleared up, getting the project on some version of .NET Standard is a top priority. I have a few days off work coming up in two weeks dedicated to open source development, so I'm going to try to do this work during that window. The part that requires the most effort is to make remove all bits that are still using System.Web and only use HTTPClient/Flurl. Many of the older clients marked for deprecation would likely need to be dropped at this point, but I would like to make sure no capabilities are dropped either.

@mcassim
Copy link

mcassim commented Dec 14, 2018

Hi, any timeline on this?

@AlanParr
Copy link

Would you be open to a pull request for this?
I've ported to .net standard 2.1, unit tests are working but I'm not in a position to run the integration tests at this point.

@knasher
Copy link

knasher commented May 1, 2020

Would you be open to a pull request for this?
I've ported to .net standard 2.1, unit tests are working but I'm not in a position to run the integration tests at this point.

I'd be interested in getting a copy of the .NET Standard version, if that's possible @AlanParr

@AlanParr
Copy link

AlanParr commented May 1, 2020

@knasher
I have uploaded to the below public repository.

https://github.com/AlanParr/openstack.net-netstandard

I hope this work is useful to you.

@knasher
Copy link

knasher commented May 9, 2020

@AlanParr That's great, thank you!

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

5 participants