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

I'm trying to upload attachment to an existing custom object, if we expose JsonHttpClient, can we use HttpBinaryDataPostAsync to do so?

question

I am getting retry your request .Salesforce.Common.AuthenticationClient.d__1.MoveNext() This started happening from today. I have not clue. below is my code. It happens for my sandbox account. private async Task GetValidateAuthentication()...

question

This seems to be missing after digging through the code in the repo. If it's possible let me know, eitherwise can we expose it? To be clear, I am mainly...

question

I added code to get data from salesforce reports. Please merge to master.

cla:signed

Simplified the code using a Queue runs faster when you post large jobs and consumes less memory. Not drastically differences but you can notice when you have big loads.

cla:signed

By default .NET uses TLS 1.0 but since Summer 16, connections are only allowed with TLS 1.1 or above. When testing the console sample app, connections using TLS 1.0 will...

enhancement

Hello, I use the following code, but I only get 2,000 records instead of all records, what do I do wrong? ``` client = new ForceClient(instanceUrl, accessToken, apiVersion); var contentVersion...

When specifying the `apiVersion` if entered incorrectly will throw exception with unhelpful error message (i.e., resource does not exist) which make sense since its directly being used in the url...