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

I am having issues trying to fix RestSharp dependency when adding SalesForceSharp to my project. When you add SalesForceSharp reference to the project, it will include the RestSharp v105.0.1 dependency....

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.6 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.6 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.6 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 105.0.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 105.0.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 105.0.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 104.1 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

I love the simplicity of SalesforceSharp but does it have anything similar to ForceClient's "[ExecuteRestApiAsync](https://github.com/wadewegner/Force.com-Toolkit-for-NET/blob/279cefeca536c13f8018ac5f80de4d81291d0dd7/src/ForceToolkitForNET/ForceClient.cs#L76)" method where you can post to a Salesforce REST custom endpoint? Please point me to...