Skip to content

Commit 9abfa77

Browse files
authored
Merge pull request #2434 from sharwell/netstandard-config
Updated instructions for enabling configuration in VS 2017
2 parents 96ae590 + 9d8fab7 commit 9abfa77

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

documentation/EnableConfiguration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ At this time, the code fix is not able to fully configure the newly-created **st
44
tracked in bug report [dotnet/roslyn#4655](https://github.com/dotnet/roslyn/issues/4655). In the mean time, users must
55
manually perform the following additional steps after creating the **stylecop.json** file.
66

7+
In Visual Studio 2017:
8+
9+
1. Select the file in **Solution Explorer**.
10+
2. In the **Properties** window, set the value for **Build Action** to:
11+
* For most projects: **AdditionalFiles**
12+
* For projects using the new project system, including .NET Core and .NET Standard projects: **C# analyzer
13+
additional file**.
14+
715
In Visual Studio 2015 Update 3 and newer:
816

917
1. Select the file in **Solution Explorer**.

0 commit comments

Comments
 (0)