Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The image visualizing the structure of the layered project solution is missing some of the dependencies that exists between the projects.
Describe the solution you'd like
I would like to see these dependencies in the image(s), too:
.Application -> .Domain
.Web -> .Application
.Web -> .EntityFrameworkCore
(.HttpApi.Host maybe in a seperate diagram?)
.HttpApi.Host -> .Application
.HttpApi.Host -> .EntityFrameworkCore
.HttpApi.Host -> .HttpApi
Visualizing these dependencies would help to better understand which assembly / project has access to what layer:
Additional context
See
|
 |

Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The image visualizing the structure of the layered project solution is missing some of the dependencies that exists between the projects.
Describe the solution you'd like
I would like to see these dependencies in the image(s), too:
.Application->.Domain.Web->.Application.Web->.EntityFrameworkCore(.HttpApi.Host maybe in a seperate diagram?)
.HttpApi.Host->.Application.HttpApi.Host->.EntityFrameworkCore.HttpApi.Host->.HttpApiVisualizing these dependencies would help to better understand which assembly / project has access to what layer:
Additional context
See
abp/docs/en/solution-templates/layered-web-application/index.md
Line 87 in c33a3fb