Skip to content

Commit fb5796a

Browse files
committed
incorp feedback
1 parent f8fedcd commit fb5796a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/msbuild/errors/msb3101.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The message resembles the following, but this text is followed by additional inf
2828
MSB3101: Could not write state file 'filename'
2929
```
3030

31-
Look to the additional information provided by the operating system to determine the cause of the problem. Typical issues include the path was too long, permission was denied to the folder, a file was locked by another process, or the disk was full.
31+
Look to the additional information provided by the operating system to determine the cause of the problem. Typical issues include: the path was too long, permission was denied to the folder, a file was locked by another process, or the disk was full.

docs/msbuild/errors/msb3243.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.workload:
2020
---
2121
# MSB3243
2222

23-
This diagnostic code is emitted when MSBuild finds two conflicting assemblies for a given reference, with no way to resolve the conflict. In such cases, MSBuild chooses one of the assembles arbitrarily and continues processing the build.
23+
This diagnostic code is emitted when MSBuild finds two conflicting assemblies for a given reference, with no way to resolve the conflict. In such cases, MSBuild chooses one of the assemblies arbitrarily and continues processing the build.
2424

2525
The message text resembles the following text:
2626

docs/msbuild/errors/msb3245.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The full message resembles the following text:
2828
MSB3245: Could not resolve this reference. 'assembly' If this reference is required by your code, you may get compilation errors.
2929
```
3030

31-
This error might occur if the item is a directory, not a file, or it could occur if the assembly resolver for that reference returns an error. It could be any error that prevents resolution of the reference, such as a missing assembly, mispelled name, version mismatch, mismatched processor architecture, or failed `ProjectReference`.
31+
This error might occur if the item is a directory, not a file, or it could occur if the assembly resolver for that reference returns an error. It could be any error that prevents resolution of the reference, such as a missing assembly, misspelled name, version mismatch, mismatched processor architecture, or failed `ProjectReference`.

0 commit comments

Comments
 (0)