BenMorris / NetArchTest

A fluent API for .Net that can enforce architectural rules in unit tests.
MIT License
1.39k stars 82 forks source link

fix detecting global compiler-generated types in dependency search #78

Closed NeVeSpl closed 3 years ago

NeVeSpl commented 3 years ago

I am not able to reproduce this problem on a smaller piece of code and write a test. Compiler sometimes generates types that are located outside of any namespace, and these types should not be detected by dependency search.