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
.NET 5 now support COM objects using IEnumerator (IEnumVARIANT) (the fix will be in .NET 5 preview 7), so our code, the ComEnumerator, that handles IEnumVARIANT can be removed once we move to .NET 5 preview 7.
.NET 5 now support COM objects using
IEnumerator(IEnumVARIANT) (the fix will be in .NET 5 preview 7), so our code, theComEnumerator, that handlesIEnumVARIANTcan be removed once we move to .NET 5 preview 7.This is a follow-up to #11795