Skip to content

Added support for discovering members of extended interfaces#30

Merged
TonyTroeff merged 2 commits intomainfrom
troeff/extended-interface-members
Jan 24, 2023
Merged

Added support for discovering members of extended interfaces#30
TonyTroeff merged 2 commits intomainfrom
troeff/extended-interface-members

Conversation

@TonyTroeff
Copy link
Copy Markdown
Member

It is known that calling .GetMembers() on an interface type will not include members from other interfaces the one extends.
This dramatically affects the IMembersBinder and respectively all components that depend on its content.

@TonyTroeff TonyTroeff added the feature Something that should be implemented label Jan 24, 2023
@TonyTroeff TonyTroeff self-assigned this Jan 24, 2023
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

87.5% 87.5% Coverage
0.0% 0.0% Duplication

@TonyTroeff TonyTroeff merged commit 5f3d545 into main Jan 24, 2023
@TonyTroeff TonyTroeff deleted the troeff/extended-interface-members branch January 24, 2023 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Something that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant