-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Expression bodies for query test base classes #26761
Conversation
And other code cleanup that happened at the same time. First part of #26760
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So modern
Shoes = { new() { Id = 13, Style = "Sneakers", Age = 19 }, new() { Id = 14, Style = "Dress", Age = 20 } } | ||
Shoes = | ||
{ | ||
new Shoes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe leave this on single line, as long as it doesn't go over 120 I think cleanup leaves that alone
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's nothing manual in this PR--it's all automatic cleanup. I can try to disable/change this rule if people think that's the right way to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem for merging as-is from my side
Would like at least one of @smitpatel and @maumar to take a look before I go forward. (You're the ones who will be affected the most by this code. 😄) (Also, I still remember that time I got called into the Dev Lead's office and got a talking to when I merged code in their area without them signing off. 😉) |
no hiccups on my end either |
And other code cleanup that happened at the same time.
First part of #26760