Is IAsyncEnumerable<T> supported?
When I run a query that's an expression that's a generic instantiation of type
I tested with System.Interactive.Async 3.1.1.
IAsyncEnumerable<T>
then the rich text result simply dumps the individual objects (instead of in a tabular format as it does for IEnumerable<T>
and IObservable<T>
types). When choosing the option to send the result to a Data Grid, it simply dumps the enumerator with the single property of Current
. So my question is, is IAsyncEnumerable<T>
supported at all, and if yes, then in which ways?I tested with System.Interactive.Async 3.1.1.
Comments
IEnumerable<T>
andIObservable<T>
or something else?http://www.linqpad.net/download.aspx#beta
MissingMethodException
exception with the following details: The tested LINQPad version was 5.20.02.http://www.linqpad.net/download.aspx#beta