Skip to content

Commit abe1cb5

Browse files
committed
fixes MicrosoftDocs/visualstudio-docs#5777
1 parent c561df5 commit abe1cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/code-quality/how-to-create-a-custom-rule-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To create a custom rule set, you can open a built-in rule set in the **rule set
4747
4. Select **Open** to display the rules in the rule set editor.
4848

4949
> [!NOTE]
50-
> If you have a .NET Core or .NET Standard project, the process is a little different because there's no **Code Analysis** property tab. Follow the steps to [copy a predefined rule set to your project and set it as the active rule set](/dotnet/fundamentals/code-analysis/code-quality-rule-options). After you've copied over a rule set, you can [edit it in the Visual Studio rule set editor](working-in-the-code-analysis-rule-set-editor.md) by opening it from **Solution Explorer**.
50+
> If you have a .NET Core or .NET Standard project, the process is a little different because the **Code Analysis** tab in the project properties does not support the same options. Follow the steps to [copy a predefined rule set to your project and set it as the active rule set](/dotnet/fundamentals/code-analysis/code-quality-rule-options). After you've copied over a rule set, you can [edit it in the Visual Studio rule set editor](working-in-the-code-analysis-rule-set-editor.md) by opening it from **Solution Explorer**.
5151
5252
## Create a new rule set
5353

@@ -64,7 +64,7 @@ You can create a new rule set file from the **New File** dialog:
6464
## Create a custom rule set from multiple rule sets
6565

6666
> [!NOTE]
67-
> The following procedure does not apply to .NET Core projects, which don't have a **Code Analysis** property tab.
67+
> The following procedure does not apply to .NET Core or .NET Standard projects, which don't support the same features in the **Code Analysis** property tab.
6868
6969
1. In **Solution Explorer**, right-click the project and then select **Properties**.
7070

0 commit comments

Comments
 (0)