You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/code-quality/fxcop-analyzers.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
### YamlMime:YamlDocument
2
2
documentType: LandingData
3
-
title: Migrate from FxCop code analysis to .NET compiler platform analyzers
3
+
title: Migrate from binary analysis (FxCop) to source analysis (FxCop analyzers)
4
4
metadata:
5
5
title: FxCop migration documentation
6
-
description: Learn how to migrate from legacy FxCop to analyzers for code analysis.
7
-
ms.date: 07/18/2018
6
+
description: Learn how to move from legacy binary analysis (FxCop) to source analysis (FxCop analyzers) when you analyze code.
7
+
ms.date: 07/11/2019
8
8
ms.prod: visual-studio-dev16
9
9
ms.technology: vs-ide-code-analysis
10
10
ms.topic: landing-page
@@ -14,7 +14,7 @@ metadata:
14
14
author: gewarren
15
15
manager: jillfra
16
16
abstract:
17
-
description: Learn how to analyze code for the first time, or how to migrate from FxCop to the new way of analyzing managed code using analyzers.
17
+
description: Learn how to analyze code for the first time or how to migrate from binary analysis (FxCop) to the new way of analyzing managed code using source analysis (FxCop analyzers).
18
18
aside:
19
19
image:
20
20
alt: Common management tasks logo
@@ -25,7 +25,7 @@ abstract:
25
25
sections:
26
26
- title: Frequently asked questions
27
27
items:
28
-
- html: Get answers to some <a href="fxcop-analyzers-faq.md">frequently asked questions</a> about the differences between FxCop and analyzers.
28
+
- html: Get answers to some <a href="fxcop-analyzers-faq.md">frequently asked questions</a> about the differences between binary FxCop analysis and source analysis using FxCop analyzers.
0 commit comments