ReSharper #pragma(s) and C#
Hi
I want to know if ReSharper (3.1) has is listing of available pragma(s) that I can using in C# to suppress ReSharper warnings?
I am using this ReSharper within VS 2005 Team Edition.
I am getting the following unnecessary ReSharper warning, because the constructor it cannot resolve is one of the candidate solutions ReSharper is suggesting:
Cannot resolve constructor 'Foo( x, y, z )', candidates are:
Foo( x, y, z )
Foo( a, b, c )
Ideas?
Thanks
Jeff in Seattle
Please sign in to leave a comment.
This list is growing while we adding new warnings/analysisto ReSharper.
Frankly speaking, we are not satisfied with these pragma's, but haven't
gound more reasonable solution yet :(
--
Eugene Pasynkov
ReSharper Technical Lead
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"jeff00seattle" <no_reply@jetbrains.com> wrote in message
news:8330260.3631229762866218.JavaMail.clearspace@app4.labs.intellij.net...
>
>
>
>
Hello,
This seems more like an error than a warning (is it red?). The errors cannot
be ignored, even with pragmas.
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”