Suggestions to use LINQ for C# 2.0 projects
I keep getting suggestions to convert a block of code into LINQ even though I have my C# language level set to C# 2.0. If I use the suggestion anyways then it creates code that can't be compiled. I don't want to disable LINQ suggestions altogether because I like them on my projects that use newer versions of C#. It seems like ReSharper should be smart enough to disable LINQ suggestions for C# 2.0 like some of the other suggestions for C# 3.0+ only features.
Please sign in to leave a comment.