Skip to content

v1.3.1

Compare
Choose a tag to compare
@BenMorris BenMorris released this 16 May 13:11
· 81 commits to master since this release
ef91e25

Checking for static classes added via new predicates (AreStatic and AreNotStatic) and conditions (BeStatic, NotBeStatic) (#89).

The dependency search now checks for dependenices in string literals (this is restored functionality lost in versionn 1.2.6 (#79, #82).

Compiler-generated types that are located outside of any namespace should not be detected by the dependency search (#78).

Updated the Mono.Cecil dependency to the latest version (#87).

Thanks for @RyanMarcotte, @Lorilatschki and @NeVeSpl, and @tibel for the pull requests.