Skip to content

Commit 6940caf

Browse files
authored
Merge pull request #5768 from MicrosoftDocs/master637339080028119214
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0779655 + a801ca3 commit 6940caf

File tree

32 files changed

+97
-97
lines changed

32 files changed

+97
-97
lines changed

docs/azure/vs-azure-tools-configure-roles-for-cloud-service.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can configure an Azure cloud service from Solution Explorer in Visual Studio
3030

3131
1. Create or open an Azure cloud service project in Visual Studio.
3232

33-
1. In **Solution Explorer**, right-click (or select and hold) the project, and, from the context menu, select **Properties**.
33+
1. In **Solution Explorer**, right-click the project, and, from the context menu, select **Properties**.
3434

3535
![Solution Explorer project context menu](./media/vs-azure-tools-configure-roles-for-cloud-service/solution-explorer-project-context-menu.png)
3636

@@ -50,7 +50,7 @@ To improve the performance of your cloud service, you can change the number of i
5050

5151
1. Create or open an Azure cloud service project in Visual Studio.
5252

53-
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click (or select and hold) the role you want to update, and, from the context menu, select **Properties**.
53+
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click the role you want to update, and, from the context menu, select **Properties**.
5454

5555
![Solution Explorer Azure role context menu](./media/vs-azure-tools-configure-roles-for-cloud-service/solution-explorer-azure-role-context-menu.png)
5656

@@ -80,7 +80,7 @@ By using a different value for each service configuration, you do not have to us
8080

8181
1. Create or open an Azure cloud service project in Visual Studio.
8282

83-
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click (or select and hold) the role you want to update, and, from the context menu, select **Properties**.
83+
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click the role you want to update, and, from the context menu, select **Properties**.
8484

8585
![Solution Explorer Azure role context menu](./media/vs-azure-tools-configure-roles-for-cloud-service/solution-explorer-azure-role-context-menu.png)
8686

@@ -142,7 +142,7 @@ By using a different value for each service configuration, you do not have to us
142142

143143
1. Create or open an Azure cloud service project in Visual Studio.
144144

145-
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click (or select and hold) the role you want to update, and, from the context menu, select **Properties**.
145+
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click the role you want to update, and, from the context menu, select **Properties**.
146146

147147
![Solution Explorer Azure role context menu](./media/vs-azure-tools-configure-roles-for-cloud-service/solution-explorer-azure-role-context-menu.png)
148148

@@ -193,7 +193,7 @@ You can add local file system storage for each instance of a role. The data stor
193193

194194
1. Create or open an Azure cloud service project in Visual Studio.
195195

196-
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click (or select and hold) the role you want to update, and, from the context menu, select **Properties**.
196+
1. In **Solution Explorer**, expand the project node. Under the **Roles** node, right-click the role you want to update, and, from the context menu, select **Properties**.
197197

198198
![Solution Explorer Azure role context menu](./media/vs-azure-tools-configure-roles-for-cloud-service/solution-explorer-azure-role-context-menu.png)
199199

@@ -248,7 +248,7 @@ using (FileStream writeStream = File.Create(filePath))
248248

249249
To view the file created by the code in the previous section, follow these steps:
250250

251-
1. In the Windows notification area, right-click (or select and hold) the Azure icon, and, from the context menu, select **Show Compute Emulator UI**.
251+
1. In the Windows notification area, right-click the Azure icon, and, from the context menu, select **Show Compute Emulator UI**.
252252

253253
![Show Azure compute emulator](./media/vs-azure-tools-configure-roles-for-cloud-service/show-compute-emulator.png)
254254

docs/azure/vs-azure-tools-connected-services-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: ghogen
1515
With Visual Studio, you can connect any of the following to Azure Storage by using the **Connected Services** feature:
1616

1717
- .NET Framework console app
18-
- ASP.NET MVC (.NET Framework)
18+
- ASP.NET MVC (.NET Framework)
1919
- ASP.NET Core
2020
- .NET Core (including console app, WPF, Windows Forms, class library)
2121
- .NET Core Worker Role
@@ -39,7 +39,7 @@ The connected service functionality adds all the needed references and connectio
3939

4040
1. Open your project in Visual Studio.
4141

42-
1. In **Solution Explorer**, right-click (or select and hold) the **Connected Services** node, and, from the context menu, and select **Add Connected Service**.
42+
1. In **Solution Explorer**, right-click the **Connected Services** node, and from the context menu, select **Add Connected Service**.
4343

4444
![Add Azure connected service](./media/vs-azure-tools-connected-services-storage/add-connected-service.png)
4545

