You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: