Skip to content

Commit ff041ee

Browse files
committed
Revise message text section with autogen content
1 parent 8c05a9e commit ff041ee

File tree

685 files changed

+4235
-786
lines changed

Some content is hidden

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

685 files changed

+4235
-786
lines changed

docs/msbuild/errors/msb1007.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB1007 diagnostic code"
33
description: Learn about the possible causes of the MSB1007 build error, and get troubleshooting tips.
4-
ms.date: 05/15/2025
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB1007
@@ -29,7 +29,6 @@ This article describes the MSB1007 error code.
2929
<!-- :::editable-content name="messageText"::: -->
3030
`MSB1007: Specify a logger.`
3131
<!-- :::editable-content-end::: -->
32-
3332
<!-- MSB1007: Specify a logger. -->
3433

3534
<!-- :::editable-content name="postOutputDescription"::: -->

docs/msbuild/errors/msb3001.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3001 diagnostic code"
33
description: Learn about the possible causes of the MSB3001 build error, and get troubleshooting tips.
4-
ms.date: 12/06/2024
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3001
@@ -26,7 +26,10 @@ This article describes the MSB3001 error code.
2626

2727
## Message text
2828

29+
<!-- :::editable-content name="messageText"::: -->
2930
`MSB3001: Cannot extract culture information from file name 'value'.`
31+
<!-- :::editable-content-end::: -->
32+
<!-- MSB3001: Cannot extract culture information from file name "{0}". {1} -->
3033

3134
<!-- :::editable-content name="postOutputDescription"::: -->
3235
<!--

docs/msbuild/errors/msb3021.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MSB3021 diagnostic code
33
description: Learn about the possible causes of the MSB3021 build error and get troubleshooting tips.
4-
ms.date: 04/14/2025
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3021
@@ -25,7 +25,10 @@ This article describes the MSB3021 error code.
2525

2626
## Message text
2727

28-
`Unable to copy file 'source' to 'destination'.`
28+
<!-- :::editable-content name="messageText"::: -->
29+
`MSB3021: Unable to copy file 'value' to 'value'.`
30+
<!-- :::editable-content-end::: -->
31+
<!-- MSB3021: Unable to copy file "{0}" to "{1}". {2} -->
2932

3033
<!-- :::editable-content name="postOutputDescription"::: -->
3134
## Description

docs/msbuild/errors/msb3022.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3022 diagnostic code"
33
description: Learn about the possible causes of the MSB3022 build error, and get troubleshooting tips.
4-
ms.date: 12/06/2024
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3022
@@ -26,7 +26,10 @@ This article describes the MSB3022 error code.
2626

2727
## Message text
2828

29+
<!-- :::editable-content name="messageText"::: -->
2930
`MSB3022: Both 'value' and 'value' were specified as input parameters in the project file. Please choose one or the other.`
31+
<!-- :::editable-content-end::: -->
32+
<!-- MSB3022: Both "{0}" and "{1}" were specified as input parameters in the project file. Please choose one or the other. -->
3033

3134
<!-- :::editable-content name="postOutputDescription"::: -->
3235
<!--

docs/msbuild/errors/msb3023.md

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

2727
## Message text
2828

29-
`MSB3023: No destination specified for Copy. Please supply either 'DestinationFiles' or 'DestinationFolder'.`
29+
<!-- :::editable-content name="messageText"::: -->
30+
`MSB3023: No destination specified for Copy. Please supply either 'value' or 'value'.`
31+
<!-- :::editable-content-end::: -->
32+
<!-- MSB3023: No destination specified for Copy. Please supply either "{0}" or "{1}". -->
3033

