Colin Mackay

Results 6 comments of Colin Mackay
trafficstars

> shouldnt that be a feature request to json.net? No, because it serialises correctly using JSON.NET directly using the same settings. > i wasnt able to reproduce that. can u...

I'm at a loss just now. I just tried to reproduce this at home, but it also worked too. I'm guessing there is some really weird interaction happening with my...

It's arrays! It doesn't like arrays. EDIT: I tried using a list instead, it didn't like that either. ```csharp using System; using System.Diagnostics; using System.Threading.Tasks; using Newtonsoft.Json.Serialization; using VerifyTests; using...

> i dont think it is arrays. replace the verify target with a string and i suspect u will get the same exception I changes the `Verify` line to: ```csharp...

If I may add my tuppenny worth. I feel that a library should mostly log at the DEBUG level. I don't expect to have to deal with the internal workings...

The user should at least have a choice of doing if-exists style checks before certain operations. I agree that you should expect the database to be in a certain state,...