csharpextensions icon indicating copy to clipboard operation
csharpextensions copied to clipboard

Namespace for new class not correct when setting RootNamespace on a project

Open jlgrau opened this issue 6 years ago • 0 comments

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.

jlgrau avatar May 28 '18 08:05 jlgrau