SSWConsulting / SSW.VerticalSliceArchitecture

An enterprise ready solution template for Vertical Slice Architecture. This template is just one way to apply the Vertical Slice Architecture.
https://verticalslicearchitecture.com/
MIT License
225 stars 25 forks source link

🧪 Architecture Tests to Enforce Constraints #81

Closed danielmackay closed 3 months ago

danielmackay commented 3 months ago

ACs

  1. Add architecture tests that will detect if classes are not referencing the correct things.
  2. The tests will be enforced by namespaces
  3. Restrict that a. Application Cannot reference Infrastructure b. Domain cannot Reference Infrastructure c. Domain cannot Reference Application