EAP 5 - problem with 'Extract Method' and Linq
Hi,
If I try to use Refactor/Extract method on this test code:
List();
tmpList =
(from tmp in tmpList
select tmp
).ToList();
ReSharper suggest 'tmp' as a string parameter to the new method, which is
wrong.
John
Please sign in to leave a comment.