BenMorris / NetArchTest

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

ResideInNamespaceContaining selects also nested types #59

Closed NeVeSpl closed 4 years ago

NeVeSpl commented 4 years ago

Fix for #53 Nested types do not have namespace, thus namespace of containing type is used instead.