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

Add fallback code for managed vtables for skia scenarios #1819

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

manodasanW
Copy link
Member

Projects using Skia seem to be hitting our restriction on managed vftbl types that we had put given we couldn't guarantee trimming compat and all generated managed vftbl were in the Windows SDK projection which was updated alongside the change. But Skia happened to have a manual projection with a managed vftbl and given folks are running into this, adding fallback code to handle it.

dotnet/maui#25150
#1645

@manodasanW
Copy link
Member Author

Confirmed fix with repro.

@manodasanW manodasanW merged commit 7578691 into master Oct 10, 2024
10 checks passed
@manodasanW manodasanW deleted the manodasanw/skia branch October 10, 2024 23:50
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