StyleCop no longer shows "Show Help" context sensitive menu
I used to be able to click on a StyleCop warning and select a "Show Help Menu" which would show me more info about the warning.
Can anyone suggest why I am not seeing it now?
D:\Users\UserName\Documents\Visual Studio 2010\Templates\ProjectTemplat开发者_如何学Pythones\Visual C#Some warnings provide a description, others may not. Maybe the documentation is just incomplete or the authors figure some warnings don't need additional clarification?
If stylecop check is been run during a build (MSBuild/VS build) the show help option wont appear, however if you right click on the solution and run stylecop check, it will have the show help option.
Hope that helps
精彩评论