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.

贡献者指南