You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: