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

No API support for .Net core? #51

Open
rashmir592 opened this issue Mar 29, 2018 · 3 comments
Open

No API support for .Net core? #51

rashmir592 opened this issue Mar 29, 2018 · 3 comments

Comments

@rashmir592
Copy link

rashmir592 commented Mar 29, 2018

I am not able to read files from RACKSPACE cloud from my .net core application, where the same code works with .net framework application, it fails in .Net core/Standard projects.

"errorCode": PlatformNotSupportedException,

"message": Secure binary serialization is not supported on this platform.,

Stack Trace: at System.Exception.add_SerializeObjectState(EventHandler1 value)
at net.openstack.Core.Exceptions.Response.ResponseException..ctor(String message, Response response)
at net.openstack.Core.Exceptions.Response.ItemNotFoundException..ctor(Response response)
at net.openstack.Providers.Rackspace.Validators.HttpResponseCodeValidator.Validate(Response response)
at net.openstack.Providers.Rackspace.ProviderBase1.CheckResponse(Response response) at net.openstack.Providers.Rackspace.ProviderBase1.ExecuteRESTRequest[T](CloudIdentity identity, Uri absoluteUri, HttpMethod method, Object body, Dictionary2 queryStringParameter, Dictionary2 headers, Boolean isRetry, Boolean isTokenRequest, RequestSettings requestSettings, Func7 callback) at net.openstack.Providers.Rackspace.ProviderBase1.ExecuteRESTRequest(CloudIdentity identity, Uri absoluteUri, HttpMethod method, Func3 buildResponseCallback, Object body, Dictionary2 queryStringParameter, Dictionary2 headers, Boolean isRetry, Boolean isTokenRequest, RequestSettings settings) at net.openstack.Providers.Rackspace.CloudFilesProvider.GetObject(String container, String objectName, Stream outputStream, Int32 chunkSize, Dictionary2 headers, String region, Boolean verifyEtag, Action1 progressUpdated, Boolean useInternalUrl, CloudIdentity identity)

Will look forward to a quick resolution :)

Thanks in advance! :)

@chrispickford
Copy link

Please add support for .NET core. This is a major issue.

@jamsoft
Copy link

jamsoft commented Aug 23, 2018

Is there no movement on this? It's not like .NET Core is new anymore.

@Caloyski
Copy link

Did they solve this?

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