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 #654

Open
naveedahmed1 opened this issue Sep 5, 2017 · 5 comments
Open

Support for .Net core #654

naveedahmed1 opened this issue Sep 5, 2017 · 5 comments

Comments

@naveedahmed1
Copy link

Any plans to add support for .net core?

@dwalleck
Copy link
Contributor

I would certainly like to. I've run the compatibility check and while there are some issues with dependent libraries not being compatible with .NET Core, it's nothing that can't be resolved. I need to get the CI system for the project back up and running first, but that would be near the top of my issues to address after that.

@naveedahmed1
Copy link
Author

Thank you so much @dwalleck for your reply. Have you checked it for .Net Core 2.0, they have now support for most of the libraries.

Can you please also confirm, once upgraded if this will work for Rackspace Cloud Files as well?

@Caloyski
Copy link

I get an error when making calls to the services, pointing that the culprit is a dependency (Flurl). Is it going to be fixed?

@dwalleck
Copy link
Contributor

dwalleck commented Feb 5, 2019

The challenge that I'm working through is that the version of Flurl that was used to originally implement these clients is quite old, and the API has had several breaking changes since then. Essentially, I need to gut the HTTP layer across the board for all clients and either use the newer version of Flurl or the now much improved HTTPClient. The challenge has been finding a window of time to do the work and give myself enough confidence that I haven't made any breaking changes, or at least minimizing those. I may be thinking too cautiously, as this package won't be very useful unless it is able to roll forward to modern versions of .NET. Unfortunately I took over this project right before I had my first child and I just haven't had the spare time that I was used to having. I'll do some thinking this week and try to put together the steps I need to get done in a GitHub Project so that people can track the progress of what needs to be done.

@rebeccapowell
Copy link

Where's @rackspace support for this project? If they have any interest in them keeping .NET applications on their platform, they we need .NET Core support in OpenStack.net, especially for the Cloud Files access.

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