Skip to content

No API support for .Net core? #51

Description

@rashmir592

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! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions