Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

C#: Fix names of generic types/methods in model editor queries #15089

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

koesie10
Copy link
Member

The names returned in the C# model editor queries did not match the names that were expected in the MaD files. For example, it would return PublicGenericClass2, whereas the MaD format expects PublicGenericClass<T,T2>. This fixes it by reusing the same QualifiedNamemodule thatExternalFlow.qll` uses.

@koesie10 koesie10 added the no-change-note-required This PR does not need a change note label Dec 13, 2023
@koesie10 koesie10 marked this pull request as ready for review December 13, 2023 12:58
@koesie10 koesie10 requested a review from a team as a code owner December 13, 2023 12:58
@github-actions github-actions bot added the C# label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C# no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant