Configre the default namespace generated by "dotnet new stylet" CLI command.
See original GitHub issueI created a project with the CLI command dotnet new stylet
, and the default namespace generated is “Company.WpfApplication1”.
Is there somewhere I can configure it? I prefer it to be the same with the project name.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
NET default templates for dotnet new - .NET CLI
To list the built-in templates, run the dotnet new list command: ... The default language for the template is shown inside the brackets....
Read more >dotnet new <TEMPLATE> - .NET CLI
The dotnet new command creates new .NET projects based on the specified template.
Read more >C# console app template generates top-level statements
Use the new program style The compiler generated class and Main method are declared in the global namespace. You can look at the...
Read more >Custom templates for dotnet new - .NET CLI
NET default templates; Configuration; Template localization ... in a list of templates produced by using the dotnet new list command.
Read more >Create a .NET console application using Visual Studio Code
Then click Select Folder (Open on macOS). The folder name becomes the project name and the namespace name by default. You'll add code...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My bad, this slipped off my radar sorry!
This was a typo in the template: it’ll be fixed in the next release
Fixed in 1.3.5