Resharper 5: requires parameters for optional "params object[]". Follow
For DataContext instance:
Image:19.04.png
From MSDN specs:
protected internal IExecuteResult ExecuteMethodCall(
Object instance,
MethodInfo methodInfo,
params Object[] parameters
)
As you can see the last parameter is optional, also it works fine with Resharper 4.5 and VS 2008.
---
Original message URL: http://www.jetbrains.net/devnet/message/5261136#5261136
Please sign in to leave a comment.
Hello
Could you please attach a screenshot demonstrating this problem? Thank you!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"I have solved this issue, it was due to my own overloaded method.