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

Updated sourceName to support kebab-case names #35

Closed

Conversation

rusanov-vladimir
Copy link

This change should fix #9 .
The root cause of the issue seems to be .net template engine which generates variants based on the name, but is unable to figure out which variant where should be used.
Unfortunately I wasn't able to build/run generated project, since it's still on .NET Core 3 and I got only .NET 6 atm, but I was able to check that with this change both kebab-case and snake_case are properly replaced.

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

Successfully merging this pull request may close these issues.

AppPath is generated with wrong name when project folder has dashes
1 participant