PowerPlatform-DataverseServiceClient
PowerPlatform-DataverseServiceClient copied to clipboard
Code Replica for Microsoft.PowerPlatform.Dataverse.Client and supporting nuget packages.
[Microsoft.PowerPlatform.Dataverse.Client 1.2.10 was released in August](https://www.nuget.org/packages/Microsoft.PowerPlatform.Dataverse.Client/1.2.10), but the [latest release and code here on GitHub is 1.2.9 from June](https://github.com/microsoft/PowerPlatform-DataverseServiceClient/releases/tag/1.2.9). I guess the code isn't that important given that this is...
It is .NET 9.0 / Windows / NativeAOT. My code works great when it is not built with native aot. Here is what happened. ```csharp var clientId = "{my-client-id}"; var...
There is a problem with how the serviceclient and SkipDiscovery is handled. We have build a emulator for dataverse for aspire however it is currently forced to use port 443...
Hello, I would like to override the ExecuteOrganizationRequestImpl and ExecuteOrganizationRequestAsyncImpl methods in a derived class from a ServiceClient. I would like to adjust the OrganizationRequest before sending it to CRM....
When using the Microsoft.PowerPlatform.Dataverse.Client SDK (version 1.0.26) in an Azure function to connect to Dataverse, an internal error occasionally occurs: "Failed to connect to Dataverse. One or more errors occurred....
I develop VSIX extension, in my extension I add ref ```Microsoft.PowerPlatform.Dataverse.Client``` from NuGet ver ```1.2.9``` In code, when i try ```c# var connectionString = "AuthType=ClientSecret;Url=....."; var ServiceClient = new ServiceClient(connectionString);...
https://github.com/microsoft/PowerPlatform-DataverseServiceClient/blob/03fa4d1132c90af9f6c08e581119e7407ca61fa7/src/GeneralTools/DataverseClient/Client/Utils/Utils.cs#L259 It's not possible to connect to sovereign clouds not listed above using a connection string and the dvsc. I've verified that I can create a connection if I bypass...
Not sure if this is the best repo, but when playing with one of the [newer join operators](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/queryexpression/join-tables?tabs=qe#use-advanced-joinoperators), the query below ignores the EntityAlias of the LinkEntity and also returns...
Hello my team has been struggling adopt the new ServiceClient as we're very restricted with our old on-prem setup. We've made some advances, and are getting closer, however the best...