Skip to content

Commit a3ef1f2

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 1f9e8a9 + 8c35615 commit a3ef1f2

File tree

448 files changed

+523
-518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

448 files changed

+523
-518
lines changed

bridge/articles/overview-bridge-to-kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: What is Bridge to Kubernetes?
33
ms.technology: bridge
4-
ms.date: 08/11/2022
4+
ms.date: 10/17/2023
55
ms.topic: overview
66
description: "Describes the processes for using Bridge to Kubernetes to connect your development computer to your Kubernetes cluster"
77
keywords: "Bridge to Kubernetes, Docker, Kubernetes, Azure, containers"

docs/azure/vs-azure-tools-migrate-publish-web-app-to-cloud-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
ms.date: 11/10/2017
99
ms.author: ghogen
1010
---
11-
# How to: Migrate and publish a web application to an Azure Cloud Service from Visual Studio
11+
# Migrate and publish a web application to an Azure Cloud Service from Visual Studio
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/azure/vs-azure-tools-service-configurations-and-profiles-how-to-manage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to manage service configurations and profiles
2+
title: Manage service configurations and profiles
33
description: Learn how to work with service configurations and profiles configuration files| which store settings for the deployment environments and publish settings for cloud services.
44
author: ghogen
55
manager: jmartens
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.date: 8/11/2017
99
ms.author: ghogen
1010
---
11-
# How to manage service configurations and profiles
11+
# Manage service configurations and profiles
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: mikejo
1919
manager: jmartens
2020
ms.technology: vs-ide-code-analysis
2121
---
22-
# How to: Configure legacy analysis for managed code
22+
# Configure legacy analysis for managed code
2323

2424
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2525

docs/code-quality/how-to-create-or-update-standard-code-analysis-check-in-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mikejo
1212
manager: jmartens
1313
ms.technology: vs-ide-code-analysis
1414
---
15-
# How to: Create or Update Standard Code Analysis Check-in Policies
15+
# Create or Update Standard Code Analysis Check-in Policies
1616

1717
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1818

docs/code-quality/how-to-customize-the-code-analysis-dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mikejo
1212
manager: jmartens
1313
ms.technology: vs-ide-code-analysis
1414
---
15-
# How to: Customize the Code Analysis Dictionary
15+
# Customize the Code Analysis Dictionary
1616

1717
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1818

docs/code-quality/how-to-enable-and-disable-automatic-code-analysis-for-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: mikejo
88
manager: jmartens
99
ms.technology: vs-ide-code-analysis
1010
---
11-
# How to: Enable and disable binary code analysis for managed code
11+
# Enable and disable binary code analysis for managed code
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/code-quality/how-to-enforce-maintainable-code-with-a-code-analysis-check-in-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-code-analysis
1212
---
13-
# How to: Enforce maintainable code with a code analysis check-in policy
13+
# Enforce maintainable code with a code analysis check-in policy
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616

docs/code-quality/how-to-generate-code-metrics-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: mikejo
1212
manager: jmartens
1313
ms.technology: vs-ide-code-analysis
1414
---
15-
# How to: Generate code metrics data
15+
# Generate code metrics data
1616

1717
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1818

docs/code-quality/how-to-run-code-analysis-manually-for-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to run code analysis manually for .NET
2+
title: Run code analysis manually for .NET
33
ms.date: 05/13/2022
44
description: "Learn how to manually run code analysis in Visual Studio 2019 version 16.5 or later versions. See how to run Roslyn analyzers on C# or Visual Basic code."
55
ms.topic: how-to

docs/code-quality/how-to-run-legacy-code-analysis-manually-for-managed-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-code-analysis
1212
---
13-
# How to: Run legacy code analysis manually for managed code
13+
# Run legacy code analysis manually for managed code
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616

docs/code-quality/how-to-suppress-code-analysis-warnings-for-generated-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: mikejo
88
manager: jmartens
99
ms.technology: vs-ide-code-analysis
1010
---
11-
# How to: Suppress code analysis warnings for generated code
11+
# Suppress code analysis warnings for generated code
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/code-quality/how-to-synchronize-code-project-rule-sets-with-team-project-check-in-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-code-analysis
1212
---
13-
# How to: Synchronize Code Project Rule Sets with an Azure DevOps Project Check-in Policy
13+
# Synchronize Code Project Rule Sets with an Azure DevOps Project Check-in Policy
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616

