Skip to content

Commit 7cf7f2d

Browse files
Apply suggestions from code review
Co-authored-by: Rainer Sigwald <[email protected]>
1 parent 6185b24 commit 7cf7f2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/msbuild/errors/msb3088.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This message is shown when a one of the state files couldn't be read, for any re
4343

4444
## Resolution
4545

46-
This condition doesn't blocks the build, since MSBuild simply repeats the analysis that was cached, so your project still builds even if this message appears. However, it might mean builds could be faster if the root of the problem is found and fixed.
46+
This condition doesn't block the build, since MSBuild simply repeats the analysis that was cached, so your project still builds even if this message appears. However, it might mean builds could be faster if the root of the problem is found and fixed.
4747

4848
Look to the error message from the operating system to understand what the root cause of the problem is and how to fix it.
4949
<!-- :::editable-content-end::: -->

docs/msbuild/errors/msb3107.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ This error occurs when there's a problem with a `ProjectReference` in a project
4141

4242
```xml
4343
<ItemGroup>
44-
<ProjectReference Include="..\Calculator.Library\Calculator.Library.csproj"/>
44+
<ProjectReference Include="..\Calculator.Library\Calculator.Library.csproj" />
4545
</ItemGroup>
4646
```
4747

48-
The `ProjectReference` contains subelements that define metadata that specify details about the reference. Refer to the documentation for the supported metadata elements in [Common MSBuild project items - ProjectReference](../common-msbuild-project-items.md#projectreference).
48+
The `ProjectReference` may contain subelements that define metadata that specify details about the reference. Refer to the documentation for the supported metadata elements in [Common MSBuild project items - ProjectReference](../common-msbuild-project-items.md#projectreference).
4949

5050
## Resolution
5151

docs/msbuild/errors/msb5023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article describes the MSB5023 error code.
2727
## Message text
2828

2929
<!-- :::editable-content name="messageText"::: -->
30-
`MSB5023: Error parsing the nested project section in solution file. A project with the GUID 'guid' is listed as being nested under project 'project-name', but does not exist in the solution.`
30+
`MSB5023: Error parsing the nested project section in solution file. A project with the GUID 'guid' is listed as being nested under project 'guid', but does not exist in the solution.`
3131
<!-- :::editable-content-end::: -->
3232
<!-- MSB5023: Error parsing the nested project section in solution file. A project with the GUID "{0}" is listed as being nested under project "{1}", but does not exist in the solution. -->
3333

0 commit comments

Comments
 (0)