Microsoft.Xrm.Sdk.Async icon indicating copy to clipboard operation
Microsoft.Xrm.Sdk.Async copied to clipboard

Adds IAsyncOrganizationService and IAsyncDiscoveryService with async versions of interface methods to the CRM Dynamics SDK.

Results 5 Microsoft.Xrm.Sdk.Async issues
Sort by recently updated
recently updated
newest added

Hello, First of all, thank you for the hard work on this ! Trying to work out on how to "call" the async proxy. Can you post a small working...

Unknown exceptions cause the process to return default(T) instead of throwing. For example, the following code will generate a FaultException and return a null response. ``` var query = new...

Would love to be able to use connection strings similar to how the newer SDK versions allow connections to be created

Hi, I made an SDK9 project for your library.

I am using the latest version of the library to connect to the CRM but I get the error "Authentication to MSA services is not supported" I can't understand why...