docs/containers/container-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: How to customize Docker containers in Visual Studio
2+
title: Customize Docker containers in Visual Studio
33
author: ghogen
44
description: Information about the Visual Studio build process for containers, called fast mode, which is necessary to understand how to modify the Dockerfile to customize your container images for both debug and production builds.
55
ms.author: ghogen
66
ms.date: 09/8/2023
77
ms.technology: vs-container-tools
88
ms.topic: how-to
99
---
10-
# How to customize Docker containers in Visual Studio
10+
# Customize Docker containers in Visual Studio
1111

1212
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1313

docs/containers/container-tools-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.date: 07/13/2023
88
ms.technology: vs-container-tools
99
---
10-
# How to configure Visual Studio Container Tools
10+
# Configure Visual Studio Container Tools
1111

1212
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1313

docs/containers/deploy-containerized.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to deploy an app into a container in the cloud with Visual Studio
2+
title: Deploy an app into a container in the cloud with Visual Studio
33
author: ghogen
44
description: Learn how to deploy an app into a container in Azure or Docker Hub without Docker Desktop or a Dockerfile.
55
ms.author: ghogen

docs/data-tools/how-to-add-update-or-remove-a-wcf-data-service-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: ghogen
1414
manager: jmartens
1515
ms.technology: vs-data-tools
1616
---
17-
# How to: Add, update, or remove a WCF data service reference
17+
# Add, update, or remove a WCF data service reference
1818

1919
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2020

docs/data-tools/how-to-add-validation-to-entity-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: ghogen
1111
manager: jmartens
1212
ms.technology: vs-data-tools
1313
---
14-
# How to: Add validation to entity classes
14+
# Add validation to entity classes
1515

1616
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1717

docs/data-tools/how-to-assign-stored-procedures-to-perform-updates-inserts-and-deletes-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Assign stored procedures to perform updates, inserts, and deletes (O/R Designer)
11+
# Assign stored procedures to perform updates, inserts, and deletes (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/data-tools/how-to-change-the-return-type-of-a-datacontext-method-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Change the return type of a DataContext method (O/R Designer)
11+
# Change the return type of a DataContext method (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414
The return type of a <xref:System.Data.Linq.DataContext> method (created based on a stored procedure or function) differs depending on where you drop the stored procedure or function in the **O/R Designer**. If you drop an item directly onto an existing entity class, a <xref:System.Data.Linq.DataContext> method that has the return type of the entity class is created (if the schema of the data returned by the stored procedure or function matches the shape of the entity class). If you drop an item onto an empty area of the **O/R Designer**, a <xref:System.Data.Linq.DataContext> method that returns an automatically generated type is created. You can change the return type of a <xref:System.Data.Linq.DataContext> method after you add it to the methods pane. To inspect or change the return type of a <xref:System.Data.Linq.DataContext> method, select it and click the **Return Type** property in the **Properties** window.

docs/data-tools/how-to-configure-inheritance-by-using-the-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Configure inheritance by using the O/R Designer
11+
# Configure inheritance by using the O/R Designer
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414
The **Object Relational Designer** (**O/R Designer**) supports the concept of single-table inheritance as it is often implemented in relational systems. In single-table inheritance, there is a single database table that contains fields for both parent information and child information. With relational data, a discriminator column contains the value that determines which class any record belongs to.

docs/data-tools/how-to-connect-to-data-in-a-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: ghogen
1616
manager: jmartens
1717
ms.technology: vs-data-tools
1818
---
19-
# How to: Connect to data in a WCF service
19+
# Connect to data in a WCF service
2020

2121
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2222

docs/data-tools/how-to-create-an-association-relationship-between-linq-to-sql-classes-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Create an association between LINQ to SQL classes (O/R Designer)
11+
# Create an association between LINQ to SQL classes (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414
Associations between entity classes in LINQ to SQL are analogous to relationships between tables in a database. You can create associations between entity classes by using the **Association Editor** dialog box.

