core icon indicating copy to clipboard operation
core copied to clipboard

Add support for IAsyncDisposable and IAsyncEnumerable

Open Jand42 opened this issue 3 years ago • 0 comments

Skipped tests already exist: https://github.com/dotnet-websharper/core/blob/1593e1045e49ae23836e3573659a551718deb8ef/tests/WebSharper.CSharp.Tests/Task.cs#L113-L140

  • [ ] Add proxies for the interfaces
  • [ ] Add support for C# using with IAsyncDisposable
  • [ ] Add support for C# await foreach with IAsyncEnumerable

Jand42 avatar Jan 17 '22 18:01 Jand42