Skip to content

Commit 11dd506

Browse files
peteraritchieBillWagner
authored andcommitted
vs2019 compiler platform sdk clarifications (#13369)
1 parent 0a3ba77 commit 11dd506

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ In this tutorial, you'll explore the creation of an **analyzer** and an accompan
1313

1414
## Prerequisites
1515

16-
* [Visual Studio 2017](https://www.visualstudio.com/downloads)
16+
* [Visual Studio 2017](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2017-and-other-products)
17+
* [Visual Studio 2019](https://www.visualstudio.com/downloads)
1718

18-
You'll need to install the **.NET Compiler Platform SDK**:
19+
You'll need to install the **.NET Compiler Platform SDK** via the Visual Studio Intaller:
1920

2021
[!INCLUDE[interactive-note](~/includes/roslyn-installation.md)]
2122

includes/roslyn-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## Installation instructions
1+
## Installation instructions - Visual Studio Installer
22

33
There are two different ways to find the **.NET Compiler Platform SDK** in the **Visual Studio Installer**:
44

5-
### Install using the Workloads view
5+
### Install using the Visual Studio Installer - Workloads view
66

77
The .NET Compiler Platform SDK is not automatically selected as part of the Visual Studio extension development workload. You must select it as an optional component.
88

@@ -17,7 +17,7 @@ Optionally, you'll also want the **DGML editor** to display graphs in the visual
1717
1. Open the **Individual components** node in the summary tree.
1818
1. Check the box for **DGML editor**
1919

20-
### Install using the Individual components tab
20+
### Install using the Visual Studio Installer - Individual components tab
2121

2222
1. Run **Visual Studio Installer**
2323
1. Select **Modify**

0 commit comments

Comments
 (0)