Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 563 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 563 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 Domain and Infrastructure
  • Infrastructure depends on Domain
  • Domain depends on nothing

Tools : net 8.0, netarchtest, nunit, fluent-assertions