Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.55 KB

code-analysis-project-designer.md

File metadata and controls

63 lines (47 loc) · 2.55 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice monikerRange
Code Analysis, Project Designer
Learn about the Code Analysis, Project Designer and how it contains the code analysis tool that you can opt to run on your code.
11/04/2016
reference
vs29106
Code Analysis page in Project Designer
Project Designer, Code Analysis page
Mikejo5000
mikejo
mijacobs
general-ide
vs-2019

Code Analysis, Project Designer

Contains the code analysis tool that you can opt to run on your code. The tool reports information about your assemblies, such as violations of the programming and design rules set forth in the Microsoft .NET Design Guidelines.

UIElement list

Enable Code Analysis
Enables or disables code analysis for your project.

Design Rules
Enables or disables the design rules. You can also expand this entry to enable or disable individual rules.

Globalization Rules
Enables or disables the globalization rules. You can also expand this entry to enable or disable individual rules.

Interoperability Rules
Enables or disables the interoperability rules. You can also expand this entry to enable or disable individual rules.

Maintainability Rules
Enables or disables the maintainability rules. You can also expand this entry to enable or disable individual rules.

Mobility Rules
Enables or disables the mobility rules. You can also expand this entry to enable or disable individual rules.

Naming Rules
Enables or disables the naming rules. You can also expand this entry to enable or disable individual rules.

Performance Rules
Enables or disables the performance rules. You can also expand this entry to enable or disable individual rules.

Portability Rules
Enables or disables the portability rules. You can also expand this entry to enable or disable individual rules.

Reliability Rules
Enables or disables the reliability rules. You can also expand this entry to enable or disable individual rules.

Security Rules
Enables or disables the security rules. You can also expand this entry to enable or disable individual rules.

Usage Rules
Enables or disables the usage rules. You can also expand this entry to enable or disable individual rules.

See also