CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Keep your application code free of dependencies like persistence and presentation.

Results 2 CleanArchitecture issues
Sort by recently updated
recently updated
newest added

The Versioning.NET is a dotnet tool that uses the Clean Architecture solution structure. Use this as a starting place to create a new template. - [ ] Add a new...

enhancement

**Describe the bug** Unable to use dotnet-ef tool to create a migration because the presentation layer does not reference Microsoft.EntityFrameworkCore.Design. **To Reproduce** Steps to reproduce the behavior: 1. Follow instructions...