-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Clarify IReflect interface COM casting behavior #12051
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
Conversation
Updated remarks to clarify COM object casting behavior in .NET versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation for the IReflect interface to clarify how COM object casting behavior has changed across different versions of .NET, addressing issues raised in the linked GitHub discussions.
- Adds version-specific guidance for .NET 10, .NET 5-9, and .NET Framework
- Clarifies that COM casting to
IReflectis no longer supported in .NET 10 - Retains original .NET Framework behavior documentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
/cc @ClearScriptLib |
gewarren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor formatting/wording suggestion.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Updated remarks to clarify COM object casting behavior in .NET versions.
See dotnet/runtime#121635 and dotnet/docs#49921