Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet new template engine is replacing hyphens with underscores #5024

Open
john-morsley opened this issue Aug 5, 2020 · 1 comment
Open

Comments

@john-morsley
Copy link

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.

@dagood
Copy link
Member

dagood commented Aug 5, 2020

This looks like dotnet/templating#1920, is that right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants