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
Fix handling of IDynamicInterfaceCastable wrt CastCache (#110007)
Fixes#108229.
The actual fix is the addition of an `if` check where it originally wasn't. I also fixed the other checks for consistency - positive checks are fine to cache, and negative checks against non-interface targets are also fine to cache.
Co-authored-by: Michal Strehovský <[email protected]>
Co-authored-by: Jeff Schwartz <[email protected]>
0 commit comments