Does ReSharper recognize local functions in C# 7?
Answered
So I decided to test out local functions in VS 15, and it builds just fine. The problem is that VS(possibly ReSharper?) is still showing that there's an error.
I figure since it still builds and runs, that this is ReSharper assuming that things are wrong?
Please sign in to leave a comment.
Hello
What ReSharper build do you have installed on the machine?
You need the latest R# 2016.3 EAP build https://confluence.jetbrains.com/display/ReSharper/ReSharper+2016.3+EAP.
Thanks!
Ah okay. I'll try that. I've currently got Jetbrains Resharper 2016.2.2. Thanks!