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

Change the namespaces in which services are generated #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The namespace should include the service name to prevent type collisions, so 
e.g. instead of

"namespace Google.Apis.Data" for the "buzz" service

we should have

"namespace Google.Apis.Buzz.Data".

Original issue reported on code.google.com by mlin...@google.com on 8 Jul 2011 at 2:44

GoogleCodeExporter commented 9 years ago
The NAnt-Task already does that. Was just an issue with the command line 
service generator.

Original comment by mlin...@google.com on 12 Jul 2011 at 1:54