nventive / DotNet.Backend.Template

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

fix: fixes resource project generating with the wrong name #41

Closed fperreaultnv closed 1 year ago

fperreaultnv commented 1 year ago

fixes resource project generating with the wrong name also fixes bad namespaces order after project generation

Proposed Changes

What is the current behavior?

After generating, the resources project is generating with NV.Templates.Resources instead of {ProjectName}.Resources After generating, the solution did not build

What is the new behavior?

After generating, the resources project is generating with {ProjectName}.Resources After generating, the solution builds.

Checklist