This is a template project for AspNet Core .Net 8 solutions
Run dotnet build -tl to build the solution.
To run the web application:
cd .\src\Web\
dotnet watch runNavigate to https://localhost:5001. The application will automatically reload if you change any of the source files.
The template includes EditorConfig support to help maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The .editorconfig file defines the coding styles applicable to this solution.
The solution contains unit, integration, and functional tests.
To run the tests:
dotnet test