question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configre the default namespace generated by "dotnet new stylet" CLI command.

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
canton7commented, Mar 12, 2020

My bad, this slipped off my radar sorry!

This was a typo in the template: it’ll be fixed in the next release

0reactions
canton7commented, Nov 28, 2020

Fixed in 1.3.5

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found