Skip to content

Commit e708e28

Browse files
authored
Merge pull request #4991 from MicrosoftDocs/gewarren-patch-3
Clarify FxCop analyzers
2 parents 01b34f2 + 6b31ae6 commit e708e28

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/code-quality/fxcop-analyzers.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:YamlDocument
22
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)
44
metadata:
55
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
88
ms.prod: visual-studio-dev16
99
ms.technology: vs-ide-code-analysis
1010
ms.topic: landing-page
@@ -14,7 +14,7 @@ metadata:
1414
author: gewarren
1515
manager: jillfra
1616
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).
1818
aside:
1919
image:
2020
alt: Common management tasks logo
@@ -25,7 +25,7 @@ abstract:
2525
sections:
2626
- title: Frequently asked questions
2727
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.
2929

3030
- title: If you're new to code analysis...
3131
items:
@@ -55,15 +55,15 @@ sections:
5555
src: https://docs.microsoft.com/media/common/i_cligeneric.svg
5656
title: Command-line usage
5757

58-
- title: If you're an FxCop user...
58+
- title: If you're currently using binary analysis (FxCop)...
5959
items:
6060
- type: list
6161
style: cards
6262
className: cardsM
6363
columns: 2
6464
items:
6565
- href: roslyn-analyzers-overview.md#roslyn-analyzers-vs-static-code-analysis
66-
html: <p>Learn the differences between static (FxCop) and analyzer code analysis.</p>
66+
html: <p>Learn the differences between binary analysis (FxCop) and source analysis (FxCop analyzers).</p>
6767
image:
6868
src: https://docs.microsoft.com/media/common/i_learn-about.svg
6969
title: What's different?
@@ -73,7 +73,7 @@ sections:
7373
src: https://docs.microsoft.com/media/common/i_setup.svg
7474
title: Install FxCop analyzers
7575
- href: fxcop-rule-port-status.md
76-
html: <p>Lists the static code analysis FxCop rules that have been ported to FxCop analyzers.</p>
76+
html: <p>Lists the binary analysis (FxCop) rules that have been ported to source analysis (FxCop analyzers).</p>
7777
image:
7878
src: https://docs.microsoft.com/media/common/i_upgrade.svg
7979
title: Ported and unported rules

0 commit comments

Comments
 (0)