dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.31k stars 956 forks source link

Simplify handling of pending info #11351

Closed JeremyKuhne closed 2 months ago

JeremyKuhne commented 2 months ago

Fix an issue where multiple objects that had dependencies completed by the same dependency would not complete successfully.

Microsoft Reviewers: Open in CodeFlow
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 81 lines in your changes are missing coverage. Please review.

Project coverage is 74.24602%. Comparing base (33227c0) to head (5f62e9b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #11351 +/- ## =================================================== - Coverage 74.24739% 74.24602% -0.00137% =================================================== Files 3023 3024 +1 Lines 626387 626412 +25 Branches 46711 46717 +6 =================================================== + Hits 465076 465086 +10 - Misses 157910 157927 +17 + Partials 3401 3399 -2 ``` | [Flag](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `74.24602% <0.00000%> (-0.00137%)` | :arrow_down: | | [integration](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `18.26960% <0.00000%> (-0.00548%)` | :arrow_down: | | [production](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `46.92447% <0.00000%> (-0.00062%)` | :arrow_down: | | [test](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `97.03764% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/dotnet/winforms/pull/11351/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet) | `43.85666% <0.00000%> (-0.02422%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=dotnet#carryforward-flags-in-the-pull-request-comment) to find out more.