Terence Joubert

Results 20 comments of Terence Joubert

> We support .Net 6.1, 7.2 n .net standard for this sdk. The inner exception should have all the details and otherwise, you can check the readme for enabling logs...

> We support .Net 6.1, 7.2 n .net standard for this sdk. The inner exception should have all the details and otherwise, you can check the readme for enabling logs...

> > We support .Net 6.1, 7.2 n .net standard for this sdk. The inner exception should have all the details and otherwise, you can check the readme for enabling...

Were your old files running .NET 6.0? I doubt it! Get Outlook for Android ________________________________ From: nimisha shrivastava ***@***.***> Sent: Thursday, February 10, 2022 3:43:01 AM To: intuit/QuickBooks-V3-DotNET-SDK ***@***.***> Cc:...

@sqnz Thank you for reporting this bug. Dictionary item values are being serialized by `DictionaryValueConverter.WriteJson()` which uses a local `JsonSerializer` that is "unaware" of all the serialization options that are...

@DiscoPYF , what if we change the type of `ReplicationFactor` to `object` and then add some validation in `PostGraphAsync()`?

@DiscoPYF , @rossmills99 , I have just fixed a test that apparently was expecting the property names of objects that are dictionary item values to remain the same (i.e. DontCamelCaseMe...

I've added the option property and called it `CamelCasePropertyNamesOfObjectValuesInDictionaries`. It is false by default to maintain backward compatibility with the old default behavior.