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

Pass through ComWrappers based objects to COM type descriptor #89887

Merged
merged 1 commit into from
Aug 3, 2023

Commits on Aug 2, 2023

  1. Pass through ComWrappers based objects to COM type descriptor

    WinForms hosts the the COM type descriptor. It has been updated to work with ComWrappers based objects- adding the check for them in TypeDescriptor.
    
    There are hard dependencies on Windows in the current implementation. We can potentially update to conditionalize these. dotnet/winforms#9291 tracks.
    
    There is no automated test as it would require adding a dependency upstream to WinForms.
    JeremyKuhne committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e148129 View commit details
    Browse the repository at this point in the history