How to get ReSharper EAP working with custom IResourceProvider?
Hi, we recently upgraded from ReSharper 5 to 6 Beta and noticed that all our GetGlobalResourceObject are marked with cannot resolve symbol. I believe this is because we have a custom IResourceProvider that reads from DB instead of resx file (the implementatioin is part of our file as well, not in a precompiled dll).
So we're wondering if there's something we can do to disable or downgrade the resource error to a warning? Since we realize that there's not whole lot ReSharper would be able to do with a custom IResourceProvider.
Please sign in to leave a comment.
Hum, I guess there's no such settings?
Hello,
Sorry for delayed response! ReSharper 6.0 RC should display this as a warning
and you should be able to change the severity of this inspection to 'Do not
show' as well (via quick-fix). Let me know if this helps.
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks for the update, works great!