Hexagonal-architecture-ASP.NET-Core icon indicating copy to clipboard operation
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

Results 3 Hexagonal-architecture-ASP.NET-Core issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

**Describe the bug** I can't see Hexagonal extension from project template after in stal extension. **Screenshots** ![image](https://user-images.githubusercontent.com/29209200/121336131-6b984600-c945-11eb-8295-3594949eff7b.png)

bug