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

Create .NET 8+ TFM compatible version with COM source generator #294

Open
AaronRobinsonMSFT opened this issue Jul 3, 2023 · 0 comments
Open

Comments

@AaronRobinsonMSFT
Copy link
Member

This library is currently imcompatible with the COM source generator. The issue is the COM interfaces defined in this assembly are both implemented here and occasionally used for COM interop. However, since they are not marked with GeneratedComInterface redining them is needed for certain NativeAOT scenarios and without a consistent definition between a native implementation DIA and this one there is no way to share the interfaces and use the abstraction.

See dotnet/runtime#66674

/cc @jkoritzinsky @jtschuster

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

No branches or pull requests

1 participant