csharpextensions
csharpextensions copied to clipboard
Namespace for new class not correct when setting RootNamespace on a project
When the root namespace is defined in a csproj project using the RootNamespace tag: <RootNamespace>MyCompagny.MyProduct.MyRootNamespace</RootNamespace> this root namespace is ignored when creating a new class int the project.