SSWConsulting/SSW.VerticalSliceArchitecture

🧪 Architecture Tests to Enforce Constraints

danielmackay opened this issue · 0 comments

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