You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/errors/msb4252.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,6 @@
1
1
---
2
2
title: "MSB4252 diagnostic code"
3
3
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'"
11
4
ms.date: 05/14/2025
12
5
ms.topic: "error-reference"
13
6
f1_keywords:
@@ -33,14 +26,16 @@ This article describes the MSB4252 error code.
33
26
34
27
## Message text
35
28
36
-
`MSB4252: Project 'value' with global properties
29
+
```output
30
+
MSB4252: Project 'value' with global properties
37
31
('value')
38
32
is building project 'value' with global properties
39
33
('value')
40
34
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:
41
35
- the reference was called with a target which is not specified in the ProjectReferenceTargets item in project 'value'
42
36
- 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'
0 commit comments