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 scenario where source generator isn't detecting parameters passed to WinRT mapped interfaces #1867

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

manodasanW
Copy link
Member

Previously we had scoped our lookup table generation checks to WinRT classes to avoid generating for custom mapped classes that aren't actually WinRT classes such as string. But that meant we didn't generate for custom mapped WinRT interfaces such as IDictionary which we should still detect. This addresses that by fixing the check to also look at custom mapped interfaces.

Fixes #1797

@manodasanW manodasanW merged commit 8649ee3 into master Nov 11, 2024
10 checks passed
@manodasanW manodasanW deleted the manodasanw/fixAutoModeWithMappedInterfaces branch November 11, 2024 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant