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 false positive exclusion of system types #48

Closed NeVeSpl closed 4 years ago

NeVeSpl commented 4 years ago

Similar problem to described in #36. Using string.StartsWith(...) gives false-positive results. It solves issue #47.