openstack.net icon indicating copy to clipboard operation
openstack.net copied to clipboard

Support for .net core 2

Open TurgutBtc opened this issue 5 years ago • 6 comments

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 avatar Nov 06 '18 13:11 TurgutBtc

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.

dwalleck avatar Nov 09 '18 03:11 dwalleck

Hi, any timeline on this?

mcassim avatar Dec 14 '18 11:12 mcassim

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.

AlanParr avatar Apr 12 '20 21:04 AlanParr

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

knasher avatar May 01 '20 10:05 knasher

@knasher I have uploaded to the below public repository.

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

I hope this work is useful to you.

AlanParr avatar May 01 '20 19:05 AlanParr

@AlanParr That's great, thank you!

knasher avatar May 09 '20 13:05 knasher