donieardianto / google-api-dotnet-client

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

Generation Issues on Moderator, UrlShortener, Discovery #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The three above services do not generate code, they fail to parse the Json.

Original issue reported on code.google.com by davidwat...@google.com on 19 May 2011 at 8:47

GoogleCodeExporter commented 9 years ago

Original comment by davidwat...@google.com on 19 May 2011 at 8:48

GoogleCodeExporter commented 9 years ago
Last night I looked in to the failure for generating Discovery, it was due to 
"additionalProperties" : {
  "$ref": "JsonSchema",
  "Description": "..."
}

The JsonSchema parser we use (Newtonsoft) Does not support any attributes after 
"$ref" so is throwing when it encounters Description. I have raised issue with 
the upstream library at http://json.codeplex.com/workitem/20838

Original comment by davidwat...@google.com on 25 May 2011 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 4 Jun 2011 at 2:20