3134
<!-- :::editable-content name="postOutputDescription"::: -->
3235
## Description
@@ -38,7 +41,6 @@ This occurs when an empty value is supplied in the project file (or one of its i
3841
Check all properties in the project file used in the operation where the error occurs, and correct any misspellings or unintended inconsistencies. Make sure all properties used for destination files and folders have a value.
3942

4043
If the issue arises from system build files, it could be caused by a problem with some metadata. You can use the `-v:diag` switch on the MSBuild command line, or change the verbosity setting in Visual Studio (open **Tools**, **Options** and search for "verbosity"), to get more detailed output that might help determine where the error comes from.
41-
4244
<!-- :::editable-content-end::: -->
4345
<!-- :::ErrorDefinitionDescription-end::: -->
4446

docs/msbuild/errors/msb3024.md

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

2727
## Message text
2828

29-
`MSB3024: Could not copy the file 'filename' to the destination file 'destination', because the destination is a folder instead of a file. To copy the source file into a folder, consider using the DestinationFolder parameter instead of DestinationFiles.`
29+
<!-- :::editable-content name="messageText"::: -->
30+
`MSB3024: Could not copy the file 'value' to the destination file 'value', because the destination is a folder instead of a file. To copy the source file into a folder, consider using the DestinationFolder parameter instead of DestinationFiles.`
31+
<!-- :::editable-content-end::: -->
32+
<!-- MSB3024: Could not copy the file "{0}" to the destination file "{1}", because the destination is a folder instead of a file. To copy the source file into a folder, consider using the DestinationFolder parameter instead of DestinationFiles. -->
3033

3134
<!-- :::editable-content name="postOutputDescription"::: -->
3235
## Description
@@ -39,7 +42,6 @@ You can get more information by running MSBuild with the `-v:diag` switch. The i
3942

4043

4144
If you control the target that calls the `Copy` task, and you intended to copy to a folder, you can accomplish that by using the `DestinationFolder` parameter instead.
42-
4345
<!-- :::editable-content-end::: -->
4446
<!-- :::ErrorDefinitionDescription-end::: -->
4547

docs/msbuild/errors/msb3025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3025 diagnostic code"
33
description: Learn about the possible causes of the MSB3025 build error, and get troubleshooting tips.
4-
ms.date: 12/06/2024
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3025
@@ -26,7 +26,10 @@ This article describes the MSB3025 error code.
2626

2727
## Message text
2828

29+
<!-- :::editable-content name="messageText"::: -->
2930
`MSB3025: The source file 'value' is actually a directory. The 'Copy' task does not support copying directories.`
31+
<!-- :::editable-content-end::: -->
32+
<!-- MSB3025: The source file "{0}" is actually a directory. The "Copy" task does not support copying directories. -->
3033

3134
<!-- :::editable-content name="postOutputDescription"::: -->
3235
<!--

docs/msbuild/errors/msb3026.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MSB3026 diagnostic code
33
description: Learn about the possible causes of the MSB3026 build error and get troubleshooting tips.
4-
ms.date: 04/14/2025
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3026
@@ -25,7 +25,10 @@ This article describes the MSB3026 error code.
2525

2626
## Message text
2727

28-
`Could not copy 'source' to 'destination'. Beginning retry 'count' in 'milliseconds'.`
28+
<!-- :::editable-content name="messageText"::: -->
29+
`MSB3026: Could not copy 'value' to 'value'. Beginning retry 'value' in 'value'ms. 'value'`
30+
<!-- :::editable-content-end::: -->
31+
<!-- MSB3026: Could not copy "{0}" to "{1}". Beginning retry {2} in {3}ms. {4} {5} -->
2932

3033
<!-- :::editable-content name="postOutputDescription"::: -->
3134
## Description

docs/msbuild/errors/msb3027.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MSB3027 diagnostic code
33
description: Learn about the possible causes of the MSB3027 build error and get troubleshooting tips.
4-
ms.date: 04/14/2025
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3027
@@ -25,7 +25,10 @@ This article describes the MSB3027 error code.
2525

2626
## Message text
2727

28-
`Could not copy 'source' to 'dest'. Exceeded retry count of 'number'. Failed`
28+
<!-- :::editable-content name="messageText"::: -->
29+
`MSB3027: Could not copy 'value' to 'value'. Exceeded retry count of 'value'. Failed.`
30+
<!-- :::editable-content-end::: -->
31+
<!-- MSB3027: Could not copy "{0}" to "{1}". Exceeded retry count of {2}. Failed. {3} -->
2932

3033
<!-- :::editable-content name="postOutputDescription"::: -->
3134
## Description

docs/msbuild/errors/msb3028.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "MSB3028 diagnostic code"
33
description: Learn about the possible causes of the MSB3028 build error, and get troubleshooting tips.
4-
ms.date: 05/14/2025
4+
ms.date: 05/16/2025
55
ms.topic: "error-reference"
66
f1_keywords:
77
- MSB3028
@@ -27,8 +27,12 @@ This article describes the MSB3028 error code.
2727

2828
## Message text
2929

30+
<!-- :::editable-content name="messageText"::: -->
3031
`MSB3028: 'value' is an invalid retry count. Value must not be negative.
3132
MSB3028: 'value' is an invalid retry count. Value must not be negative.`
33+
<!-- :::editable-content-end::: -->
34+
<!-- MSB3028: {0} is an invalid retry count. Value must not be negative.
35+
MSB3028: {0} is an invalid retry count. Value must not be negative. -->
3236

3337
<!-- :::editable-content name="postOutputDescription"::: -->
3438
<!--

0 commit comments

Comments
 (0)