You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Winforms uses legacy Stack collection at places where it could be easily swapped with the more modern Stack<T> without affecting public API
Describe the solution you'd like and alternatives you've considered
Convert Stack usage to Stack<T> to remove needless casting.
Will this feature affect UI controls?
Not that I'm aware of
The text was updated successfully, but these errors were encountered:
halgab
added
api-suggestion
(1) Early API idea and discussion, it is NOT ready for implementation
untriaged
The team needs to look at this issue in the next triage
labels
Mar 1, 2023
lonitra
added
enhancement
Product code improvement that does NOT require public API changes/additions
and removed
api-suggestion
(1) Early API idea and discussion, it is NOT ready for implementation
untriaged
The team needs to look at this issue in the next triage
labels
Mar 2, 2023
Is your feature request related to a problem? Please describe
Winforms uses legacy
Stack
collection at places where it could be easily swapped with the more modernStack<T>
without affecting public APIDescribe the solution you'd like and alternatives you've considered
Convert
Stack
usage toStack<T>
to remove needless casting.Will this feature affect UI controls?
Not that I'm aware of
The text was updated successfully, but these errors were encountered: