-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[main] Update dependencies from dotnet/arcade #12985
[main] Update dependencies from dotnet/arcade #12985
Conversation
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.
Go, you big red fire engine!
…219.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25113.2 -> To Version 10.0.0-beta.25119.2
4a8c977
to
58ba846
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12985 +/- ##
===================================================
+ Coverage 74.86693% 76.01612% +1.14919%
===================================================
Files 3267 3267
Lines 643459 643428 -31
Branches 47432 47428 -4
===================================================
+ Hits 481738 489109 +7371
+ Misses 152932 150763 -2169
+ Partials 8789 3556 -5233
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 is a potential break here, but it is a reasonable "breaking" change.
// if the container is a form and it has autoscroll turned on, we allow a drag beyond the | ||
// container boundary on the width and height, but not top and left. | ||
// | ||
bool containerSelected = false; |
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.
This is quite the chunk of dead code. I double checked the .NET Framework source (INTERNAL), and it does, in fact, not do anything.
That said, GetComponent, GetControl, and GetCurrentSnapSize are all virtual, so removing this has some risk.
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.
Yes, it is present in all versions of System.Design. I don't see what problem it intended to solve, looks like a copy/paste from the design surface selection code, so I'll remove it from the OOP designer's server. as well.
The virtual methods are defined on an internal class, I checked out our implementations, they don't have side effects.
[main] Update dependencies from dotnet/arcade - Fixes dotnet#12881 - Fixed instances of IDE0059 - False positive case of IDE0059, fix is on the way dotnet/roslyn#77297
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
Microsoft Reviewers: Open in CodeFlow