Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

The Force.com Toolkits for .NET provides an easy way for .NET developers to interact with the Force.com & Chatter REST APIs using native libraries.

Results 98 Force.com-Toolkit-for-NET issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi We are using Force.com from C# but some of our queries that return a large set of data are now taking a long time. We compared the speed using...

Referring to this announcement: https://help.salesforce.com/s/articleView?id=000356005&type=1 We are using the authentication method ```csharp AuthenticationClient.UsernamePasswordAsync(string clientId, string clientSecret, string username, string password) ``` Will the aforementioned announcement impact this function? If so,...

…he XmlSerializer causes a serious memory leak if you do not use the two contructors mentioned here. https://support.microsoft.com/en-us/help/886385/memory-usage-is-high-when-you-create-several-xmlserializer-objects-in-asp-net From my testing this change also bumps performance atleast 2 fold with...

cla:signed

ForceClient has 2 RunJobAndPollAsync methods. But the interface IForceClient is missing the overloaded method mentioned below **Task RunJobAndPollAsync(string objectName, string externalIdFieldName, BulkConstants.OperationType operationType, IEnumerable recordsLists)**

Hello everyone, I have problem with updating Newtonsoft.Json from 11.0.2 to 12.0.3. I am using DeveloperForce.Force 2.0.7 and required Newtonsoft.Json is >= 11.0.2. I think there is some problem with...

Hello, I am trying to define a proxy used when I call Salesforce. To do that, I create an HttpHandler that I pass to my ForceClient constructor. Here is the...

Since API v46, the response for the [Upsert Request](https://developer.salesforce.com/docs/atlas.en-us.222.0.api_rest.meta/api_rest/dome_upsert.htm) has changed in two significant ways 1. The `created` parameter has been added to the successful response object. 2. Updates now...

Hi, Does this library manage to regenerate the token using password grant type once the access token gets expired?

I have added the option to specify concurrency mode when creating a batch job.

Receiving this on a CreateAsync call `System.TypeLoadException : Method 'get_InnerException' in type 'Salesforce.Common.ForceException' from assembly 'Salesforce.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f7864e53fb79388' does not have an implementation.`