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/msb1025.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This article describes the MSB1025 error code.
39
39
-->
40
40
## Description
41
41
42
-
This error occurs when MSBuild itself generates a fatal error while building your project. This could occur if MSBuild encounters an error that it was not expecting, such as when your system is out of memory, or it could indicate an engineering defect in MSBuild. The exception is usually printed after the MSBuild message text.
42
+
This error occurs when MSBuild itself generates a fatal error while building your project. This situation could occur if MSBuild encounters an error that it wasn't expecting, such as when your system is out of memory, or it could indicate an engineering defect in MSBuild. The exception is reported after the MSBuild message text.
0 commit comments