FuelSDK-CSharp icon indicating copy to clipboard operation
FuelSDK-CSharp copied to clipboard

FuelSDK-CSharp

Results 57 FuelSDK-CSharp issues
Sort by recently updated
recently updated
newest added

How to solve this? { "message": "This integration is not eligible to use the legacy /v1/requestToken endpoint because the integration uses enhanced OAuth 2.0 functionality. To obtain a token for...

bug

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

**Describe the bug** I can't use the library on my Mac M1 because the M1 isn't an Intel chip, and therefore any .NET core apps prior to .NET 6.0 don't...

bug

**Description** I`ve struggled with this error for a long time now. So, when I request ETSentEvent data for the first time (with specific filter) everything works just fine. Changing the...

bug

**Describe the bug** Security requirements are not satisfied because the security header is not present in the incoming message. **To Reproduce** Execute SoapClient.Retrieve() **Expected behavior** Retrieve should work and retrieve...

bug

**Describe the bug** The Soap Timeouts are set to 50 minutes which is not ideal and should be able to be customized. We ran into a situation where our application...

bug

https://help.salesforce.com/s/articleView?id=000356497&type=1 There are changes that Salesforce is asking us to make. https://webservice.s7.exacttarget.com is what FuelDK is using, and this has to be changed to the tenant url How will change...

enhancement

Here is a sample code that illustrates the issue for me (I did remove the connection info from the sample code). ```csharp using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq;...