Xrm.Tools.CRMWebAPI icon indicating copy to clipboard operation
Xrm.Tools.CRMWebAPI copied to clipboard

This is an API helper for working with the Common Data Service (CDS) Web API

Results 37 Xrm.Tools.CRMWebAPI issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.1.1 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies
php

I am using version 1.0.25 of XRM.Tools.CRMWebAPI with Durable Function using .Net Core 3.1 . Just wondering, does the CRMWebAPI offer any alternative to using ExecuteMultipleRequest or ExecuteTransactionRequest of [Microsoft.Xrm.Sdk.Messages]...

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.2.1 to 1.8.5. Release notes Sourced from guzzlehttp/psr7's releases. 1.8.5 See change log for changes. 1.8.4 See change log for changes. 1.8.3 See change log for changes....

dependencies
php

Bumps System.Net.Http from 4.0.0 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.0.0&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When you try to create multiple item in one Create (batch) it throws the following exception: ``` System.ArgumentException : Invalid 'HttpContent' instance provided. It does not have a content type...

It is unclear how best to handle a 429 from CRM. The CRMWebAPIException does not give access to the status code. Even if it did, we would be missing the...

David, I re-implemented many of the same changes as before to fix the OData Batch support for .NET Core and .NET Standard. This time I went with the approach of...

Request support for the annotation Microsoft.Dynamics.CRM.fetchxmlpagingcookie to enable paging for fetchxml queries.

For some operations (ExportSolution) the default HttpClient timeout of 2 minutes is not long enough, bigger solutions sometimes take longer to export. Any way to extend the timeout or would...