dotnet / dotnet/wpf

Remove ArrayLists

Open
#8,406 2 comments 4 reactions 1 assignee Assigned to @harshit7962 View on GitHub
Performance
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

This project still contains a lot of ArrayLists (quick search: https://github.com/search?q=repo%3Adotnet%2Fwpf%20arraylist&type=code ).

XPS: https://github.com/search?q=repo%3Adotnet%2Fwpf+ArrayList+xps+language%3AC%23&type=code&l=C%23

ArrayLists are not recommended and require a lot of boxing/unboxing (performance)

https://learn.microsoft.com/en-us/dotnet/api/system.collections.arraylist?view=net-7.0#remarks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.