Demonstrates how to set up .Net Core for DevOps to Azure, with professional patterns included:
- Private build
- Test-driven development
- Onion Architecture solution reference structure
- Infrastructure as Code
- CQRS
- DevOps diagnostics
Install SQL Express 2017 (localhost\sql2017) & Visual Studio 15.8 Clone the repository Application has been upgraded for .Net Core 3 preview.
Run .\build.ps1 OR click_to_build.bat
- Do not use .Net Core CI build steps - they compile your code multiple times and perform Nuget Restore 3 time over