Reputation: 1608
When I create a file within a project in Visual Studio Code, it generates namespace folder_name
automatically. How would I get all files I create within that project to generate namespace solution_name.folder_name
automatically?
I tried setting the <RootNamespace>
in the csproj file and that didn't work.
Thanks.
Upvotes: 2
Views: 1327