-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Run dotnet format on src and tests & fix other formatting issues #1034
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
Conversation
|
If CI passes, looks good to me. :) |
e5515b8 to
4947fb7
Compare
Codecov Report
@@ Coverage Diff @@
## master #1034 +/- ##
===================================================
- Coverage 32.21598% 31.24619% -0.96979%
===================================================
Files 1097 1097
Lines 297756 318330 +20574
Branches 38388 38388
===================================================
+ Hits 95925 99466 +3541
- Misses 197651 214679 +17028
- Partials 4180 4185 +5
|
hughbe
left a comment
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.
Puts you back in the lead for number of lines changed!!
wait until I'm done ;) got some more coming! |
|
I figure its best to do this in one wave to prevent folks form having to merge / rebase too many times |
…d with coalescing operator
…d with propogation and elvis operator
…d with coalescence
Fixes dotnet#1311 Fixes dotnet#1520 Fixes dotnet#1607 Fixes dotnet#1644 The bug was introduced as part of refactoring in dotnet#1034 - ordering got flipped with switching `as` to `is`. The confusion was likely caused by the fact that the property setter called its own getter. Update the code to be more explicit in terminology to hopefully avoid this from happening again.
resolves #937