ardalis/CleanArchitecture

Using template generates projects with extra underscore.

開放

#484 建立於 2022年12月22日

 (4 則留言) (0 個反應) (0 位負責人)C# (3,062 個分叉)batch import
.NETbuggood first issuehelp wanted

倉庫指標

星標
 (18,176 顆星)
PR 合併指標
 (平均合併 7天 21小時) (30 天內合併 4 個 PR)

描述

  • .NET SDK Version: 7.0.101 Steps to Reproduce:
  1. Run the command: dotnet new clean-arch -n DotnetConf.2022Edition
  2. 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.

貢獻者指南