Skip to content

Commit f225954

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 79abc52 + d3171bd commit f225954

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

docs/get-started/includes/ide-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The preceding image shows Visual Studio with an open project that shows key wind
2929
- The central [editor window](../../ide/writing-code-in-the-code-and-text-editor.md), where you'll probably spend most of your time, displays file contents. In the editor window, you can edit code or design a user interface such as a window with buttons and text boxes.
3030

3131

32-
- In [Git Changes](/visualstudio/version-control/) at lower right, you can track work items and share code with others by using version control technologies like [Git](https://git-scm.com/) and [GitHub](https://docs.github.com/).
32+
- In [Git Changes](/visualstudio/version-control/) at lower right, you can track work items and share code with others by using version control technologies like [Git](https://git-scm.com/) and [GitHub](https://github.com/).
3333

3434
## Editions
3535

docs/get-started/visual-basic/visual-studio-ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The preceding image shows Visual Studio with an open Visual Basic project that s
4242
::: moniker-end
4343

4444
::: moniker range=">=vs-2022"
45-
- In [Git Changes](/visualstudio/version-control/) at lower right, you can track work items and share code with others by using version control technologies like [Git](https://git-scm.com/) and [GitHub](https://docs.github.com/).
45+
- In [Git Changes](/visualstudio/version-control/) at lower right, you can track work items and share code with others by using version control technologies like [Git](https://git-scm.com/) and [GitHub](https://github.com/).
4646
::: moniker-end
4747

4848
## Editions

docs/ide/reference/connected-experiences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Visual Studio consists of client software applications and connected experiences
2121

2222
## Choose whether these connected experiences are available to use ##
2323

24-
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+
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/en/site-policy/privacy-policies/github-privacy-statement) and [GitHub Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-terms-of-service), [GitHub Corporate Terms of Service](https://docs.github.com/en/site-policy/github-terms/github-corporate-terms-of-service), and/or [Additional Product Terms](https://docs.github.com/en/site-policy/github-terms/github-terms-for-additional-products-and-features) 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).
2525

2626
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.
2727

docs/install/visual-studio-build-numbers-and-release-dates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A list of released versions and build numbers for Visual Studio, so
55
author: TerryGLee
66
ms.author: tglee
77
manager: jmartens
8-
ms.date: 10/18/2022
8+
ms.date: 10/25/2022
99
ms.custom: vs-acquisition
1010
ms.topic: reference
1111
ms.workload:
@@ -26,6 +26,7 @@ The following table lists the build numbers and release dates for Visual Studio
2626

2727
| **Version**| **Channel** | **Release date** | **Build version** |
2828
| ---------------------- | ----------- | ---------------- | ----------------- |
29+
| 17.4.0 | Preview 5 | October 25, 2022 | 17.4.33020.496 |
2930
| 17.4.0 | Preview 4 | October 18, 2022 | 17.4.33015.44 |
3031
| 17.4.0 | Preview 3 | October 11, 2022 | 17.4.33006.217 |
3132
| 17.3.6 | Release | October 11, 2022 | 17.3.32929.385 |

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an ASP.NET Core app with Vue"
33
description: In this tutorial, you create an app using ASP.NET Core and Vue
4-
ms.date: 08/17/2022
4+
ms.date: 10/27/2022
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -158,6 +158,22 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
158158

159159
1. Right-click the ASP.NET Core project and choose **Reload Project**.
160160

161+
1. In *Program.cs*, update the check for `Environment.IsDevelopment` so it looks like the following.
162+
163+
```csharp
164+
// Configure the HTTP request pipeline.
165+
if (app.Environment.IsDevelopment())
166+
{
167+
app.UseSwagger();
168+
app.UseSwaggerUI();
169+
}
170+
else
171+
{
172+
app.UseDefaultFiles();
173+
app.UseStaticFiles();
174+
}
175+
```
176+
161177
1. To publish, right click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, et al.
162178

163179
The publish process takes more time than it does for just an ASP.NET Core project, since the `npm run build` command gets invoked when publishing.

0 commit comments

Comments
 (0)