Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/refactoring audit csharp class calling #69

Merged

Conversation

LeBoufty
Copy link

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Description

Resolution of classes used through variable/object creation and static calls to functions. Additional fix for nested class declarations.

}

// Gets the classes used in a file.
getInvocationsFromFile(filepath: string): Invocations {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should handle both usages for the entire file and also for a symbol (class...)
either we refactor this to handle it. Or we have a separate function to do it.
Can check the python plugin to see how it is done there

@LeBoufty LeBoufty merged commit c59181b into feature/refactoring-audit Mar 27, 2025
3 checks passed
@LeBoufty LeBoufty deleted the feature/refactoring-audit-csharp-classCalling branch March 27, 2025 11:09
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants