Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalize design and implementation of IOperation and CFG for async-streams feature #30362

Closed
jcouv opened this issue Oct 7, 2018 · 0 comments · Fixed by #37963
Closed

Finalize design and implementation of IOperation and CFG for async-streams feature #30362

jcouv opened this issue Oct 7, 2018 · 0 comments · Fixed by #37963
Assignees
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Bug New Feature - Async Streams Async Streams Urgency-Soon
Milestone

Comments

@jcouv
Copy link
Member

jcouv commented Oct 7, 2018

See tests linking to this issue. The current behavior:

  • doesn't reveal that a using or foreach as `await
  • doesn't show that MoveNextAsync() or DisposeAsync() are awaited
  • references IDisposable instead of IAsyncDisposable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-Compilers Bug New Feature - Async Streams Async Streams Urgency-Soon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants