Skip to content

Tags: ATrefzer/CSharpCodeAnalyst

Tags

v0.13

Code formatting

v0.12

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.11

Tracking event invocation and delete edges

v0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dotnet.yml

v0.9

Added resx file

- New context function to add parent types

v0.8

Improvements

- Recognize access to properties
- Follow incoming calls recursive
- Add parents for marked elements

v0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More robust generic parsing (#3)

v0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge ed46236 into 11fdf86

v0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dotnet.yml

v0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dotnet.yml