ardalis/CleanArchitecture

Using template generates projects with extra underscore.

オープン

#484 opened on 2022/12/22

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)C# (3,062 件のフォーク)batch import
.NETbuggood first issuehelp wanted

Repository metrics

Stars
 (18,176 個のスター)
PR merge metrics
 (平均マージ 7d 21h) (30d で 4 merged PRs)

説明

  • .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.

コントリビューターガイド