Skip to content

Releases: ATrefzer/CSharpCodeAnalyst

v0.13

03 Nov 21:08
Compare
Choose a tag to compare
Code formatting

v0.12

29 Sep 10:04
d10a27d
Compare
Choose a tag to compare
Fixed issues  (#4)

Fixed issues

    Fixed method assignment to the wrong class. This happens when the same method name is used in classes with the same name, too. One class is generic, and the other is not.
    Fixed cycle detection. The "Handles" relationship for event handlers is not a code dependency and must not be included in the cycle detection.
    Renamed "dependency" to "relationship" when appropriate. Dependency is no longer a good name after introducing "Handles" relationship for event handlers.