-
From time to time my services are hitting this exception:
System.InvalidOperationException: Web API Service is not supported by the ServiceClient in 0.0 version of XRM
at Microsoft.PowerPlatform…
-
I've encountered an exception coming from the newest (0.4.12) Dataverse lib, when one of the requests failed. This is the stack trace:
Newtonsoft.Json.JsonReaderException: Error reading JObject from …
-
I'm using PowerPlatform.Dataverse.Client 0.5.7 (updated to 0.5.10 recently) on a Web API project .Net 5.0
I'm using the ServiceClient to add and update project schedule data as per the Microsoft docu…
-
Hello, solution can't be built. VS raises errors and it could not find "Microsoft.cds.coreassemblies.internal", please see the screen print. I've already installed these three nuget packages:
Micr…
-
I ran into this error after updating to the renamed client in v4 - its triggered when trying to log out another exception I've encountered since the upgrade (which appears to be caused by passing a `n…
-
Microsoft.PowerPlatform.Dataverse.Client" Version="0.4.20"
Repro:
- Create a plugin that always throws an exception on Create
- Use the ServiceClient.ExecuteOrganizationRequest method to execute …
-
### Describe the issue
We are experiencing an error when the "delete-unmanaged-solution-and-components" pipeline executes (when triggered from the AA4AM canvas app).
The task "Power Platform Dele…
-
Hello,
I am trying to use the service client in Blazor Server (.NET 5 running on Windows) and it doesn't seem to work when I try to create a new instance from inside a Blazor component (directly or…
-
I upgraded Dataverse.Client and some of my tests started to fail. Retrieving records still work, as it's going through SOAP, but creating a new one fails. The exceptions is just:
`JsonReaderExceptio…
-
I got this error when the response of the request was a 401. There's no content then so the ShouldRetryWebAPI fails with a JSON parse error.
![image](https://user-images.githubusercontent.com/16224…