Skip to content

Releases: StaticSphere/clean-architecture-dotnet-template

Upgraded to .NET 8

03 Mar 23:03
04f9250

Choose a tag to compare

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

06 Apr 01:12
49a2761

Choose a tag to compare

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

27 Nov 16:38

Choose a tag to compare

Moved to .NET 6

Initial Release

09 Nov 00:16

Choose a tag to compare

Clean Architecture .NET 5 solution template