Dataset problem
Hello.
I am working in a Project that contains a big DataSet, because of this I am having performance problems using the Resharper.
The DataSET code can’t be changed (the Visual Studio always rebuild the structure of the code), because of this I think that is useless the Resharper do this analysis.
Can I turn off this analysis inside the DataSet code, or Can I build an add-in to do this?
Hugs.
Please sign in to leave a comment.
Hello,
In order to turn off code analysis for this file please open ReSharper |
Options | Code Inspection | Settings, press 'Edit Items to Skip' and add
this file to the list. Let me know if this helps. Tank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thanks.
It worked!