Skip to content

Commit 979f8d0

Browse files
authored
Merge pull request #7077 from mikadumont/analyzer-docs
changed title
2 parents 1f936b5 + 3b38d92 commit 979f8d0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/code-quality/code-analysis-for-managed-code-warnings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Code Analysis for Managed Code Warnings
3-
ms.date: 11/04/2016
3+
ms.date: 08/31/2020
44
ms.topic: reference
55
f1_keywords:
66
- vc.project.vcfxcoptool.enablefxcop
@@ -10,13 +10,13 @@ helpviewer_keywords:
1010
- managed code analysis warnings
1111
- code analysis,managed code
1212
ms.assetid: 3c2741ff-0d3a-42e6-acd5-d42310bd03c4
13-
author: mikejo5000
14-
ms.author: mikejo
13+
author: mikadumont
14+
ms.author: midumont
1515
manager: jillfra
1616
ms.workload:
1717
- dotnet
1818
---
19-
# Code Analysis for Managed Code Warnings
19+
# .NET Code Analysis Rules
2020
The Managed Code Analysis tool provides warnings that indicate rule violations in managed code libraries. The warnings are organized into rule areas such as design, localization, performance, and security. Each warning signifies a violation of a Managed Code Analysis rule. This section provides in-depth discussions and examples for each Managed Code Analysis warning.
2121

2222
The following table shows the type of information that is provided for each warning.

docs/vs-2015/code-quality/code-analysis-for-managed-code-warnings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Code Analysis for Managed Code Warnings | Microsoft Docs"
3-
ms.date: 11/15/2016
3+
ms.date: 08/31/2020
44
ms.prod: "visual-studio-dev14"
55
ms.technology: vs-ide-code-analysis
66
ms.topic: conceptual
@@ -13,11 +13,11 @@ helpviewer_keywords:
1313
- "code analysis,managed code"
1414
ms.assetid: 3c2741ff-0d3a-42e6-acd5-d42310bd03c4
1515
caps.latest.revision: 22
16-
author: jillre
17-
ms.author: jillfra
16+
author: mikadumont
17+
ms.author: midumont
1818
manager: "wpickett"
1919
---
20-
# Code Analysis for Managed Code Warnings
20+
# .NET Code Analysis Rules
2121
[!INCLUDE[vs2017banner](../includes/vs2017banner.md)]
2222

2323
The Managed Code Analysis tool provides warnings that indicate rule violations in managed code libraries. The warnings are organized into rule areas such as design, localization, performance, and security. Each warning signifies a violation of a Managed Code Analysis rule. This section provides in-depth discussions and examples for each Managed Code Analysis warning.

0 commit comments

Comments
 (0)