docs/data-tools/how-to-create-datacontext-methods-mapped-to-stored-procedures-and-functions-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Create DataContext methods mapped to stored procedures and functions (O/R Designer)
11+
# Create DataContext methods mapped to stored procedures and functions (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/data-tools/how-to-create-linq-to-sql-classes-mapped-to-tables-and-views-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Create LINQ to SQL classes mapped to tables and views (O/R Designer)
11+
# Create LINQ to SQL classes mapped to tables and views (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414

docs/data-tools/how-to-extend-code-generated-by-the-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Extend code generated by the O/R Designer
11+
# Extend code generated by the O/R Designer
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414
Code generated by the **O/R Designer** is regenerated when changes are made to the entity classes and other objects on the designer surface. Because of this code regeneration, any code that you add to the generated code is typically overwritten when the designer regenerates code. The **O/R Designer** provides the ability to generate partial class files in which you can add code that is not overwritten. One example of adding your own code to the code generated by the **O/R Designer** is adding data validation to LINQ to SQL (entity) classes. For more information, see [How to: Add validation to entity classes](../data-tools/how-to-add-validation-to-entity-classes.md).

docs/data-tools/how-to-turn-pluralization-on-and-off-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ghogen
88
manager: jmartens
99
ms.technology: vs-data-tools
1010
---
11-
# How to: Turn pluralization on and off (O/R Designer)
11+
# Turn pluralization on and off (O/R Designer)
1212

1313
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1414
By default, when you drag database objects that have names ending in s or ies from **Server Explorer** or **Database Explorer** onto the [LINQ to SQL tools in Visual Studio](../data-tools/linq-to-sql-tools-in-visual-studio2.md), the names of the generated entity classes are changed from plural to singular. This is done to more accurately represent the fact that the instantiated entity class maps to a single record of data. For example, adding a `Customers` table to the **O/R Designer** results in an entity class named `Customer` because the class will hold data for only a single customer.

docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The **Add Service Reference** dialog box enables you to enter the address for a
136136

137137
The **Configure Service References** dialog box enables you to customize the configuration for a service. You can change the address for a service, specify access level, asynchronous behavior, and message contract types, and configure type reuse.
138138

139-
## How to: Select a service endpoint
139+
## Select a service endpoint
140140

141141
Some Windows Communication Foundation (WCF) services expose multiple endpoints through which a client may communicate with the service. For example, a service might expose one endpoint that uses an HTTP binding and user name and password security and a second endpoint that uses FTP and Windows Authentication. The first endpoint might be used by applications that access the service from outside a firewall, whereas the second might be used on an intranet.
142142

@@ -183,7 +183,7 @@ In such a case, you can specify the `endpointConfigurationName` as a parameter t
183183

184184
4. Inside the `<EndPoint>` tag, you will find a `name="`*SomeService*`"` parameter (where *SomeService* represents an endpoint name). This is the name for the endpoint that can be passed to the `endpointConfigurationName As String` overload of a constructor for a service reference.
185185

186-
## How to: Call a service method asynchronously
186+
## Call a service method asynchronously
187187

188188
Most methods in Windows Communication Foundation (WCF) services may be called either synchronously or asynchronously. Calling a method asynchronously enables your application to continue to work while the method is being called when it operates over a slow connection.
189189

@@ -202,7 +202,7 @@ By default, when a service reference is added to a project, it is configured to
202202

203203
3. In the **Configure Service Reference** dialog box, select the **Generate asynchronous operations** check box.
204204

205-
## How to: Bind data returned by a service
205+
## Bind data returned by a service
206206

207207
You can bind data returned by a Windows Communication Foundation (WCF) service to a control just as you can bind any other data source to a control. When you add a reference to a WCF service, if the service contains composite types that return data, they are automatically added to the **Data Sources** window.
208208

@@ -236,7 +236,7 @@ You can bind data returned by a Windows Communication Foundation (WCF) service t
236236

237237
5. Drag the node onto the form. The controls are added to the form, together with a <xref:System.Windows.Forms.BindingSource> component and a <xref:System.Windows.Forms.BindingNavigator> component.
238238

239-
## How to: Configure a service to reuse existing types
239+
## Configure a service to reuse existing types
240240

