Refringe f965d476a1
Micro-optimizations to Remove Additional Warnings
- Reduce LINQ overhead by replacing SingleOrDefault and filtering logic with manual iteration.
- Use HashSet and case-insensitive comparisons for faster lookups.

Both of these changes resolve a number of HAA0401 warnings:
Possible allocation of reference type enumerator; non-ValueType enumerator may result in a heap allocation.
2024-11-14 12:38:03 -05:00
..
2024-10-31 22:43:32 +00:00
2024-10-31 22:43:32 +00:00
2021-11-23 13:02:13 +00:00