Skip to content

v0.12

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 10:04
d10a27d
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.