You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/deploying-applications-services-and-components-resources.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ You determine how much computing power an App Service has by choosing a [pricing
93
93
> If you want to use Azure App Service in your own datacenter or other on-premises computers, you can do so using the [Azure Stack](https://azure.microsoft.com/overview/azure-stack/).
94
94
95
95
For more information on publishing to App Service, see:
96
-
-[Quickstart - Publish to Azure App Service](quickstart-deploy-to-azure.md)
97
-
-[Quickstart - Publish ASP.NET Core to Linux](quickstart-deploy-to-linux.md).
96
+
-[Quickstart - Publish to Azure App Service](quickstart-deploy-aspnet-web-app.md)
97
+
-[Quickstart - Publish ASP.NET Core to Linux](quickstart-deploy-aspnet-web-app.md).
98
98
-[Publish an ASP.NET Core app to Azure App Service](/aspnet/core/tutorials/publish-to-azure-webapp-using-vs)
99
99
-[Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
100
100
@@ -162,7 +162,7 @@ If for any reason (such as machine access) you are not able to use cloud service
162
162
- You need only a local test deployment.
163
163
- You want to examine and potentially modify the application files independently before sending them onto another deployment target.
164
164
165
-
For more information, see [Quickstart - Deploy to a local folder](quickstart-deploy-to-local-folder.md).
165
+
For more information, see [Quickstart - Deploy to a local folder](quickstart-deploy-aspnet-web-app.md).
166
166
::: moniker range=">=vs-2019"
167
167
For more information on deploying a .NET Windows Application using ClickOnce, see [Deploy a .NET Windows application using ClickOnce](quickstart-deploy-using-clickonce-folder.md).
168
168
::: moniker-end
@@ -211,7 +211,7 @@ You can create any number of IIS web server deployment profiles in Visual Studio
211
211
- You want to deploy using credentials other than the ones that you use within Visual Studio, or those tied directly to your Azure accounts.
212
212
- You want to delete files from the target each time you deploy.
213
213
214
-
For more information, see [Quickstart - Deploy to a web site](quickstart-deploy-to-a-web-site.md).
214
+
For more information, see [Quickstart - Deploy to a web site](quickstart-deploy-aspnet-web-app.md).
215
215
216
216
For help with troubleshooting ASP.NET Core on IIS, see [Troubleshoot ASP.NET Core on Azure App Service and IIS](/aspnet/core/test/troubleshoot-azure-iis).
Copy file name to clipboardExpand all lines: docs/extensibility/ux-guidelines/menus-and-commands-for-visual-studio.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -282,6 +282,6 @@ ms.workload:
282
282
283
283
There is not a simple way to check shortcut availability. If you want to add a shortcut, follow these steps:
284
284
285
-
1. Check the list of [Visual Studio 2013 shortcuts](/visualstudio/ide/default-keyboard-shortcuts-in-visual-studio) to determine if there are similar commands to group yours with.
285
+
1. Check the list of [Visual Studio 2013 shortcuts](../../ide/default-keyboard-shortcuts-in-visual-studio.md) to determine if there are similar commands to group yours with.
286
286
287
287
2. Go to **Tools > Options > Environment > Keyboard** and test your shortcut. Check each keyboard mapping scheme listed under "Apply the following additional keyboard mapping scheme." Check General, C#, VB, and C++ profiles, as those share unique shortcuts. Your shortcut is available if it's not mapped in any of those places.
Copy file name to clipboardExpand all lines: docs/get-started/csharp/tutorial-uwp.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ It's time to build, deploy, and launch the "Hello World" UWP app to see what it
351
351
Congratulations on completing this tutorial! We hope you learned some basics about UWP and the Visual Studio IDE. To learn more, continue with the following tutorial:
352
352
353
353
> [!div class="nextstepaction"]
354
-
> [Create a user interface](/visualstudio/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio)
354
+
> [Create a user interface](../../xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio.md)
Copy file name to clipboardExpand all lines: docs/get-started/tutorial-open-project-from-repo.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ Here's how to browse to and clone an Azure DevOps repo by using Visual Studio.
128
128
129
129
## Open a project from a GitHub repo with Visual Studio 2019
130
130
131
-
How you open a project from a GitHub repo by using Visual Studio depends on which version you have. Specifically, if you've installed version Visual Studio 2019 [**version 16.8**](/visualstudio/releases/2019/release-notes-history) or later, there's a new, more fully integrated [Git experience in Visual Studio](../ide/git-with-visual-studio.md) available to you.
131
+
How you open a project from a GitHub repo by using Visual Studio depends on which version you have. Specifically, if you've installed version Visual Studio 2019 [**version 16.8**](/visualstudio/releases/2019/release-notes-history) or later, there's a new, more fully integrated [Git experience in Visual Studio](../version-control/git-with-visual-studio.md) available to you.
132
132
133
133
But no matter which version you've installed, you can always open a project from a GitHub repo with Visual Studio.
134
134
@@ -223,7 +223,7 @@ Here's how to use Git in Visual Studio 2019 [**version 16.7**](/visualstudio/rel
223
223
224
224
## Browse to an Azure DevOps repo with Visual Studio 2019
225
225
226
-
What you see when you browse to and clone an Azure DevOps repository by using Visual Studio 2019 depends on which version you have. Specifically, if you've installed version [**version 16.8**](/visualstudio/releases/2019/release-notes-history) or later, we've changed the UI to accommodate a new, more fully integrated [Git experience in Visual Studio](../ide/git-with-visual-studio.md) in Visual Studio.
226
+
What you see when you browse to and clone an Azure DevOps repository by using Visual Studio 2019 depends on which version you have. Specifically, if you've installed version [**version 16.8**](/visualstudio/releases/2019/release-notes-history) or later, we've changed the UI to accommodate a new, more fully integrated [Git experience in Visual Studio](../version-control/git-with-visual-studio.md) in Visual Studio.
227
227
228
228
But no matter which version you have installed, you can always browse to and clone an Azure DevOps repo with Visual Studio.
229
229
@@ -378,8 +378,8 @@ Feel free to dive into any of the following language-specific tutorials:
378
378
379
379
::: moniker range="<=vs-2019"
380
380
381
-
-[The Git experience in Visual Studio](../ide/git-with-visual-studio.md)
382
-
-[Compare Git and Team Explorer side-by-side](../ide/git-team-explorer-feature-comparison.md)
381
+
-[The Git experience in Visual Studio](../version-control/git-with-visual-studio.md)
382
+
-[Compare Git and Team Explorer side-by-side](../version-control/git-team-explorer-feature-comparison.md)
383
383
-[Microsoft Learn: Get started with Git and GitHub in Visual Studio](/learn/modules/visual-studio-github-push/)
384
384
-[Microsoft Learn: Get started with Azure DevOps](/learn/modules/get-started-with-devops/)
385
385
-[Azure DevOps Services: Get started with Azure Repos and Visual Studio](/azure/devops/repos/git/gitquickstart/)
Copy file name to clipboardExpand all lines: docs/ide/advanced-feature-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ For full details, see the [Git experience in Visual Studio](../version-control/g
164
164
165
165
::: moniker range="vs-2019"
166
166
167
-
How you open a project from a GitHub repo by using Visual Studio 2019 depends on which version you have. Specifically, if you've installed version [**version 16.8**](/visualstudio/releases/2019/release-notes/) or later, there's a new, more fully integrated [Git experience in Visual Studio](../ide/git-with-visual-studio.md) available to you. For more information, see the [Visual Studio version control documentation](../version-control/index.yml) page.
167
+
How you open a project from a GitHub repo by using Visual Studio 2019 depends on which version you have. Specifically, if you've installed version [**version 16.8**](/visualstudio/releases/2019/release-notes/) or later, there's a new, more fully integrated [Git experience in Visual Studio](../version-control/git-with-visual-studio.md) available to you. For more information, see the [Visual Studio version control documentation](../version-control/index.yml) page.
168
168
169
169
And, for a step-by-step tutorial on how to connect to a Git or Azure DevOps repository by using Visual Studio, see the [Open a project from a repo](../get-started/tutorial-open-project-from-repo.md?view=vs-2019&preserve-view=true) page.
Copy file name to clipboardExpand all lines: docs/ide/connect-team-project.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,13 @@ To connect to a project:
118
118

119
119
120
120
> [!TIP]
121
-
> If you want to open a project from a repo, see [Open a project from a repo](../get-started/tutorial-open-project-from-repo-visual-studio-2017.md). If you want to create a new project or add users to a project, see [Create a project (Azure DevOps)](/azure/devops/organizations/projects/create-project) and [Add users to a project or team (Azure DevOps)](/azure/devops/organizations/security/add-users-team-project).
121
+
> If you want to open a project from a repo, see [Open a project from a repo](/visualstudio/get-started/tutorial-open-project-from-repo?view=vs-2017&preserve-view=true). If you want to create a new project or add users to a project, see [Create a project (Azure DevOps)](/azure/devops/organizations/projects/create-project) and [Add users to a project or team (Azure DevOps)](/azure/devops/organizations/security/add-users-team-project).
122
122
123
123
::: moniker-end
124
124
125
125
## See also
126
126
127
-
-[Compare Git and Team Explorer side-by-side](git-team-explorer-feature-comparison.md)
127
+
-[Compare Git and Team Explorer side-by-side](../version-control/git-team-explorer-feature-comparison.md)
128
128
-[Visual Studio version control documentation](../version-control/index.yml)
129
129
-[Team Explorer reference](reference/team-explorer-reference.md)
130
130
-[Connect to a project (Azure DevOps)](/azure/devops/organizations/projects/connect-to-projects)
Copy file name to clipboardExpand all lines: docs/ide/csharp-developer-productivity.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Popular quick fixes and refactorings include:
134
134
135
135
For more information, see [code generation features](code-generation-in-visual-studio.md).
136
136
137
-
You can [install FxCop analyzers](../code-quality/install-fxcop-analyzers.md) to flag code issues. Or, write your own refactoring or code fix with [Roslyn analyzers](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-Writing-a-Custom-Analyzer-&-Code-Fix.md).
137
+
You can [install FxCop analyzers](../code-quality/install-net-analyzers.md) to flag code issues. Or, write your own refactoring or code fix with [Roslyn analyzers](https://github.com/dotnet/roslyn/blob/master/docs/wiki/Getting-Started-Writing-a-Custom-Analyzer-&-Code-Fix.md).
138
138
139
139
Several community members have written free extensions that add additional code inspections:
Copy file name to clipboardExpand all lines: docs/ide/quickstart-fsharp.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,6 @@ Visual Studio launches a browser window that displays JSON matching the "Hello W
142
142
Congratulations on completing this Quickstart! We hope you learned something about F#, ASP.NET Core, and the Visual Studio IDE. To see the app running on a public server, select the following button.
143
143
144
144
> [!div class="nextstepaction"]
145
-
> [Deploy the app to Azure App Service](../deployment/quickstart-deploy-to-azure.md)
145
+
> [Deploy the app to Azure App Service](../deployment/quickstart-deploy-aspnet-web-app.md)
146
146
147
147
To learn more about F#, check out the official [F# Guide](/dotnet/fsharp/index).
Copy file name to clipboardExpand all lines: docs/ide/reference/connected-experiences.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ Visual Studio consists of client software applications and connected experiences
20
20
21
21
## Choose whether these connected experiences are available to use ##
22
22
23
-
You can choose which connected experiences to use. Use of certain connected experiences require agreement to different and additional terms to the Visual Studio EULA. These experiences may be Microsoft-owned online services and/or services owned by third-parties. For example, when you use GitHub connected experiences, the [GitHub Privacy Statement](https://docs.github.com/github/site-policy/github-privacy-statement) and [GitHub Terms of Service](https://docs.github.com/github/site-policy/github-terms-of-service), [GitHub Corporate Terms of Service](https://docs.github.com/github/site-policy/github-corporate-terms-of-service), and/or [Additional Product Terms](https://docs.github.com/github/site-policy/github-additional-product-terms) will apply. If you [Report A Problem](/visualstudio/ide/how-to-report-a-problem-with-visual-studio), you agree to the [Microsoft Terms of Use](https://www.microsoft.com/legal/terms-of-use) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement). If you use the NuGet service, you agree to the [NuGet Terms of Use](https://www.nuget.org/policies/Terms) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement).
23
+
You can choose which connected experiences to use. Use of certain connected experiences require agreement to different and additional terms to the Visual Studio EULA. These experiences may be Microsoft-owned online services and/or services owned by third-parties. For example, when you use GitHub connected experiences, the [GitHub Privacy Statement](https://docs.github.com/github/site-policy/github-privacy-statement) and [GitHub Terms of Service](https://docs.github.com/github/site-policy/github-terms-of-service), [GitHub Corporate Terms of Service](https://docs.github.com/github/site-policy/github-corporate-terms-of-service), and/or [Additional Product Terms](https://docs.github.com/github/site-policy/github-additional-product-terms) will apply. If you [Report A Problem](../how-to-report-a-problem-with-visual-studio.md), you agree to the [Microsoft Terms of Use](https://www.microsoft.com/legal/terms-of-use) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement). If you use the NuGet service, you agree to the [NuGet Terms of Use](https://www.nuget.org/policies/Terms) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement).
24
24
25
-
When you install Visual Studio, [you may optionally select workloads and components to install](/visualstudio/install/install-visual-studio). Workloads and components may leverage third-party software, and they may enable connected experiences, depending on their functionality. For example, [downloading the Azure development workload allows you to publish your cloud apps to Azure](https://visualstudio.microsoft.com/vs/features/azure/). Based on your installation selections, you may also use the Tools and Options menu to connect to, to configure, and to use connected experiences. For example, you can connect to a server, add Azure Services authentication, or change IntelliCode or LiveShare settings.
25
+
When you install Visual Studio, [you may optionally select workloads and components to install](../../install/install-visual-studio.md). Workloads and components may leverage third-party software, and they may enable connected experiences, depending on their functionality. For example, [downloading the Azure development workload allows you to publish your cloud apps to Azure](https://visualstudio.microsoft.com/vs/features/azure/). Based on your installation selections, you may also use the Tools and Options menu to connect to, to configure, and to use connected experiences. For example, you can connect to a server, add Azure Services authentication, or change IntelliCode or LiveShare settings.
26
26
27
-
You can also use your organization’s [firewall settings](/visualstudio/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server) to enable or disable connection to services. Please note that disabling connection to an endpoint may negatively affect or disable performance of related Visual Studio features.
27
+
You can also use your organization’s [firewall settings](../../install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md) to enable or disable connection to services. Please note that disabling connection to an endpoint may negatively affect or disable performance of related Visual Studio features.
28
28
29
29
Finally, the Visual Studio Marketplace offers extensions that may enable first- or third-party connected experiences. Visual Studio Marketplace is subject to the [Visual Studio Marketplace Terms of Use](https://cdn.vsassets.io/v/M146_20190123.39/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf) and the [Microsoft Privacy Statement](https://privacy.microsoft.com/en-us/privacystatement). Each extension requires agreement to particular terms of use and privacy statement associated with that offering.
30
30
@@ -33,10 +33,10 @@ Finally, the Visual Studio Marketplace offers extensions that may enable first-
33
33
34
34
Required service data can include information related to the operation of the connected experience that is needed to keep the underlying service secure, up to date, and performing as expected. If you choose to use a connected experience that analyzes your content, for example IntelliCode, the code you selected for your model is also sent and processed to provide you the connected experience. Required service data can also include information needed by a connected experience to perform its task, such updating a NuGet package. You can manage required service data by choosing whether or not to use a particular service. If you do not use a service, then no required service data is collected.
35
35
36
-
Required service data is different from diagnostic data because diagnostic data relates to the software running on your device. Your choice whether to participate in the [Visual Studio Customer Experience Improvement Program (VSCEIP) controls privacy settings for diagnostic data](/visualstudio/ide/visual-studio-experience-improvement-program), but this setting does not affect whether required service data is sent.
36
+
Required service data is different from diagnostic data because diagnostic data relates to the software running on your device. Your choice whether to participate in the [Visual Studio Customer Experience Improvement Program (VSCEIP) controls privacy settings for diagnostic data](../visual-studio-experience-improvement-program.md), but this setting does not affect whether required service data is sent.
37
37
38
38
## Diagnostic data collection ##
39
39
40
40
Diagnostic data is used to keep Visual Studio secure and up-to-date, detect, diagnose and fix problems, and also make product improvements. Diagnostic data is collected and sent to Microsoft about Visual Studio client software running on the user's device.
41
41
42
-
When you opt out, you are opting out of optional diagnostic data collection. Some diagnostic data collection is required to make sure Visual Studio is secure, up to date, and performing as expected. Required diagnostic data collection will not be affected by your choice to opt out of [VSCEIP](/visualstudio/ide/visual-studio-experience-improvement-program).
42
+
When you opt out, you are opting out of optional diagnostic data collection. Some diagnostic data collection is required to make sure Visual Studio is secure, up to date, and performing as expected. Required diagnostic data collection will not be affected by your choice to opt out of [VSCEIP](../visual-studio-experience-improvement-program.md).
0 commit comments