Skip to content

Commit 4f084ed

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 9121612 + cc6cb14 commit 4f084ed

12 files changed

+160
-13
lines changed

docs/azure/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ What are you deploying?
5656

5757
If you need help configuring CI/CD for a GitHub repo for the first time, Visual Studio can help you get started with GitHub Action starter workflows. Learn more at [Deploy your application to Azure using GitHub Actions workflows created by Visual Studio](azure-deployment-using-github-actions.md). Read more about setting up CI/CD for deployment to Azure at [Continuous deployment to Azure App Service](/azure/app-service/deploy-continuous-deployment?tabs=github).
5858

59+
## .NET Aspire
60+
61+
[.NET Aspire](/dotnet/aspire) provides infrastructure for orchestrating services and components of observable, cloud-based apps. *Observable apps* are those that are set up to be thoroughly monitored in real-time while executing. .NET Aspire is particularly relevant during development time as a means of organizing and coordinating multiple services, databases, and other dependencies.
62+
63+
Visual Studio 17.9 and later, with the **ASP.NET and web development** and **Azure development** workloads installed, includes the [.NET Aspire SDK](/dotnet/aspire/fundamentals/dotnet-aspire-sdk) and provides [project templates](/dotnet/aspire/fundamentals/aspire-sdk-templates?pivots=visual-studio) for .NET Aspire.
64+
65+
ASP.NET Core projects include an option to enlist in Aspire orchestration at project creation time, and a context menu item, **Add** > **NET Aspire Orchestrator Support** in Solution Explorer that you can use to enlist a project in Aspire orchestration. These actions add Aspire orchestration projects (AppHost and ServiceDefaults) to the solution (unless already present). In Visual Studio 17.13 and later, this functionality is also supported for Azure Functions projects. For more detailed information, see [.NET Aspire tooling](/dotnet/aspire/fundamentals/setup-tooling?tabs=windows&pivots=visual-studio).
66+
5967
## Debug in Azure using Visual Studio
6068

6169
You can use Visual Studio debug your application while it's running in Azure, so that you can identify and reproduce problems in an environment that is as close as possible to a production environment. For web apps hosted in Azure App Service, see [Remote debug ASP.NET Core on Azure App Service](../debugger/remote-debugging-azure-app-service.md). For Azure Functions, see [Develop Azure Functions with Visual Studio - Remote debugging](/azure/azure-functions/functions-develop-vs#remote-debugging?tabs=isolated-process).

docs/data-tools/create-a-sql-database-by-using-a-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create database, add tables in .NET Framework apps
33
description: Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.
4-
ms.date: 02/01/2024
4+
ms.date: 02/03/2025
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- database tables, creating

docs/designers/disable-dpi-awareness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Fix DPI display issues in Windows Form Designer
33
description: Fix DPI display problems in Windows Forms Designer in Visual Studio to correct scaling and rendering on HDPI (high dots per inch) monitors.
4-
ms.date: 02/08/2024
4+
ms.date: 02/03/2025
55
author: ghogen
66
ms.author: ghogen
77
manager: mijacobs

docs/get-started/csharp/index.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
description: Explore how to create different C# applications by using Visual Studio, including console, web, Windows Forms, and Windows Desktop apps, and find coding resources.
99
ms.custom: vs-acquisition
1010
ms.topic: landing-page
11-
ms.date: 2/13/2024
11+
ms.date: 2/3/2025
1212
author: ghogen
1313
ms.author: ghogen
1414
manager: mijacobs
@@ -51,6 +51,8 @@ landingContent:
5151
url: tutorial-wpf.md
5252
- text: Create a Windows Forms app
5353
url: ../../ide/create-csharp-winform-visual-studio.md
54+
- text: Create a mobile app with .NET MAUI
55+
url: /dotnet/maui/get-started/first-app?tabs=vswin
5456
- text: Learn about the C# language
5557
url: /dotnet/csharp/tutorials/intro-to-csharp/
5658
- text: Windows Forms Match Game

docs/ide/class-designer/designing-and-viewing-classes-and-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Design, visualize, & refactor with Class Designer
33
description: Design, visualize, and refactor classes, other types, and their relationships in your code with Class Designer in Visual Studio.
4-
ms.date: 01/07/2025
4+
ms.date: 02/03/2025
55
ms.topic: conceptual
66
f1_keywords:
77
- vs.classdesigner.diagram
@@ -285,7 +285,7 @@ You can resize a comment shape but you can't change other aspects of its appeara
285285

286286
## Use the mouse and keyboard shortcuts in the Class Diagram and Class Details window
287287

