dotnet new template engine is replacing hyphens with underscores
Open
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
When using the templating engine and hyphens in the name, the solution that is generated has underscores instead of hyphens. This utterly destroys the entire solution.
i.e
dotnet new [custom template] -n demo-api
The solution contains demo_api and not demo-api.
Contributor guide
Assessment
This issue has not been assessed yet.