dotnet new generates incorrect project in case of - (dash) symbols in project name #4217
Labels
area/external
Categorizes an issue or PR as being external to the Uno
area/solution-templates
Categorizes an issue or PR as relevant to the solution template
difficulty/challenging 🤯
Categorizes an issue for which the difficulty level is reachable with internals understanding
kind/bug
Something isn't working
project/core-tools 🛠️
Categorizes an issue or PR as relevant to core and tools
First of all the Stackoverflow question:
https://stackoverflow.com/questions/62676355/error-in-uno-platform-auto-generated-file-and-program-cs-only-on-mac/64200149#64200149
Steps to reproduce
dotnet new
:Explanation
dotnet new expands project with the next files in that case (with dash
-
symbol):But there are imports in other projects (with underscore
_
symbol)So MsBuild can not resolve imports and find
projitems
files.The text was updated successfully, but these errors were encountered: