From 8069840a45dcf86c246fafc74bf63d510df5edad Mon Sep 17 00:00:00 2001 From: twojnarowski Date: Fri, 12 Aug 2022 11:16:47 +0200 Subject: [PATCH 1/2] Mentioned VS 2022 I tested it in VS 2022 and the steps mentioned in the instruction for 2017 and 2019 also work for 2022. --- documentation/EnableConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/EnableConfiguration.md b/documentation/EnableConfiguration.md index 057f26303..3d13a9644 100644 --- a/documentation/EnableConfiguration.md +++ b/documentation/EnableConfiguration.md @@ -4,7 +4,7 @@ At this time, the code fix is not able to fully configure the newly-created **st tracked in bug report [dotnet/roslyn#4655](https://github.com/dotnet/roslyn/issues/4655). In the mean time, users must manually perform the following additional steps after creating the **stylecop.json** file. -In Visual Studio 2017 and 2019: +In Visual Studio 2017, 2019 and 2022: 1. Select the file in **Solution Explorer**. 2. In the **Properties** window, set the value for **Build Action** to: From 2b34907b495860b264debf5af6b35c08b7562f19 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 29 Aug 2022 08:29:55 -0500 Subject: [PATCH 2/2] Grammar fix Restored a missing Oxford comma --- documentation/EnableConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/EnableConfiguration.md b/documentation/EnableConfiguration.md index 3d13a9644..7a6884b91 100644 --- a/documentation/EnableConfiguration.md +++ b/documentation/EnableConfiguration.md @@ -4,7 +4,7 @@ At this time, the code fix is not able to fully configure the newly-created **st tracked in bug report [dotnet/roslyn#4655](https://github.com/dotnet/roslyn/issues/4655). In the mean time, users must manually perform the following additional steps after creating the **stylecop.json** file. -In Visual Studio 2017, 2019 and 2022: +In Visual Studio 2017, 2019, and 2022: 1. Select the file in **Solution Explorer**. 2. In the **Properties** window, set the value for **Build Action** to: