Releases: StaticSphere/clean-architecture-dotnet-template
Upgraded to .NET 8
This release updates the solution template to create .NET 8 projects. It also cleans up the code a tiny bit based on warnings that did not fire for .NET 6, but do for .NET 8.
April 2022 Updates
Renamed the Entity Framework class (if --includeEf is specified) to ApplicationDbContext. However, you can provide the optional --dbContextName to change this. You'll want to add DbContext as a suffix to this name if you want it. Fixed broken --includeTests parameter (before, it would always include tests). Added removal of Server header to the Program.cs file. Included usage of IPrincipalService; you can remove it if you don't want or need it. Updated unit tests. Cleaned up existing code. Added additional unit tests for the API and application projects.
.NET 6 Release
Moved to .NET 6
Initial Release
Clean Architecture .NET 5 solution template