Hi,
I wanted to know if anyone has worked out how to disable the "Public property 'Foo' is not documented" code inspection in Resharper 4.5
I find this really annoying and would really like to disable it on the R# level
Thanks Amar
Hi,
I wanted to know if anyone has worked out how to disable the "Public property 'Foo' is not documented" code inspection in Resharper 4.5
I find this really annoying and would really like to disable it on the R# level
Thanks Amar
Click on the red bulb, and select "Inspection options for ...". You can then tell Resharper how (and if) to alert you.
It's not a ReSharper warning - it's a Visual Studio one. In the project properties, on the Build tab there is a box named "Suppress warnings" - add 1591 to that box.