docs/azure/vs-azure-tools-debug-cloud-services-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The emulator simulates the Azure Compute service and runs in your local environm
2323

2424
### To debug your cloud service on your local computer
2525

26-
1. On the menu bar, select **Debug** > **Start Debugging** to run your Azure cloud service project. As an alternative, you can select F5. You’ll see a message that the Compute Emulator is starting. When the emulator starts, the system tray icon confirms it.
26+
1. On the menu bar, select **Debug** > **Start Debugging** to run your Azure cloud service project. As an alternative, you can press F5. You’ll see a message that the Compute Emulator is starting. When the emulator starts, the system tray icon confirms it.
2727

2828
![Azure emulator in the system tray](./media/vs-azure-tools-debug-cloud-services-virtual-machines/IC783828.png)
2929

docs/azure/vs-azure-tools-emulator-express-debug-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you create an Azure project in Azure SDK 2.3 or later, Emulator Express is
1717

1818
1. Create or open an Azure cloud service project in Visual Studio.
1919

20-
1. In Solution Explorer, right-click (or select and hold) the project, and, from the context menu, select **Properties**.
20+
1. In Solution Explorer, right-click the project, and, from the context menu, select **Properties**.
2121

2222
1. In the projects properties pages, select the **Web** tab.
2323

docs/azure/vs-azure-tools-resources-managing-with-cloud-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To view your Azure resources, you can choose either **Resource Types** or **Reso
8181

8282
To navigate to an Azure resource and view its information in Cloud Explorer, expand the item's type or associated resource group and then select the resource. When you select a resource, information appears in the two tabs - **Actions** and **Properties** - at the bottom of Cloud Explorer.
8383

84-
* **Actions** tab - Lists the actions you can take in Cloud Explorer for the selected resource. You can also view these options by right-clicking (or selecting and holding) the resource to view its context menu.
84+
* **Actions** tab - Lists the actions you can take in Cloud Explorer for the selected resource. You can also view these options by right-clicking the resource to view its context menu.
8585

8686
* **Properties** tab - Shows the properties of the resource, such as its type, locale, and resource group with which it is associated.
8787

docs/code-quality/analyzer-rule-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ To make a rule set the active rule set for analysis in .NET Core or .NET Standar
7878

7979
To make a rule set the active rule set for analysis in .NET Framework projects:
8080

81-
- Right-click (or select and hold) on the project in **Solution Explorer** and select **Properties**.
81+
- Right-click the project in **Solution Explorer** and select **Properties**.
8282

8383
- In the project property pages, select the **Code Analysis** tab.
8484

docs/code-quality/code-analysis-for-managed-code-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ms.workload:
1313
---
1414
# Overview of code analysis for managed code in Visual Studio
1515

16-
Visual Studio can perform code analysis of managed code in two ways:
16+
Visual Studio can perform code analysis of managed code in two ways:
1717
- With [legacy analysis](../code-quality/walkthrough-analyzing-managed-code-for-code-defects.md), also known as FxCop static analysis of managed assemblies.
18-
- With the more modern [.NET Compiler Platform-based code analyzers](../code-quality/roslyn-analyzers-overview.md). .NET Compiler Platform-based code analyzers, which analyze your code live as you type, replace legacy FxCop static code analysis, which only analyzes compiled code.
19-
18+
- With the more modern [.NET Compiler Platform-based code analyzers](../code-quality/roslyn-analyzers-overview.md). .NET Compiler Platform-based code analyzers, which analyze your code live as you type, replace legacy FxCop static code analysis, which only analyzes compiled code.

