Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Did you know you can get more information about a particular rule/warning within Visual Studio; including its description, information on how to fix it, whether or not it is considered a breaking change, when or when not to suppress it and code samples?
To do this for a particular warning in the Error List:
- Right-click the warning and choose Show Error Help
-or-
- Select the warning and press F1
To do this for a particular rule:
- In Solution Explorer, right-click your project and choose Properties
- In the Project Properties window, choose the Code Analysis tab
- Expand one of the category nodes, select a rule node and press F1
This information is updated regularly, so you can make sure the Help viewer always displays the most update-to-date information by changing it so that it tries the online MSDN Library version before the local:
- Choose Tools -> Options
- In the Options dialog, expand to and select the Environment -> Help -> Online node
- Under When loading Help content, choose Try online first, then local and click OK
Comments
Anonymous
June 14, 2006
Visual Studio Managed Code Analysis(FxCop) BlogよりTIP: Get more information about a rule/warning within...Anonymous
January 06, 2007
As a lot of you noticed, just before Christmas all of our rule documentation links broke from withinAnonymous
January 07, 2007
As a lot of you noticed, just before Christmas all of our rule documentation links broke from within