Refringe
f965d476a1
- 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.