ristonj
ristonj

Reputation: 1608

Visual Studio Code default namespace

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

Answers (1)

Related Questions