Version Used: The one in VS2019 Preview1 and dotnet sdk 3.0.100-preview-009812
Steps to Reproduce:
- using System.Threading.Tasks;
- await foreach (var z in /IAsyncEnumerable/.ConfigureAwait(false))
Expected Behavior:
See this on https://github.com/dotnet/csharplang/blob/master/proposals/async-streams.md but seems not see this on #24037, is it still available?
Actual Behavior:
CS8412