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