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

Type Mapping initialization - fallback behavior if not initialized #101

Closed
AdamBraden opened this issue Mar 26, 2020 · 2 comments · Fixed by #104
Closed

Type Mapping initialization - fallback behavior if not initialized #101

AdamBraden opened this issue Mar 26, 2020 · 2 comments · Fixed by #104
Labels
fixed Issue has been fixed in an upcoming or existing release

Comments

@AdamBraden
Copy link
Contributor

WinRT.ComWrappersSupport.InitializeComWrappers() exists so that tooling can provide a more efficient RCW factory by providing a custom implementation of ComWrappers that knows the app’s type universe. There are scenarios where this doesn't get called and WinRT.Runtime needs load the default and register it globally if no one else calls InitializeComWrappers before they’re needed.

@AdamBraden
Copy link
Contributor Author

Related to #89

@jkoritzinsky
Copy link
Member

Related to #78

@angelazhangmsft angelazhangmsft added the fixed Issue has been fixed in an upcoming or existing release label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed in an upcoming or existing release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants