SalesforceSharp icon indicating copy to clipboard operation
SalesforceSharp copied to clipboard

An easy-to-use .NET client library for Salesforce REST API

Results 15 SalesforceSharp issues
Sort by recently updated
recently updated
newest added

``` var objs = _sfClient.Query( @$"SELECT Id FROM Table WHERE something='{dangerousString}' "); ``` The above usage is vulnerable to injection, is there a way to sanitise the input?

Hi, I met error. sObject type 'WorkOrder' is not supported. Please help me. WorkOrder Represents field service work to be performed for a customer. This object is available in **API...

I've updated salesforcesharp to dotnetstandard2.0 so that it can be utilized in dotnet core & dotnet framework (4.6.1+). Changes: - Updated all the nuget dependencies some of them to latest...

Salesforcesharp version is: 1.1.0 HelperSharp version 0.0.4.1 Newtonsoft.Json version 6.0.6 RestSharp version 105.0.1 I have used the following code, verified it connects and queries the Account object successfully, however when...

[SalesforceSharp 1.1.0](https://www.nuget.org/packages/SalesforceSharp/) is supposed to be compatible with any version of `HelperSharp` >= `0.0.4.1`. Our project uses `HelperSharp 0.0.4.2`. Everything builds fine, and our package manager doesn't complain when resolving...