nventive / DotNet.Backend.Template

.NET Core Templates for backend applications and open-source components.
Apache License 2.0
7 stars 3 forks source link

"usings" may be in the wrong order after the template has been generated #37

Closed fperreaultnv closed 1 year ago

fperreaultnv commented 1 year ago

Expected Behavior

No using reordering to do when generating a nv-backenmd

Actual Behavior

Depending on the name of your project, the generated usings will be in the wrong order.

Steps to Reproduce the Problem

  1. dotnet new nv-template -n DemoTemplate
  2. try to build the generated solution
  3. notice you have to reorder usings for the whole solution to fix that