288-
You can use the keyboard in addition to the mouse to perform navigational actions in **Class Designer** and in the **Class Details** window.
288+
You can use the keyboard in addition to the mouse (or other pointing device) to perform navigational actions in **Class Designer** and in the **Class Details** window.
289289

290290
### Use the mouse in Class Designer
291291

docs/ide/compiling-and-building-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Use different build methods to build apps
33
description: Use the Visual Studio IDE build method, the MSBuild command-line tools build method, or Azure Pipelines build method to build an application.
4-
ms.date: 1/7/2025
4+
ms.date: 2/3/2025
55
ms.subservice: compile-build
66
ms.topic: conceptual
77
helpviewer_keywords:

docs/ide/creating-project-and-item-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Templates for projects and files
33
description: Explore how project and item templates in Visual Studio provide reusable stubs that give users some basic code and structure.
4-
ms.date: 1/07/2025
4+
ms.date: 2/3/2025
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- templates [Visual Studio], project

docs/ide/how-to-specify-build-events-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Specify build events (C#)'
33
description: Use build events in Visual Studio to specify commands that run before the build starts or after the build finishes for C# programs.
4-
ms.date: 02/01/2024
4+
ms.date: 02/03/2025
55
ms.subservice: compile-build
66
ms.topic: how-to
77
helpviewer_keywords:
@@ -121,7 +121,7 @@ For guidance on the commands you can use in batch files, see [Windows commands](
121121

122122
Commonly available "macros" (actually MSBuild properties) are listed at [MSBuild common properties](../msbuild/common-msbuild-project-properties.md). For .NET SDK projects (.NET Core or .NET 5 and later), additional properties are listed at [MSBuild properties for Microsoft.NET.Sdk](/dotnet/core/project-sdk/msbuild-props).
123123

124-
In your scripts for build events, you might want to reference the values of some project-level variables such as the name of the project or the location of the output folder. In prior versions of Visual Studio, these were called *macros*. The equivalent to macros in recent versions of Visual Studio are MSBuild properties. MSBuild is the build engine that Visual Studio uses to process your project file when it performs a build. A build event in the IDE results in an MSBuild [target](../msbuild/msbuild-targets.md) in the project file. You can use any MSBuild property that is available in the target in your project file (for example, `$(OutDir)` or `$(Configuration)`) . The MSBuild properties that are available to you in these events depend on the files implicitly or explicitly imported in a project file, such `.props` and `.targets` files, and properties set in your project file, such as in `PropertyGroup` elements. Be careful to use the exact spelling of each property. No error is reported if you misspell a property; instead, an undefined property evaluates to an empty string.
124+
In your scripts for build events, you might want to reference the values of some project-level variables such as the name of the project or the location of the output folder. In prior versions of Visual Studio, these were called *macros*. The equivalent to macros in recent versions of Visual Studio are MSBuild properties. MSBuild is the build engine that Visual Studio uses to process your project file when it performs a build. A build event in the IDE results in an MSBuild [target](../msbuild/msbuild-targets.md) in the project file. You can use any MSBuild property that is available in the target in your project file (for example, `$(OutDir)` or `$(Configuration)`). The MSBuild properties that are available to you in these events depend on the files implicitly or explicitly imported in a project file, such `.props` and `.targets` files, and properties set in your project file, such as in `PropertyGroup` elements. Be careful to use the exact spelling of each property. No error is reported if you misspell a property; instead, an undefined property evaluates to an empty string.
125125

126126
For example, suppose you specify a pre-build event as follows:
127127

docs/msbuild/customize-by-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize your build by folder or solution
33
description: Explore the special imports Directory.Build.props and Directory.Build.targets that you can use to customize the build system in Visual Studio.
4-
ms.date: 02/01/2024
4+
ms.date: 02/03/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- MSBuild, transforms
@@ -131,7 +131,7 @@ The Boolean properties `$(ImportDirectoryBuildProps)` and `$(ImportDirectoryBuil
131131

132132
## Example
133133

134-
This example shows the use the preprocessed output to determine where to set a property.
134+
This example shows the use of the preprocessed output to determine where to set a property.
135135

136136
To help you analyze the usage of a particular property you want to set, you can run MSBuild with the `/preprocess` or `/pp` argument. The output text is the result of all the imports, including the system imports like *Microsoft.Common.props* that are implicitly imported, and any of your own imports. With this output, you can see where your property needs to be set relative to where its value is used.
137137

docs/msbuild/customize-your-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize your build with extensibility hooks
33
description: Customize your build with several extensibility hooks that you can use to modify MSBuild projects that use the standard build process.
4-
ms.date: 02/13/2024
4+
ms.date: 02/03/2025
55
ms.topic: how-to
66
helpviewer_keywords:
77
- MSBuild, transforms

0 commit comments

Comments
 (0)