incorrect warning about lambda expression
I'm getting this ReSharper warning:
"
Cannot convert source type 'lambda expression' to target type 'System.Func m.Property;
public class MyClass
{
public MyClass(string property)
{
Property = property;
}
public string Property { get; set; }
}
Yet the code compiles and I believe it's correct.
My info:
JetBrains ReSharper 5.1 Full Edition
Build 5.1.1766.4 on 2011-01-12T16:31:10
Visual Studio 10.0.30319.1.
---
Original message URL: http://devnet.jetbrains.net/message/5285443#5285443
Please sign in to leave a comment.