Skip to content

Commit d268466

Browse files
committed
Merged main into live
2 parents 1f7c187 + 13c61fb commit d268466

File tree

771 files changed

+2082
-2854
lines changed

Some content is hidden

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

771 files changed

+2082
-2854
lines changed

docs/javascript/tutorial-aspnet-with-typescript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Add TypeScript to an ASP.NET Core app"
33
description: Create a simple web application by using ASP.NET Core and TypeScript, add TypeScript code, run the app, and debug with breakpoints.
4-
ms.date: 10/23/2024
4+
ms.date: 5/14/2025
55
ms.topic: tutorial
66
ms.devlang: javascript
77
author: mikejo5000
@@ -174,7 +174,7 @@ Visual Studio opens your new project.
174174

175175
1. Open the *Views/Shared* folder, and then open *_Layout.cshtml*.
176176

177-
1. Add the following script reference before the call to `@RenderSectionAsync("Scripts", required: false)`:
177+
1. Add the following script reference before the call to `@await RenderSectionAsync("Scripts", required: false)`:
178178

179179
```js
180180
<script src="~/js/app.js"></script>

docs/msbuild/errors/msb1001.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB1001 diagnostic code"
3-
description: Learn about the possible causes of the MSB1001 build error and get troubleshooting tips.
4-
ms.date: 04/3/2025
3+
description: Learn about the possible causes of the MSB1001 build error, and get troubleshooting tips.
4+
ms.date: 05/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB1001
@@ -26,9 +26,7 @@ This article describes the MSB1001 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1001: Unknown switch.
31-
```
29+
`MSB1001: Unknown switch.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
## Description
@@ -42,7 +40,6 @@ Check the syntax and spelling of the all the parts of the MSBuild or `dotnet` co
4240
Pay particular attention to spaces in paths and filenames (these usually need quotes around the entire switch), unmatched quotes, and other special characters, such as backslashes, as these can affect the interpretation of the entire command line.
4341

4442
In build scripts, check that any environment variables or expansions used to construct the MSBuild command line have a defined value, are correct, and don't contain extraneous escape characters.
45-
4643
<!-- :::editable-content-end::: -->
4744
<!-- :::ErrorDefinitionDescription-end::: -->
4845

docs/msbuild/errors/msb1002.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1002 diagnostic code"
3-
description: "This switch does not take any parameters."
3+
description: Learn about the possible causes of the MSB1002 build error, and get troubleshooting tips.
44
ms.date: 01/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1002 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1002: This switch does not take any parameters.
31-
```
29+
`MSB1002: This switch does not take any parameters.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

docs/msbuild/errors/msb1003.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB1003 diagnostic code"
3-
description: Learn about the possible causes of the MSB1003 build error and get troubleshooting tips.
4-
ms.date: 4/3/2025
3+
description: Learn about the possible causes of the MSB1003 build error, and get troubleshooting tips.
4+
ms.date: 05/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB1003

docs/msbuild/errors/msb1004.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1004 diagnostic code"
3-
description: "Specify the name of the target."
3+
description: Learn about the possible causes of the MSB1004 build error, and get troubleshooting tips.
44
ms.date: 01/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1004 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1004: Specify the name of the target.
31-
```
29+
`MSB1004: Specify the name of the target.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

docs/msbuild/errors/msb1005.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1005 diagnostic code"
3-
description: "Specify a property and its value."
3+
description: Learn about the possible causes of the MSB1005 build error, and get troubleshooting tips.
44
ms.date: 01/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1005 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1005: Specify a property and its value.
31-
```
29+
`MSB1005: Specify a property and its value.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

docs/msbuild/errors/msb1006.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1006 diagnostic code"
3-
description: "Property is not valid."
3+
description: Learn about the possible causes of the MSB1006 build error, and get troubleshooting tips.
44
ms.date: 01/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1006 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1006: Property is not valid.
31-
```
29+
`MSB1006: Property is not valid.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

docs/msbuild/errors/msb1007.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1007 diagnostic code"
3-
description: "Specify a logger."
3+
description: Learn about the possible causes of the MSB1007 build error, and get troubleshooting tips.
44
ms.date: 01/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1007 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1007: Specify a logger.
31-
```
29+
`MSB1007: Specify a logger.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

docs/msbuild/errors/msb1008.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB1008 diagnostic code"
3-
description: Learn about the possible causes of the MSB1008 build error and get troubleshooting tips.
4-
ms.date: 03/25/2025
3+
description: Learn about the possible causes of the MSB1008 build error, and get troubleshooting tips.
4+
ms.date: 05/14/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB1008
@@ -52,7 +52,6 @@ Refer to the following documentation for certain command shells to see how they
5252
- [Bash](https://www.gnu.org/software/bash/manual/html_node/Quoting.html)
5353

5454
The basic syntax for the MSBuild command line is `MSBuild.exe [switches] [project file]`. Check each part of the command line, and all the switches against the expected syntax as documented at [MSBuild command line reference](../msbuild-command-line-reference.md).
55-
5655
<!-- :::editable-content-end::: -->
5756
<!-- :::ErrorDefinitionDescription-end::: -->
5857

docs/msbuild/errors/msb1009.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "MSB1009 diagnostic code"
3-
description: Learn about the possible causes of the MSB1009 build error and get troubleshooting tips.
3+
description: Learn about the possible causes of the MSB1009 build error, and get troubleshooting tips.
44
ms.date: 03/25/2025
55
ms.topic: "error-reference"
66
f1_keywords:
@@ -26,9 +26,7 @@ This article describes the MSB1009 error code.
2626

2727
## Message text
2828

29-
```output
30-
MSB1009: Project file does not exist.
31-
```
29+
`MSB1009: Project file does not exist.`
3230

3331
<!-- :::editable-content name="postOutputDescription"::: -->
3432
<!--

0 commit comments

Comments
 (0)