issues
search
RalfKoban
/
MiKo-Analyzers
Provides analyzers that are based on the .NET Compiler Platform.
MIT License
13
stars
1
forks
source link
Linq calls replaced by code
#1129
Closed
RalfKoban
closed
4 days ago
RalfKoban
commented
4 days ago
Replaced LINQ calls with explicit loops across multiple files to improve performance and readability.
Added length checks before loops to prevent unnecessary iterations.
Improved
None
method by using
Count
instead of
Any
for better performance.
Enhanced
IndexOf
method to handle different collection types.
None
method by usingCount
instead ofAny
for better performance.IndexOf
method to handle different collection types.