oci-dotnet-sdk
oci-dotnet-sdk copied to clipboard
Oracle Cloud Infrastructure SDK for .NET
Hi! I'm trying to parallelize access to resources with IdentityDomainsClient and sometimes getting unknown responses from the api so the SDK fails with weird exceptions at `Oci.Common.Http.Internal.ResponseHelper.HandleNonSuccessfulResponse`: 1. `Newtonsoft.Json.JsonReaderException: Unexpected...
Hello, recently i got this error on my API. It happens occasionally. I believe it is the problem related to creating too many instances of HttpClient instead of using the...
Has anyone managed using dotnetsdk to call the analyse image method? I don't know how to inform the image for analysis. Does anyone have an example of how to implement?
Oracle's response is not a JSON, and I'm not able to see its content. There should be a better way to handle this case. ``` Error: Newtonsoft.Json.JsonReaderException: Unexpected character encountered...
I'm having issues when using InstancePrincipalsAuthenticationDetailsProvider. My application hangs as soon as the authentication process begins. After checking the source code, I noticed multiple usages of .Result. In my case,...
Hi, I've used the list database methods to extract a full list of database summaries, and noticed the StorageSizeDetails field is not populated for any. I've ran the query across...
We are encountering issues while trying to generate an OKE (Oracle Kubernetes Engine) access token programmatically using C#. We are using the popular KubernetesClient NuGet package for interacting with the...
Hi Team, We’re integrating OCI Streaming using the .NET SDK and following the consumer group model. We would like clarification regarding how partitions are assigned when only one consumer instance...