How to switch off Resharper check for XML commets? [duplicate]

痴心易碎 提交于 2019-12-23 07:38:27

问题


Possible Duplicate:
missing xml comment for publicly visible type or member

I don't know how I did it but suddenly Resharper is underlying all public methods (blue underline) and classes saying Missing XML comment for publicly visible... followed by class or member and name. How (and where) can is disable this ? Cannot find it in Resharpers options (I have tried ReSharper -> Options -> Inspection Severity).


回答1:


ReSharper checks for current build settings if generation on XML-doc file is enabled during build. If XML generation is disabled, this warning will not be fired. Otherwise, C# compiler will fire that warning (CS1591), and thus ReSharper will fire it too



来源:https://stackoverflow.com/questions/5773890/how-to-switch-off-resharper-check-for-xml-commets

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!