I have a number of generated .cs files (originating from WSTL files) - ReSharper isnt happy and I'm getting so many errors/warnings that its tough to seperate the signal from the noise

is there a way to work around this? can I suppress all the warnings/errors in an easy way?

my goal is to keep from (or minimize) changes to the generate file

link|improve this question

64% accept rate
feedback

2 Answers

up vote 1 down vote accepted

There are different ways to mark code as generated in Resharper the documentation explain them all but i guess that for your case changing the name of the files to match the default *.generated.cs would be the simpler.

link|improve this answer
feedback

Turn code analysis on/off => Ctrl + Shift + Alt + 8 (with Visual Studio key bindings; otherwise it could just be Ctrl + 8 )

link|improve this answer
Ctrl+Shift+Alt+8 works since ReSharper 5; earlier it was Ctrl+8 – gorohoroh Apr 8 '11 at 11:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.