Current behavior
When using the Uno Wizard to create a new project, project names with the number.number pattern (for example, 6.3QA or 6.3Testing) are accepted.
The project is generated successfully, but it does not build, because dotnet/MSBuild does not allow project identifiers with a dot following a number.
Expected behavior
Uno Wizard should prevent project creation when the chosen name is invalid
Affected platforms
No response
Template Host
dotnet new, Visual Studio
Host OS
Windows
Template Options
Both the templates - Blank & Recommended
Template Version
Anything else we need to know?
No response
Current behavior
When using the Uno Wizard to create a new project, project names with the number.number pattern (for example, 6.3QA or 6.3Testing) are accepted.
The project is generated successfully, but it does not build, because dotnet/MSBuild does not allow project identifiers with a dot following a number.
Expected behavior
Uno Wizard should prevent project creation when the chosen name is invalid
Affected platforms
No response
Template Host
dotnet new, Visual Studio
Host OS
Windows
Template Options
Both the templates - Blank & Recommended
Template Version
Anything else we need to know?
No response