Force.com-Toolkit-for-NET
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.
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...
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,...
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...
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
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...
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...
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....
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
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'...
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