-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Solution can't load if hypen is used in the name #201
Comments
That's unfortunate, but doesn't sound like anything in my control. Probably best to document it in the README. I'll take care of it soon. |
Documented in README. |
+1 I ran into this issue today. Took me a few minutes scratching my head to figure out why none of the projects in my solution were loading correctly. Maybe see if you can merge that PR from a year ago. Hyphens are ubiquitous in file/project naming. |
I think I ran into this whole streaming recently, too. Will prioritize it. |
I realize this is a closed issue, but I wanted to add more detail for googs and bings
Steps to Reproduce:
The project paths in the
|
Noted that the README still links to this issue. Also seeing Gonkers comment above. See also: this issue in dotnet templating |
This is still an issue. Just repro'd @Gonkers behavior in the latest version (10.0.0) on Win11. Folders end up with hyphens in them but the solution file replaces hyphens with underscores. |
net6
Template version: Latest of todays date (8 June 2021)
Steps to Reproduce:
Project fails to load due to some naming in the .sln gets named my_service (underscore instead of hyphen)
edit: found that this is reported as a bug (and it's been a while):
Dash - in sourceName gets changed to underscore _ inside files but not in file names
The text was updated successfully, but these errors were encountered: