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

_ instead of - in project template #3463

Closed
lilyremigia opened this issue Apr 19, 2020 · 3 comments
Closed

_ instead of - in project template #3463

lilyremigia opened this issue Apr 19, 2020 · 3 comments

Comments

@lilyremigia
Copy link

Folder Structure Actual
Folder Structure Assumed

@peppy
Copy link
Member

peppy commented Apr 20, 2020

i'm pretty sure this is correct. are you facing issues? if so, please include the actual error.

@lilyremigia
Copy link
Author

When you create a new project with - separating words, in some places (like the actual files) are generated with -, while in some places (like the reference to those files in the solution file) are generated with _. This essentially results in an unloadable projects.
For example: dotnet new osu-framework-game -n osu-framework-test creates a broken solution, while dotnet new osu-framework-game -n osu_framework_test creates a working solution.
Projects became unloadable
After you do a Replace all in the .sln files, the projects become loadable, but the references, are obviously still wrong, and at many places, I would assume this is broken.

@bdach
Copy link
Collaborator

bdach commented Apr 20, 2020

See dotnet/templating#1920.

@bdach bdach closed this as completed Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants