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

Await expressions are now allowed in catch and finally blocks #58

Closed
BillWagner opened this issue Nov 30, 2020 · 2 comments
Closed

Await expressions are now allowed in catch and finally blocks #58

BillWagner opened this issue Nov 30, 2020 · 2 comments
Labels
type: feature This issue describes a new feature
Milestone

Comments

@BillWagner
Copy link
Member

Beginning with C# 6,await expressions are allowed in catch and finally blocks.

@BillWagner BillWagner added the type: feature This issue describes a new feature label Nov 30, 2020
@BillWagner BillWagner added this to the C# 6 milestone Nov 30, 2020
@BillWagner
Copy link
Member Author

See #3

@RexJaeschke
Copy link
Contributor

PR #3 accepted and closed during the telcon of 2021-01-13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature This issue describes a new feature
Projects
None yet
Development

No branches or pull requests

2 participants