ardalis/CleanArchitecture

Using template generates projects with extra underscore.

Aberta

#484 aberto em 22 de dez. de 2022

 (4 comentários) (0 reação) (0 responsável)C# (3.062 forks)batch import
.NETbuggood first issuehelp wanted

Métricas do repositório

Stars
 (18.176 estrelas)
Métricas de merge de PR
 (Mesclagem média 7d 21h) (4 fundiu PRs em 30d)

Description

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

Guia do colaborador