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
[release/8.0-rc2] IDispatch should accept HRESULT as valuetype (#92494)
* IDispatch should accept HRESULT as valuetype
This is a regression from .NET Framework.
The current behavior has existed since
IDispatch was introduced into .NET Core.
Added tests for the current behavior.
* Ensure vtables line up for early bound.
* Add larger comment to workaround.
* Comment
---------
Co-authored-by: Aaron R Robinson <[email protected]>
0 commit comments