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 XAML app break in protected constructor from Dynamic interface castable changes #445

Merged
merged 2 commits into from
Sep 28, 2020

Conversation

manodasanW
Copy link
Member

Protected constructor in XAML app didn't have inner set, but was being used. In the past, we would have these these protected functions which got overridden by subclasses and got us the value for inner or default if it wasn't set. Now with the IDC changes those got removed. To address this break until we determine whether those should be brought back, I am using this pointer which I believe should get us the subclass and using that native object from it for the initialization of the protected interfaces which I believe should get us the overridden version.

@Scottj1s Scottj1s merged commit 52fedba into master Sep 28, 2020
@Scottj1s Scottj1s deleted the manodasanw/xamlfix branch September 28, 2020 21:44
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