eydjey / 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

Ensure Every Class Is In a Namespace #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are some classes in the samples solution that are not in namespaces and 
should be.

Original issue reported on code.google.com by davidwat...@google.com on 7 Oct 2011 at 7:54

GoogleCodeExporter commented 9 years ago
This probably applies to the Extensions.cs class in the SampleHelper/. The 
namespace was left out so that not every class had to include the using to 
these common methods. 

But we should definitely add a namespace as these extension methods would 
otherwise also appear on every client application using the SampleHelper, 
making it appear like those methods are framework methods.

Original comment by mlinder...@gmail.com on 7 Oct 2011 at 8:18

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 27 Oct 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Done for samples, I will double check main project before closing this bug.

Original comment by davidwat...@google.com on 1 Nov 2011 at 6:17

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 25 Apr 2012 at 8:58

GoogleCodeExporter commented 9 years ago
Irrelevant

Original comment by pele...@google.com on 6 Sep 2013 at 7:24