TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
933 stars 61 forks source link

chore change example and test how to load assemblies #184

Closed ChangeTheCode closed 2 years ago

ChangeTheCode commented 2 years ago

Related to: Question: Load assemblies example #177

this will make the test more robust in case you move classes to other assembly which could break your architecture without detecting with the tests.

ChangeTheCode commented 2 years ago

@fgather can you maybe review this PR?

fgather commented 2 years ago

thanks for the reminder :)