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

An OpenStack Cloud SDK for Microsoft .NET

Results 96 openstack.net issues
Sort by recently updated
recently updated
newest added

When I attempt to upload a file to Rackspace I get an error returned from the API "The underlying connection was closed: An unexpected error occurred on a receive" The...

Any plans to add support for .net core?

It appears this commit https://github.com/openstacknetsdk/openstack.net/commit/9d40fe1e044cebfb6c4f0cc682fb99aba78e810c changes the cloudFilesProvider.DeleteObject method from returning a response object to void. The documentation in the wiki still shows usage of the response object as a...

We appear to be experiencing the exact same effects as resolved by issue [333](https://github.com/openstacknetsdk/openstack.net/issues/333) A Windows service pushing objects into cloud files suddenly experiences many of the following exception and...

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 ?

Sorry if this is the wrong place to ask, but is this project still being maintained? It's enforcing older versions of shared components (like JSON.NET < 10) which is causing...

The Flurl.* versions the project refers to are unlisted. - https://www.nuget.org/packages/Flurl.signed - lists versions 2.8.0 and 2.7.1 - https://www.nuget.org/packages/Flurl.Http.Signed/ - lists versions 2.3.2 and 2.3.1 https://github.com/openstacknetsdk/openstack.net/blob/c338e6be9dbf225891ce7de58bcbf7722afbdc17/paket.dependencies#L4 (current master) refers to...

Is it possible that you publish a signed version of the dll in order to avoid the error "Referenced assembly openstacknet does not have a strong name" when used from...

I see it documented here>> https://developer.rackspace.com/docs/cloud-files/v1/general-api-info/pseudo-hierarchical-folders-and-directories/ but the sdk doesn't seem to have this parameter in CloudFiles.ListObjects().

Hi, Obviously I've got some problems. The main branch does not support Identity V3, I want to do a own implementation, I see the branch of Identity V3, but how...