Skip to content

Commit 718f2f3

Browse files
committed
Acrolinx
1 parent 58c255d commit 718f2f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/msbuild/errors/msb3088.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ This article describes the MSB3088 error code.
3737
-->
3838
## Description
3939

40-
MSBuild uses certain files called state files to cache information between one build session and another; for example, information about dependencies for referenced assemblies. This information is used to improve performance. In the case of the information stored about referenced assemblies, that is used when referenced assemblies haven't changed between builds to avoid having to repeat the same dependency analysis each time you build.
40+
MSBuild uses certain files called state files to cache information between one build session and another. This information is used to avoid repeating analysis done in a previous run, and therebty improve performance. For example, information about referenced assemblies is reused when referenced assemblies haven't changed between builds to avoid having to repeat the same dependency analysis each time you build.
4141

42-
This message is shown when a one of the state files could not be read, for any reason. It may be followed by a message from the operating system indicating more about what the error was.
42+
This message is shown when a one of the state files couldn't be read, for any reason. It may be followed by a message from the operating system that gives more information about what the error was.
4343

4444
## Resolution
4545

46-
This is not an error, so your project still builds even if this message is shown. However, it might mean that builds could be faster if the root of the problem is found and fixed.
46+
This isn't an error, so your project still builds even if this message is shown. 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 get ideas on how to address it.
4949
<!-- :::editable-content-end::: -->

0 commit comments

Comments
 (0)