Releases: ATrefzer/CSharpCodeAnalyst
Releases · ATrefzer/CSharpCodeAnalyst
v0.13
v0.12
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.