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

Fix bug in supertype name derivation #5625

Merged

Conversation

MDoerner
Copy link
Contributor

@MDoerner MDoerner commented Nov 3, 2020

Closes #5624

Materialize additional supertype interfaces before adding them to the collection they are based on.

I should have tested this on Access, but apparently didn't. On Excel, the problem does not surface since this interface construction is specific to Access.

… interfaces

The additional supertypes are derived via a LINQ expression on the interfaces. So, none cannot add the enumerable directly as this changes the enumerated collection.
@bclothier bclothier merged commit 0dd180e into rubberduck-vba:next Nov 3, 2020
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.

"Unexpected Error" on "refresh"
2 participants