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

Interfaces fix #723

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft

Interfaces fix #723

wants to merge 1 commit into from

Conversation

nickwalkmsft
Copy link
Collaborator

One component of a multi-part attempt at fixing the lists of interfaces shown in the "Implemented Interfaces" list and the syntax block.

Avoid Resolve()ing TypeReferences for interfaces before comparing
names to see if they're inherited, because GetInheritedInterfaces
captures the FullName values prior to Resolve()ing, and Resolve()
changes the FullName in the case of generic interfaces
@nickwalkmsft nickwalkmsft changed the base branch from main to develop January 4, 2025 19:14
@nickwalkmsft
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@xmdanni
Copy link
Collaborator

xmdanni commented Jan 4, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants