Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 590 Bytes

File metadata and controls

14 lines (11 loc) · 590 Bytes

.NET

NetArchTestDemo

Using NetArchTest library to enforce architecture rules

In this demo, i m using NetArchTest library in order to check layers dependencies :

  • Api depends on Application and Infrastructure
  • Infrastructure depends on Application
  • Application depends on Domain
  • Domain depends on nothing

Tools : net 9.0, netarchtest, nunit