241241
When a service reference is added to a project, any types defined in the service are generated in the local project. In many cases, this creates duplicate types when a service uses common .NET types or when types are defined in a shared library.
242242

docs/debugger/debugging-absolute-beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-debug
1212
---
13-
# How to debug for absolute beginners
13+
# Debug for absolute beginners
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616

docs/debugger/how-to-change-fonts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-debug
1212
---
13-
# How to: Change Fonts
13+
# Change Fonts
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616
You can change the font, font style, and font size for Spy++ windows.

docs/debugger/how-to-control-messages-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mikejo
1111
manager: jmartens
1212
ms.technology: vs-ide-debug
1313
---
14-
# How to: Control Messages View
14+
# Control Messages View
1515

1616
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1717
With Spy++, you have considerable control over the content of a [Messages View](../debugger/messages-view.md) window. You can [start and stop](../debugger/how-to-start-and-stop-the-message-log-display.md) displaying the messages at any time, and you can specify:

docs/debugger/how-to-debug-a-self-hosted-wcf-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mikejo
1717
manager: jmartens
1818
ms.technology: vs-ide-debug
1919
---
20-
# How to: Debug a Self-Hosted WCF Service
20+
# Debug a Self-Hosted WCF Service
2121

2222
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2323
A *self-hosted service* is a WCF service that does not run inside IIS, the WCF Service Host, or the ASP.NET Development Server. The easiest way to debug a self-hosted WCF is to configure Visual Studio to launch both client and server when you choose **Start Debugging** on the **Debug** menu.

docs/debugger/how-to-debug-aspnet-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mikejo
1717
manager: jmartens
1818
ms.technology: vs-ide-debug
1919
---
20-
# How to: Debug ASP.NET Exceptions
20+
# Debug ASP.NET Exceptions
2121

2222
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2323
Debugging exceptions is an important part of developing a robust ASP.NET application. General information about how to debug exceptions is at [Managing Exceptions with the Debugger](../debugger/managing-exceptions-with-the-debugger.md).

docs/debugger/how-to-debug-dotnet-framework-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: mikejo
1010
manager: jmartens
1111
ms.technology: vs-ide-debug
1212
---
13-
# How to: Debug .NET Framework source
13+
# Debug .NET Framework source
1414

1515
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
1616

docs/debugger/how-to-debug-from-a-dll-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: mikejo
1818
manager: jmartens
1919
ms.technology: vs-ide-debug
2020
---
21-
# How to: Debug from a DLL project in Visual Studio (C#, C++, Visual Basic, F#)
21+
# Debug from a DLL project in Visual Studio (C#, C++, Visual Basic, F#)
2222

2323
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2424

docs/debugger/how-to-debug-in-mixed-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: mikejo
1717
manager: jmartens
1818
ms.technology: vs-ide-debug
1919
---
20-
# How to: Debug in mixed mode (C#, C++, Visual Basic)
20+
# Debug in mixed mode (C#, C++, Visual Basic)
2121

2222
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2323

docs/debugger/how-to-debug-inline-assembly-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.author: mikejo
1919
manager: jmartens
2020
ms.technology: vs-ide-debug
2121
---
22-
# How to: Debug Inline Assembly Code
22+
# Debug Inline Assembly Code
2323

2424
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2525

docs/debugger/how-to-debug-managed-memory-dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: madownie
1616
manager: andster
1717
monikerRange: '>= vs-2019'
1818
---
19-
# How to debug a managed memory dump with .NET Diagnostic Analyzers
19+
# Debug a managed memory dump with .NET Diagnostic Analyzers
2020

2121
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2222

docs/debugger/how-to-debug-on-a-high-performance-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: mikejo
1616
manager: jmartens
1717
ms.technology: vs-ide-debug
1818
---
19-
# How to: Debug On a High-Performance Cluster (C#, Visual Basic, C++)
19+
# Debug On a High-Performance Cluster (C#, Visual Basic, C++)
2020

2121
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2222

docs/debugger/how-to-debug-optimized-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: mikejo
2121
manager: jmartens
2222
ms.technology: vs-ide-debug
2323
---
24-
# How to: Debug Optimized Code
24+
# Debug Optimized Code
2525

2626
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2727

0 commit comments

Comments
 (0)