@@ -26,4 +26,9 @@ namespace System.Collections.Generic
}
+#else
+using System.Runtime.CompilerServices;
+
+[assembly: TypeForwardedTo(typeof(System.Collections.Generic.IAsyncEnumerable<>))]
#endif
@@ -33,4 +33,8 @@ namespace System.Collections.Generic
+[assembly: TypeForwardedTo(typeof(System.Collections.Generic.IAsyncEnumerator<>))]
@@ -17,4 +17,8 @@ namespace System
+[assembly: TypeForwardedTo(typeof(System.IAsyncDisposable))]
@@ -80,4 +80,9 @@ namespace System.Runtime.CompilerServices
+[assembly: TypeForwardedTo(typeof(ConfiguredCancelableAsyncEnumerable<>))]