timewarp-architecture
timewarp-architecture copied to clipboard
Add dotnet format to run after template creation
When creating a new project based on the template we should run dotnet format with auto fix to create a stable format across the code base. This will sort the usings that get replaced into their proper order.