eshivakant / google-api-dotnet-client

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

Support APIs which have no schemas declared #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
" An error has occured:
    The given key was not present in the dictionary.

 Press any key to display the stacktrace

 System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Google.Apis.Discovery.BaseService.get_Schemas()
   at Google.Apis.Tools.CodeGen.Generator.ImplementationDetailsGenerator.GenerateDetails(IService service)"

We should services with no schemas, and add appropriate unit tests.

Original issue reported on code.google.com by mlin...@google.com on 25 Jul 2011 at 6:15

GoogleCodeExporter commented 9 years ago

Original comment by mlin...@google.com on 1 Aug 2011 at 7:23