docs/code-quality/configure-fxcop-analyzers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.workload:
1717
For certain .NET code-quality analyzers (those whose rule IDs start with `CA`), you can refine which parts of your codebase they should be applied to through [configurable options](fxcop-analyzer-options.md). Each option is specified by adding a key-value pair to an [EditorConfig](https://editorconfig.org) file. A configuration file can be specific to a file, project, solution, or the entire repo.
1818

1919
> [!TIP]
20-
> Add an .editorconfig file to your project by right-clicking (or selecting and holding) on the project in **Solution Explorer** and selecting **Add** > **New Item**. In the **Add New Item** window, enter **editorconfig** in the search box. Select the **editorconfig File (default)** template and choose **Add**.
20+
> Add an .editorconfig file to your project by right-clicking the project in **Solution Explorer** and selecting **Add** > **New Item**. In the **Add New Item** window, enter **editorconfig** in the search box. Select the **editorconfig File (default)** template and choose **Add**.
2121
>
2222
> ![Add editorconfig file to project in Visual Studio](media/add-editorconfig-file.png)
2323

docs/code-quality/disable-code-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Turn off code analysis
33
ms.date: 10/03/2019
44
ms.topic: how-to
5-
helpviewer_keywords:
5+
helpviewer_keywords:
66
- code analysis, disable
77
- disable code analysis
88
author: mikejo5000
@@ -29,13 +29,13 @@ Starting in Visual Studio 2019 version 16.3, there are two checkboxes available
2929

3030
![Enable or disable live code analysis or on build in Visual Studio](media/run-on-build-run-live-analysis.png)
3131

32-
To open this page, right-click (or select and hold) on the project node in **Solution Explorer** and select **Properties**. Select the **Code Analysis** tab.
32+
To open this page, right-click the project node in **Solution Explorer** and select **Properties**. Select the **Code Analysis** tab.
3333

3434
- To disable source analysis at build time, uncheck the **Run on build** option.
3535
- To disable live source analysis, uncheck the **Run on live analysis** option.
3636

3737
> [!NOTE]
38-
> Starting in Visual Studio 2019 version 16.5, if you prefer the on-demand code analysis execution workflow, you can disable analyzer execution during live analysis and/or build and manually trigger code analysis once on a project or a solution on demand. For information about running code analysis manually, see [How to: Run Code Analysis Manually for Managed Code](how-to-run-code-analysis-manually-for-managed-code.md).
38+
> Starting in Visual Studio 2019 version 16.5, if you prefer the on-demand code analysis execution workflow, you can disable analyzer execution during live analysis and/or build and manually trigger code analysis once on a project or a solution on demand. For information about running code analysis manually, see [How to: Run Code Analysis Manually for Managed Code](how-to-run-code-analysis-manually-for-managed-code.md).
3939
4040
## .NET Framework projects
4141

docs/code-quality/how-to-configure-code-analysis-for-a-managed-code-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
title: Configure Code Analysis
33
ms.date: 04/04/2018
44
ms.topic: how-to
5-
f1_keywords:
5+
f1_keywords:
66
- vs.codeanalysis.propertypages.csvb
77
- vs.codeanalysis.propertypages.solution
88
- vs.codeanalysis.propertypages.asp
99
dev_langs:
1010
- "CSharp"
1111
- "VB"
1212
- "FSharp"
13-
helpviewer_keywords:
13+
helpviewer_keywords:
1414
- code analysis, selecting rule sets
1515
- code analysis, rule sets
1616
author: mikejo5000
1717
ms.author: mikejo
1818
manager: jillfra
19-
ms.workload:
19+
ms.workload:
2020
- dotnet
2121
---
2222
# How to: Configure legacy analysis for managed code
@@ -28,11 +28,11 @@ In Visual Studio, you can choose from a list of code analysis [rule sets](../cod
2828
2929
## Configure a rule set for a .NET Framework project
3030

31-
1. Go to the **Code Analysis** tab on the project's property pages. You can do this in either of the following ways:
31+
1. Open the **Code Analysis** tab on the project's property pages. You can do this in either of the following ways:
3232

3333
- In **Solution Explorer**, choose the project. On the menu bar, select **Analyze** > **Configure Code Analysis** > **For \<projectname>**.
3434

35-
- Right-click (or select and hold) the project in **Solution Explorer** and select **Properties**, and then select the **Code Analysis** tab.
35+
- Right-click the project in **Solution Explorer** and select **Properties**, and then select the **Code Analysis** tab.
3636

3737
2. In the **Configuration** and **Platform** lists, choose the build configuration and target platform.
3838

docs/deployment/quickstart-deploy-to-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This article describes how to use the **Publish** tool for one-time deployment.
2525

2626
## Publish to Azure App Service on Windows
2727

28-
1. In Solution Explorer, open the project and choose **Publish** (or use the **Build** > **Publish** menu item).
28+
1. In Solution Explorer, right-click the project node and choose **Publish** (or use the **Build** > **Publish** menu item).
2929

3030
![The Publish command on the project context menu in Solution Explorer](../deployment/media/quickstart-publish.png "Choose Publish")
3131

docs/designers/walkthrough-windows-forms-designer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The first step is to create the DemoCalculator control project.
3737

3838
::: moniker-end
3939

40-
2. To rename the file, in **Solution Explorer**, right-select **UserControl1.vb** or **UserControl1.cs**, select **Rename**, and change the file name to DemoCalculator.vb or DemoCalculator.cs. Select **Yes** when you are asked if you want to rename all references to the code element "UserControl1".
40+
2. To rename the file, in **Solution Explorer**, right-click **UserControl1.vb** or **UserControl1.cs**, select **Rename**, and change the file name to DemoCalculator.vb or DemoCalculator.cs. Select **Yes** when you are asked if you want to rename all references to the code element "UserControl1".
4141

4242
The Windows Forms Designer shows the designer surface for the DemoCalculator control. In this view, you can graphically design the appearance of the control by selecting controls and components from Toolbox and placing them on the designer surface. For more information about custom controls, see [Varieties of custom controls](/dotnet/framework/winforms/controls/varieties-of-custom-controls).
4343

@@ -155,7 +155,7 @@ When your control or form is populated with several controls, you may find it ea
155155

156156
The Document Outline window shows a tree view of the DemoCalculator control and its constituent controls. Container controls like the `SplitContainer` show their child controls as subnodes in the tree. You can also rename controls in place using the Document Outline window.
157157

158-
2. In the **Document Outline** window, right-select **button1**, and then select **Rename**. Change its name to sevenButton.
158+
2. In the **Document Outline** window, right-click **button1**, and then select **Rename**. Change its name to sevenButton.
159159

160160
3. Using the **Document Outline** window, rename the `Button` controls from the designer-generated name to the production name according to the following list:
161161

@@ -269,11 +269,11 @@ The first step is to create the application project. You'll use this project to
269269

270270
1. Create a new **Windows Forms Application** project and name it **DemoCalculatorTest**.
271271

272-
2. In **Solution Explorer**, select and hold (or right click) the **DemoCalculatorTest** project, and then select **Add Reference** to open the **Add Reference** dialog box.
272+
2. In **Solution Explorer**, right-click the **DemoCalculatorTest** project, and then select **Add Reference** to open the **Add Reference** dialog box.
273273

274274
3. Go to the **Projects** tab, and then select the DemoCalculatorLib project to add the reference to the test project.
275275

276-
4. In **Solution Explorer**, select and hold (or right click) **DemoCalculatorTest**, and then select **Set as StartUp Project**.
276+
4. In **Solution Explorer**, right-click **DemoCalculatorTest**, and then select **Set as StartUp Project**.
277277

278278
5. In the Windows Forms Designer, increase the size of the form to about **700 x 500**.
279279

@@ -291,7 +291,7 @@ To use the DemoCalculator control in an application, you need to place it on a f
291291

292292
4. Move the `Button` control around the DemoCalculator control and observe where the snaplines appear. You can align your controls precisely and easily using this feature. Delete the `Button` control when you're finished.
293293

294-
5. Right-select the DemoCalculator control, and then select **Properties**.
294+
5. Right-click the DemoCalculator control, and then select **Properties**.
295295

296296
6. Change the value of the `Dock` property to `Fill`.
297297

docs/extensibility/adding-a-menu-to-the-visual-studio-menu-bar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Starting in Visual Studio 2015, you do not install the Visual Studio SDK from th
3737

3838
::: moniker range="vs-2017"
3939

40-
2. When the project opens, add a custom command item template named **TestCommand**. In the **Solution Explorer**, select and hold (or right-click) the project node and select **Add** > **New Item**. In the **Add New Item** dialog, go to **Visual C# / Extensibility** and select **Custom Command**. In the **Name** field at the bottom of the window, change the command file name to *TestCommand.cs*.
40+
2. When the project opens, add a custom command item template named **TestCommand**. In the **Solution Explorer**, right-click the project node and select **Add** > **New Item**. In the **Add New Item** dialog, go to **Visual C# / Extensibility** and select **Custom Command**. In the **Name** field at the bottom of the window, change the command file name to *TestCommand.cs*.
4141

4242
::: moniker-end
4343

4444
::: moniker range=">=vs-2019"
4545

46-
2. When the project opens, add a custom command item template named **TestCommand**. In the **Solution Explorer**, select and hold (or right-click) the project node and select **Add** > **New Item**. In the **Add New Item** dialog, go to **Visual C# / Extensibility** and select **Command**. In the **Name** field at the bottom of the window, change the command file name to *TestCommand.cs*.
46+
2. When the project opens, add a custom command item template named **TestCommand**. In the **Solution Explorer**, right-click the project node and select **Add** > **New Item**. In the **Add New Item** dialog, go to **Visual C# / Extensibility** and select **Command**. In the **Name** field at the bottom of the window, change the command file name to *TestCommand.cs*.
4747

4848
::: moniker-end
4949

0 commit comments

Comments
 (0)