-
Hi,
We are getting the following error when creating a custom activity record. We are using Microsoft.PowerPlatform.Dataverse.Client version 1.0.1. This is a .Net 6.0 application. I have created a sm…
-
### Library version used
4.57.0
### .NET version
6.0.416
processArchitecture: X64
osArchitecture: X64
### Scenario
PublicClient - desktop app
### Is this a new or an existing app…
vedg updated
10 months ago
-
Hi, a potential issue with how Clone() works in 1.1.16
Were using some old .Net Framework code that have been upgraded to .Net 6 with as few changes as possible, due to how parallel code works in .…
-
### Library name and version
Microsoft.PowerPlatform.Dataverse.Client 1.1.12
### Describe the bug
I Try to connect using an app in .NET MAUI.
In Android I have this exception:
{Microsoft.PowerP…
-
I always thought the whole purpose of serviceClient over crmServiceClient is not only to be used with .net core but also to be able communicate natively with Dataverse WebAPI endpoint using our c# SDK…
-
I have some connection references that I need to update during import of my managed solution. The deployment settings file looks like this:
```
{
"ConnectionReferences": [
{
"Logica…
-
### Library version used
4.55.0
### .NET version
7.0.305
### MSAL client type
Confidential
### Application type
Web API
### Authentication flow type
Client credentials (service-to-service cal…
-
# Issue Transfer
This issue has been transferred from the Azure SDK for .NET repository, [#38057](https://github.com/Azure/azure-sdk-for-net/issues/38057).
### Please be aware that @acaliaro is …
-
I am trying to retrieve Email records using RetrieveEntityChanges request and getting about 5000 records each time and getting System.OutOfMemoryException
**Message:** Failed to allocate a managed me…
-
We are experience the following issue.
We used SDK to connect to CRM on cloud. Per Microsoft recommendation, we replace ADAL auth with Microsoft.PowerPlatform.Dataverse.Client. .NET application is r…