Skip to content

Conversation

@zsd4yr
Copy link
Contributor

@zsd4yr zsd4yr commented May 23, 2019

resolves #937

@zsd4yr zsd4yr requested a review from a team as a code owner May 23, 2019 20:29
@AdamYoblick
Copy link
Contributor

If CI passes, looks good to me. :)

@zsd4yr zsd4yr force-pushed the dev/zadanz/dotnet-format branch from e5515b8 to 4947fb7 Compare May 23, 2019 20:42
@codecov
Copy link

codecov bot commented May 23, 2019

Codecov Report

Merging #1034 into master will decrease coverage by 0.96979%.
The diff coverage is 28.02717%.

@@                 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
Flag Coverage Δ
#Debug 31.24619% <28.02717%> (-0.9698%) ⬇️
#production 20.14687% <22.5097%> (-0.36417%) ⬇️
#test 98.60766% <86.05442%> (-0.01401%) ⬇️

Copy link
Contributor

@hughbe hughbe left a 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!!

@zsd4yr
Copy link
Contributor Author

zsd4yr commented May 24, 2019

Puts you back in the lead for number of lines changed!!

wait until I'm done ;) got some more coming!

@zsd4yr
Copy link
Contributor Author

zsd4yr commented May 24, 2019

I figure its best to do this in one wave to prevent folks form having to merge / rebase too many times

@zsd4yr zsd4yr changed the title Run dotnet format on src and tests Run dotnet format on src and tests & fix other formatting issues May 24, 2019
@zsd4yr zsd4yr merged commit f38a7a1 into master May 24, 2019
@zsd4yr zsd4yr deleted the dev/zadanz/dotnet-format branch May 24, 2019 22:50
RussKie pushed a commit to JeremyKuhne/winforms that referenced this pull request Aug 20, 2019
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.
@ghost ghost locked as resolved and limited conversation to collaborators Feb 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggestion: run dotnet format Over the whole codebase

5 participants