.NET 10: COM/IDispatchEx objects no longer support IReflect? #121599
Unanswered
ClearScriptLib
asked this question in
General
Replies: 1 comment 2 replies
-
|
@ClearScriptLib This was not intentional. Could you please file an issue and perhaps a small repro so we can investigate? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello .NET folks,
In .NET 9 and earlier, if a COM object implemented
IDispatchEx, its RCW supportedIReflect. In .NET 10 that no longer seems to be the case. This regression broke hundreds of our tests. Is it deliberate?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions