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

Expression bodies for query test base classes #26761

Merged
merged 1 commit into from
Nov 20, 2021
Merged

Conversation

ajcvickers
Copy link
Member

And other code cleanup that happened at the same time.

First part of #26760

And other code cleanup that happened at the same time.

First part of #26760
@ajcvickers ajcvickers requested review from a team, smitpatel and maumar November 19, 2021 13:00
Copy link
Member

@roji roji left a 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
Copy link
Member

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

Copy link
Member Author

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.

Copy link
Member

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

@ajcvickers
Copy link
Member Author

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. 😉)

@maumar
Copy link
Contributor

maumar commented Nov 19, 2021

no hiccups on my end either :shipit:

@ajcvickers ajcvickers merged commit 04f5cbe into main Nov 20, 2021
@ajcvickers ajcvickers deleted the ExpressYourself1119 branch November 20, 2021 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants