gratinierer

Results 3 comments of gratinierer

Hi @JamesNK , trying ``` c# var serializer = new JsonSerializer() { MetadataPropertyHandling = MetadataPropertyHandling.ReadAhead }; ``` i get `` Newtonsoft.Json.JsonSerializationException : Required property '$id' not found in JSON. Path...

Hi @erdomke , can you give me an information, if you plan to integrate that pull request? Thanks and best regards miro

Hi @erdomke, cool, looks pretty much like the solution I wished I dared/was able to implement. During my test I got a little confused: I had to add the following...