Hexagonal-architecture-ASP.NET-Core
Hexagonal-architecture-ASP.NET-Core copied to clipboard
App generator API solution template which is built on Hexagnonal Architecture with all essential feature using .NET Core
As per https://github.com/Amitpnk/Hexagonal-architecture-ASP.NET-Core/issues/2 **Summary of changes:** - Removed persistence dependency from Domain layer by introducing `IApplicationDbContext` and `IDealSet` interfaces - Added db seeding to get testing data in swagger; **A...
The current project doesn't satisfy the requirements of hexagonal architecture. Ex: concrete (!) EF DB context (!) is used on the domain layer: public DealDomain(ApplicationDbContext dbContext) Which creates strong coupling...
**Describe the bug** I can't see Hexagonal extension from project template after in stal extension. **Screenshots** 