Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove namespace #3071

Closed
VinothIndian opened this issue May 25, 2015 · 5 comments
Closed

Remove namespace #3071

VinothIndian opened this issue May 25, 2015 · 5 comments
Labels
Area-Language Design Resolution-Duplicate The described behavior is tracked in another issue Verified

Comments

@VinothIndian
Copy link

New feature : Add Project wise namespace no need add namespace in each file.

@dimaaan
Copy link

dimaaan commented May 25, 2015

Bad idea 👎

@VinothIndian
Copy link
Author

Hello dimaaan ,

Please let me know why this is bad idea ?

Regards,
Vinoth.

@SolalPirelli
Copy link

Duplicate of #2044, which already has a discussion about this.

@whoisj
Copy link

whoisj commented May 26, 2015

@VinothIndian bad idea because you are assuming the use of Visual Studio and therefore the existence of a csproj file. Not all code is compiled this way. At the enterprise level, where you have tens of thousands of C# files to be build, having a project per isn't always feasible. If the namespace is removed, what namespace would you assign objects to when no .csproj is present?

@gafter gafter added Resolution-Duplicate The described behavior is tracked in another issue Area-Language Design labels May 26, 2015
@gafter
Copy link
Member

gafter commented May 26, 2015

Duplicate of #2044

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Language Design Resolution-Duplicate The described behavior is tracked in another issue Verified
Projects
None yet
Development

No branches or pull requests

6 participants