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
I've added a FromObject method on VARIANT that only handles null and string. It needs to handle the flip side to ToObject in order to stop using Marshal for conversion. (Necessary for enabling trimming and AOT scenarios where runtime COM interop is disabled.)