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

Features need to be reviewed for interaction with expression-bodied everything #14351

Closed
4 of 20 tasks
gafter opened this issue Oct 7, 2016 · 1 comment
Closed
4 of 20 tasks

Comments

@gafter
Copy link
Member

gafter commented Oct 7, 2016

We need to make sure the new support for expression-bodied everything works with other features. We need tests, and possibly implementation work if things don't work already

For each kind of new expression-bodied thing, we need to test with each of the features

  • property accessors
    • Edit-and-continue
    • Sequence points and Breakpoints
    • IDE completion inside them
    • IDE keyword recommendations
    • Extract method from a subexpression
  • event accessors
    • Edit-and-continue
    • Sequence points and Breakpoints
    • IDE completion inside them
    • IDE keyword recommendations
    • Extract method from a subexpression
  • constructor
    • Edit-and-continue
    • Sequence points and Breakpoints
    • IDE completion inside them
    • IDE keyword recommendations
    • Extract method from a subexpression
  • destructor
    • Edit-and-continue
    • Sequence points and Breakpoints
    • IDE completion inside them
    • IDE keyword recommendations
    • Extract method from a subexpression

/cc @tmat

@gafter
Copy link
Member Author

gafter commented Mar 10, 2017

Remaning open issues have been moved to #17681

@gafter gafter closed this as completed Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants