sanvlr12 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
0 stars 0 forks source link

Fix the Newtonsoft.Json dependency to support $ref schemas better #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the Newtonsoft.Json library does not support $ref types well. It will 
e.g. crash if a "Description" property occurs before the "$ref" tag, which will 
be the case if prettyprint is turned off.

Original issue reported on code.google.com by mlin...@google.com on 1 Sep 2011 at 4:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I believe that this is the same as 
Issue 79: http://code.google.com/p/google-api-dotnet-client/issues/detail?id=79

Original comment by asky...@google.com on 27 Oct 2011 at 3:41