Skip to content

Commit dc9ef79

Browse files
authored
Merge pull request #5871 from MicrosoftDocs/master637358726416980590
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents c492dc9 + 85cce5c commit dc9ef79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ide/code-styles-and-code-cleanup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For each code style setting on this page, you can set the **Preference** and **S
5858

5959
## Enforce code styles on build
6060

61-
Starting in Visual Studio 2019 version 16.8, which includes the .NET 5.0 RC2 SDK, you can [enforce the .NET coding conventions on build](/dotnet/fundamentals/productivity/code-analysis.md#code-style-analysis) for all .NET projects. At build time, .NET code style violations will appear as warnings or errors with an "IDE" prefix. This enables you to strictly enforce consistent code styles in your codebase.
61+
Starting in Visual Studio 2019 version 16.8, which includes the .NET 5.0 RC2 SDK, you can [enforce the .NET coding conventions on build](/dotnet/fundamentals/productivity/code-analysis#code-style-analysis) for all .NET projects. At build time, .NET code style violations will appear as warnings or errors with an "IDE" prefix. This enables you to strictly enforce consistent code styles in your codebase.
6262

6363
::: moniker-end
6464

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ There are three supported .NET coding convention categories:
4242

4343
## Enforce coding conventions on build
4444

45-
Starting in Visual Studio 2019 version 16.8, which includes the .NET 5.0 RC2 SDK, you can [enforce the .NET coding conventions on build](/dotnet/fundamentals/productivity/code-analysis.md#code-style-analysis) for all .NET projects. At build time, .NET code style violations will appear as warnings or errors with an "IDE" prefix. This enables you to strictly enforce consistent code styles in your codebase.
45+
Starting in Visual Studio 2019 version 16.8, which includes the .NET 5.0 RC2 SDK, you can [enforce the .NET coding conventions on build](/dotnet/fundamentals/productivity/code-analysis#code-style-analysis) for all .NET projects. At build time, .NET code style violations will appear as warnings or errors with an "IDE" prefix. This enables you to strictly enforce consistent code styles in your codebase.
4646

4747
::: moniker-end
4848

0 commit comments

Comments
 (0)