You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
New feature : Add Project wise namespace no need add namespace in each file.
The text was updated successfully, but these errors were encountered: