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

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_autoassign.htm This header allows changing the behavior of the active assignment rules during a given update to Accounts, Cases, or Leads. My current workaround is to create a custom HttpClient,...

added opportunity to set Headers for Patch Methods

ParseForceException is failing to deserialize the string listed below into an `ErrorResponses` class. `["/services/data/v41.0/sobjects/Account/0011I00000aCPEAQA4","/services/data/v41.0/sobjects/Account/0011I00000aAsbRQAS"]` Message: `Error converting value "/services/data/v41.0/sobjects/Account/0011I00000aCPEAQA4" to type 'Salesforce.Common.Models.Json.ErrorResponse'. Path '[0]', line 1, position 59.` Inner exception:...

Here I have an API Gateway before access salesforce, wich makes a query calling something like `{baseUrl}/{path}/services/data/...` I found that if I try to set the InstanceUrl like `{baseUrl}/{path}` it...

https://github.com/developerforce/Force.com-Toolkit-for-NET/tree/master/samples/WebServerOAuthFlow

Please add JWT as an authentication option. This is a great tool for dot net developers, but everyone should be using the best authentication possible to connect to our production...

*This is a question, not a bug, However, I'd really like to see something more explicit in the documentation.* I'm trying to run the following code. using (var queryClient =...

This link in the documentation is dead: https://github.com/developerforce/Force.com-Toolkit-for-NET/tree/master/samples/WebServerOAuthFlow I'm brand new to this and really could use a demonstration of how to use the toolkit with the Web Server OAuth...

Add the ability to set a custom max poll delay. We are using the lib and experience that we sometimes wait quite as long time after SF finishes Job processing...