Skip to content

Repo sync for protected branch #10071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 26, 2024
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

This repository is moving to a new customer feedback system. See [Announcing a new way to give feedback on Microsoft Learn](https://techcommunity.microsoft.com/t5/microsoft-learn-blog/announcing-a-new-way-to-give-feedback-on-microsoft-learn/ba-p/4027635).
This repository is moving to a new customer feedback system. See https://aka.ms/ContentUserFeedback.

As part of this transition, this channel will be closed in the near future for entering issues on the Visual Studio documentation. Please use the feedback mechanism at the top right of an article to report issues with that article.

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-console-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.date: 10/31/2023
ms.subservice: general-ide

ms.topic: tutorial
ms.devlang: CSharp
ms.devlang: csharp
author: anandmeg
ms.author: meghaanand
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.date: 11/17/2023
ms.subservice: general-ide

ms.topic: tutorial
ms.devlang: CSharp
ms.devlang: csharp
author: anandmeg
ms.author: meghaanand
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-uwp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.custom: vs-acquisition
ms.date: "05/31/2023"
ms.subservice: general-ide
ms.topic: tutorial
ms.devlang: CSharp
ms.devlang: csharp
author: anandmeg
ms.author: meghaanand
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/csharp/tutorial-wasdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.custom: vs-acquisition
ms.date: "04/27/2023"
ms.subservice: general-ide
ms.topic: tutorial
ms.devlang: CSharp
ms.devlang: csharp
author: anandmeg
ms.author: meghaanand
manager: jmartens
Expand Down
2 changes: 1 addition & 1 deletion docs/ide/refactoring-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helpviewer_keywords:
- refactoring [Visual Studio]
f1_keywords:
- vs.csharp.refactoring.preview
ms.devlang: CSharp
ms.devlang: csharp
author: Mikejo5000
ms.author: mikejo
manager: jmartens
Expand Down
8 changes: 5 additions & 3 deletions docs/javascript/tutorial-asp-net-core-with-angular.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Create an ASP.NET Core app with Angular"
description: Create an ASP.NET Core project to serve as an API backend and an Angular project to provide the user interface in Visual Studio.
ms.date: 11/14/2023
ms.date: 02/23/2024
ms.topic: tutorial
ms.devlang: javascript
author: mikejo5000
Expand Down Expand Up @@ -42,7 +42,7 @@ Make sure to install the following:

:::image type="content" source="media/vs-2022/create-new-project.png" alt-text="Screenshot showing Create a new project":::

1. Search for Angular in the search bar at the top and then select **Angular and ASP.NET Core (Preview)**.
1. Search for Angular in the search bar at the top and then select **Angular and ASP.NET Core**.

:::image type="content" source="media/vs-2022/angular-choose-template.png" alt-text="Screenshot showing choosing a template.":::

Expand All @@ -61,6 +61,8 @@ Make sure to install the following:
- app.components.ts
- app.module.ts

For more information on some of these project files, see [Next steps](#next-steps).

## Set the project properties

1. In Solution Explorer, right-click the **AngularWithASP.Server** project and choose **Properties**.
Expand Down Expand Up @@ -163,6 +165,6 @@ If the weather data doesn't load correctly, you may also need to verify that you

## Next steps

For more information about SPA applications in ASP.NET Core, see the Angular section under [Developing Single Page Apps](/aspnet/core/client-side/spa/intro#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js* and *proxy.conf.js*, although details of the implementation are different due to project template differences. For example, instead of a ClientApp folder, the Angular files are contained in a separate project.
For more information about SPA applications in ASP.NET Core, see the Angular section under [Overview of Single-Page Apps (SPAs)](/aspnet/core/client-side/spa/intro?view=aspnetcore-7.0&preserve-view=true). The linked article provides additional context for project files such as *aspnetcore-https.js* and *proxy.conf.js*, although details of the implementation are different due to project template differences. For example, instead of a ClientApp folder, the Angular files are contained in a separate project.

For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).
2 changes: 1 addition & 1 deletion docs/javascript/tutorial-asp-net-core-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can use the method described in this article to create ASP.NET Core Single P

:::image type="content" source="media/vs-2022/create-new-project.png" alt-text="Screenshot showing Create a new project.":::

1. Search for React in the search bar at the top and then select **React and ASP.NET Core (Preview)**. This template is a JavaScript template.
1. Search for React in the search bar at the top and then select **React and ASP.NET Core**. This template is a JavaScript template.

:::image type="content" source="media/vs-2022/react-choose-template.png" alt-text="Screenshot showing choosing a template.":::

Expand Down
2 changes: 1 addition & 1 deletion docs/javascript/tutorial-asp-net-core-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Make sure to install the following:

:::image type="content" source="media/vs-2022/create-new-project.png" alt-text="Screenshot showing Create a new project":::

1. Search for Vue in the search bar at the top and then select **Vue and ASP.NET Core (Preview)** with either JavaScript or TypeScript as the selected language.
1. Search for Vue in the search bar at the top and then select **Vue and ASP.NET Core** with either JavaScript or TypeScript as the selected language.

:::image type="content" source="media/vs-2022/vue-choose-template.png" alt-text="Screenshot showing choosing a template.":::

Expand Down
2 changes: 1 addition & 1 deletion mac/block-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 11/06/2018
ms.topic: reference
ms.topic: how-to
---
# Block selection in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 03/03/2022
ms.topic: reference
ms.topic: how-to
---
# Comments in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/editor-behavior.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 03/03/2022
ms.topic: reference
ms.topic: ui-reference
---
# Editor Behavior in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/editor-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 06/23/2023
ms.topic: reference
ms.topic: ui-reference
---
# Editor themes in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/editorconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.author: dominicn
manager: dominicn
ms.date: 05/06/2018
ms.subservice: install
ms.topic: reference
ms.topic: how-to
---
# Creating and editing a custom EditorConfig file in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/install-behind-a-firewall-or-proxy-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: "This document provides a list of hosts that must be allowed in you
author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.topic: reference
ms.topic: how-to
ms.date: 01/10/2022
---
# Install and use Visual Studio for Mac behind a firewall or proxy server
Expand Down
2 changes: 1 addition & 1 deletion mac/intellisense.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 08/16/2019
ms.topic: reference
ms.topic: conceptual
---
# IntelliSense in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/multi-caret-editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 08/19/2019
ms.topic: reference
ms.topic: how-to
---
# Multi-caret editing in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/refactoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 07/03/2020
ms.topic: reference
ms.topic: how-to
---
# Refactoring in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/show-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 03/29/2019
ms.topic: reference
ms.topic: how-to
---
# Show import items in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 11/09/2020
ms.topic: reference
ms.topic: how-to
---
# Code snippets in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/source-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 05/06/2018
ms.topic: reference
ms.topic: ui-reference
---
# Source editor in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/task-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 11/09/2020
ms.topic: reference
ms.topic: how-to
---
# Task Comments in Visual Studio for Mac

Expand Down
2 changes: 1 addition & 1 deletion mac/vsmac-for-windows-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: heiligerdankgesang
ms.author: dominicn
manager: dominicn
ms.date: 04/28/2022
ms.topic: reference
ms.topic: overview
---
# Visual Studio for Mac for Windows users

Expand Down