Skip to content

Commit b9f490a

Browse files
Acrolinx
1 parent 4fc5760 commit b9f490a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/msbuild/errors/msb1025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This error occurs when MSBuild itself generates a fatal error while building you
4545

4646
If the exception text indicates a system issue, such as an out-of-memory error, address that if you can, and then try rerunning MSBuild. For an out-of-memory issue, close open applications. On Windows, use the Task Manager to identify processes that are using up memory, and shut them down. Check for any bad processes that might be using up memory erroneously.
4747

48-
If the exception text isn't obviously a system issue, you can report the issue either as a Visual Studio bug, or as an MSBuild issue. See [Report a problem](../../ide/how-to-report-a-problem-with-visual-studio.md) or the [MSBuild GitHub repository](https://github.com/dotnet/msbuild).
48+
If the exception text isn't obviously a system issue, you can report the issue either as a Visual Studio bug, or as a MSBuild issue. See [Report a problem](../../ide/how-to-report-a-problem-with-visual-studio.md) or the [MSBuild GitHub repository](https://github.com/dotnet/msbuild).
4949

5050
<!-- :::editable-content-end::: -->
5151
<!-- :::ErrorDefinitionDescription-end::: -->

docs/msbuild/errors/msb3096.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the MSB3096 error code.
3737
-->
3838
## Description
3939

40-
Certain tasks are only supported on Windows, because they use resources or tools that are only available on the Windows operating system. If you're building a project that depends on these tasks on another operating system, such as Linux or MacOS, then you get this error. The tasks that produce this error are only relevant on Windows, because they relate to Windows-specific features such as application manifests.
40+
Certain tasks are only supported on Windows, because they use resources or tools that are only available on the Windows operating system. If you're building a project that depends on these tasks on another operating system, such as Linux or macOS, then you get this error. The tasks that produce this error are only relevant on Windows, because they relate to Windows-specific features such as application manifests.
4141

4242
The following tasks are only supported on Windows:
4343

docs/msbuild/errors/msb3268.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the MSB3268 error code.
3737
-->
3838
## Description
3939

40-
This warning occurs when your project references an assembly that itself has a dependency on a framework assembly that requires a different version of the framework. This is an warning because there's a risk to using the assembly in that case due to the version incompatibility.
40+
This warning occurs when your project references an assembly that itself has a dependency on a framework assembly that requires a different version of the framework. This is a warning because there's a risk to using the assembly in that case due to the version incompatibility.
4141

4242
## Resolution
4343

docs/msbuild/errors/msb4017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This error occurs when a logger fails while logging an event, most likely becaus
5454

5555
If this is occurring when using your own custom logger, you have to debug the logger itself to diagnose and fix the error, and then rebuild the logger and try building again.
5656

57-
If this occurs with a built-in logger, then it's either an engineering defect in MSBuild, or a system issue such as an out-of-memory error. If you suspect an MSBuild bug, see [Report a problem](../../ide/how-to-report-a-problem-with-visual-studio.md), or enter an issue at [https://github.com/dotnet/msbuild].
57+
If this occurs with a built-in logger, then it's either an engineering defect in MSBuild, or a system issue such as an out-of-memory error. If you suspect a MSBuild bug, see [Report a problem](../../ide/how-to-report-a-problem-with-visual-studio.md), or enter an issue at [https://github.com/dotnet/msbuild].
5858

5959
## Applies to
6060

docs/msbuild/errors/msb4027.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article describes the MSB4027 error code.
3737
-->
3838
## Description
3939

40-
This error occurs when there's a problem with the specified output item returned from an MSBuild task. MSBuild tasks may be system tasks, or custom tasks. System tasks shouldn't produce this error, but a custom task could produce this error if there's a logic problem in the task implementation, such as a type conversion that fails.
40+
This error occurs when there's a problem with the specified output item returned from a MSBuild task. MSBuild tasks may be system tasks, or custom tasks. System tasks shouldn't produce this error, but a custom task could produce this error if there's a logic problem in the task implementation, such as a type conversion that fails.
4141

4242
## Remarks
4343

0 commit comments

Comments
 (0)