TNG / ArchUnitNET

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

chore change example and test how to load assemblies #184

Closed ChangeTheCode closed 1 year ago

ChangeTheCode commented 1 year 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 1 year ago

@fgather can you maybe review this PR?

fgather commented 1 year ago

thanks for the reminder :)