ReSharper wants to replace for-each by LINQ queries. I don't like that, and I don't want ReSharper even suggesting it.
How can I disable this?
I cannot find this in the ReSharper settings.
I don't want this // ReSharper disable LoopCanBeConvertedToQuery
to be around each for-each.