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
Run the command: dotnet new clean-arch -n DotnetConf.2022Edition
Try to open in Visual Studio or Rider shows loading errors.
I checked the solution file, and all the projects paths show DotnetConf._2022Edition, which is ok since the namespaces should not start with a number, but the whole solution is not working correctly because the solution file does not have that extra underscore.
The text was updated successfully, but these errors were encountered:
Probably because "2022..." isn't a valid name in C# so it makes it one by adding the "_" prefix but apparently not in a consistent manner. Not sure if this used to work or not, but we should either fix it or document it.
7.0.101
Steps to Reproduce:
I checked the solution file, and all the projects paths show DotnetConf._2022Edition, which is ok since the namespaces should not start with a number, but the whole solution is not working correctly because the solution file does not have that extra underscore.
The text was updated successfully, but these errors were encountered: