-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Copy link
Labels
Feature-Up-to-dateBuild up-to-date check that avoids shelling out to MSBuild unless necessary.Build up-to-date check that avoids shelling out to MSBuild unless necessary.RegressionRegressions from a previous (typically public) build or release.Regressions from a previous (typically public) build or release.Resolution-FixedThe bug has been fixed, refer to the milestone to see in which release it was fixed.The bug has been fixed, refer to the milestone to see in which release it was fixed.
Milestone
Description
Visual Studio Version
17.6.3
Summary
Build system ignores changes in files when they referenced from multiple projects. Setting DisableFastUpToDateCheck to true mitigates the issue.
Steps to Reproduce
- Download attached sample project.
- Run both projects. Observe output value.
- Change text file in the first project. Run both projects.
Expected Behavior
The output should change too
Actual Behavior
The output prints original text file content
User Impact
Users have to clean or rebuild the project every time a content file changed.
https://cdn.discordapp.com/attachments/732310858776182866/1122298127647506432/bug.mp4
MSBuildBufRepro.zip
Metadata
Metadata
Assignees
Labels
Feature-Up-to-dateBuild up-to-date check that avoids shelling out to MSBuild unless necessary.Build up-to-date check that avoids shelling out to MSBuild unless necessary.RegressionRegressions from a previous (typically public) build or release.Regressions from a previous (typically public) build or release.Resolution-FixedThe bug has been fixed, refer to the milestone to see in which release it was fixed.The bug has been fixed, refer to the milestone to see in which release it was fixed.