Fix incompatibility between shared .projitems and UpdateXlfOnBuild #15304
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The fix here is to manifest a dependency on AssignLinkMetadata.
To double check:
No, I have done only manual testing. Please take over this PR from me and test as appropriate. 😆
Here is the minimal repro that I used to debug this: nguerrera/repros@392d4bb
Please make this into a test that can run automatically to prevent regression. When you run repro.cmd, it will build with and without UpdateXlfOnBuild and put binlogs and ildasmed fr resource dlls in tmp/with_update. Diff the ildasm output and you will see that without this fix, there is a bad resource name used:
Fix #15296