Skip to content
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

Convert Stack usage to Stack<T> where possible #8728

Closed
halgab opened this issue Mar 1, 2023 · 0 comments · Fixed by #8729 or #10313
Closed

Convert Stack usage to Stack<T> where possible #8728

halgab opened this issue Mar 1, 2023 · 0 comments · Fixed by #8729 or #10313
Labels
enhancement Product code improvement that does NOT require public API changes/additions

Comments

@halgab
Copy link
Contributor

halgab commented Mar 1, 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 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

@halgab 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
@ghost ghost added the 🚧 work in progress Work that is current in progress label Mar 1, 2023
@lonitra 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
@ghost ghost removed the 🚧 work in progress Work that is current in progress label Mar 2, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
2 participants