Skip to content

Commit 06834de

Browse files
committed
Remove extra lines
1 parent 52c05ef commit 06834de

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

docs/msbuild/errors/msb3825.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: "MSB3825 diagnostic code"
33
description: Learn about the possible causes of the MSB3825 build error, and get troubleshooting tips.
4-
More information: https://aka.ms/binaryformatter-migration-guide"
54
ms.date: 05/14/2025
65
ms.topic: "error-reference"
76
f1_keywords:

docs/msbuild/errors/msb4252.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
---
22
title: "MSB4252 diagnostic code"
33
description: Learn about the possible causes of the MSB4252 build error, and get troubleshooting tips.
4-
('value')
5-
is building project 'value' with global properties
6-
('value')
7-
with the ('value') target(s) but the build result for the built project is not in the engine cache. In isolated builds this could mean one of the following:
8-
- the reference was called with a target which is not specified in the ProjectReferenceTargets item in project 'value'
9-
- the reference was called with global properties that do not match the static graph inferred nodes
10-
- the reference was not explicitly specified as a ProjectReference item in project 'value'"
114
ms.date: 05/14/2025
125
ms.topic: "error-reference"
136
f1_keywords:
@@ -33,14 +26,16 @@ This article describes the MSB4252 error code.
3326

3427
## Message text
3528

36-
`MSB4252: Project 'value' with global properties
29+
```output
30+
MSB4252: Project 'value' with global properties
3731
('value')
3832
is building project 'value' with global properties
3933
('value')
4034
with the ('value') target(s) but the build result for the built project is not in the engine cache. In isolated builds this could mean one of the following:
4135
- the reference was called with a target which is not specified in the ProjectReferenceTargets item in project 'value'
4236
- the reference was called with global properties that do not match the static graph inferred nodes
43-
- the reference was not explicitly specified as a ProjectReference item in project 'value'`
37+
- the reference was not explicitly specified as a ProjectReference item in project 'value'
38+
```
4439

4540
<!-- :::editable-content name="postOutputDescription"::: -->
4641
<!--

docs/msbuild/errors/msb4262.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "MSB4262 diagnostic code"
33
description: Learn about the possible causes of the MSB4262 build error, and get troubleshooting tips.
4-
Warnings: 'value'
5-
Errors:"
64
ms.date: 05/14/2025
75
ms.topic: "error-reference"
86
f1_keywords:

0 commit comments

Comments
 (0)