Skip to content

ConfiguredAsyncEnumerable in netcoreapp3.0 preview is not acceptable with await foreach (CS8142)? #31609

@yyjdelete

Description

@yyjdelete

Version Used: The one in VS2019 Preview1 and dotnet sdk 3.0.100-preview-009812

Steps to Reproduce:

  1. using System.Threading.Tasks;
  2. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions