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

Multiple methods in the ForceClient are not implemented asynchronously despite having asynchronous method names. For example, in ForceClient.cs, there is a method declared as: `public Task QueryAsync(string query)` QueryAsync implies...

bug

So, in looking at the ForceClient API and the different responses that are available, there is a "Success" flag and an Errors object. In my experience actually using the client,...

enhancement

One thing I never liked about this project was the need to use `DeveloperForce.Force` as the namespace and the name in the NuGet package. Other ideas? - `Salesforce.Force`: concerned that...

question
futures

Add the ability to create multiple objects at once, something that is possible via the Rest API already. https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_composite_sobject_tree_flat.htm

futures

I'm able to save and update attachments via the Attachment model. I can view the documents in salesforce, but I cannot retrieve the attachments. Using the following code ` var...

investigate

First of all Thanks a lot for adding Bulk API Support, it will help us a lot ! but most of the time users need to upload Bulk data using...

enhancement

Example: ``` [Createable(false), Updateable(false)] [JsonProperty("Salesforce_Name__c")] public string DotnetName { get; set; } ``` The `CreateableContractResolver` and `UpdateableContractResolver` will not work in this case, since it's comparing the wrong property names....

bug

Hi Just to confirm if the latest version already address the TLS 1.1 or higher requirement of Salesforce? https://help.salesforce.com/articleView?id=Salesforce-disabling-TLS-1-0&language=en_US&type=1 Thank you Limber jaimes

enhancement

I can't seem to find a way to set the CallOptions, so that client id can be set; purpose being when using the 'API Calls Made Within Last 7 Days'...

enhancement

Hi, Can we make the exceptions serializable? Type 'Salesforce.Common.ForceException' in Assembly 'Salesforce.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f7864e53fb79388' is not marked as serializable. Thanks, - Tim

enhancement