Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@BenMorris BenMorris released this 23 May 18:47
· 74 commits to master since this release

String literals are only checked on the HaveDependencyOnAny and HaveDependencyOnAll methods. This will minimise the risk of any false positives arising from the string literal checking behaviour that was re-introduced in v1.3.1 (#94)

Fixed an issue where the dependency search was not consistently checking whether a type has a dependency on itself (#95)

Removed some unnecessary dependencies from the project (#93)

Thanks for @NeVeSpl and @tibel for the pull requests.