Skip to content

docs: Enhance layered-project-dependencies diagram with (currently) missing dependencies #25457

@a-herbst

Description

@a-herbst

Is there an existing issue for this?

  • I have searched the existing issues

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

![layered-project-dependencies](../../images/layered-project-dependencies.png)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions