-
Notifications
You must be signed in to change notification settings - Fork 983
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
Replace ArrayList
usage in ToolStripItemDataObject
with List
#10626
Replace ArrayList
usage in ToolStripItemDataObject
with List
#10626
Conversation
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ToolStripMenuItemDesigner.cs
Outdated
Show resolved
Hide resolved
|
As mentioned here, this change might not be a no-brainer though... |
ToolStripMenuItemDesigner in the DemoConsole has had problems testing in the past see #9413 |
@Olina-Zhang Is it possible for your team to test this? (I am not sure if it is, because demo console might not enable testing this) I am concerned about the changes to |
Abandoning this pr altogether is also a very acceptable outcome if we're not comfortable with it |
If you don't mind doing it, of course, please go ahead. Thanks a lot |
Tested this PR with some toolStripItems drag and drop scenarios in design time, no new issue found. GH10626_testing.mp4 |
Thanks @Olina-Zhang! We can definitely merge this then |
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.
Thank you!
Tested this PR on .NET 9.0.0-preview.2.24076.2 with dlls built from winforms repo of main branch, no new issue found. 10626.mp4 |
Contributes to #8140
Proposed changes
ArrayList
usage inToolStripItemDataObject
withList
IList
andICollection
interfacesMicrosoft Reviewers: Open in CodeFlow