Uh oh!
There was an error while loading. Please reload this page.
[release/6.0] Fix VS component versions - #74324
Conversation
ghost
commented
Aug 22, 2022
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue Details
|
joeloff
commented
Aug 22, 2022
We don't need this until the next servicing release as we can fix this up manually when we publish to VS. |
hoyosjs
commented
Aug 22, 2022
@carlossanlop Let's hold this one for 6.0.10 |
Uh oh!
There was an error while loading. Please reload this page.
ghost
commented
Aug 22, 2022
Tagging subscribers to this area: @directhex Issue Details
|
lewing
commented
Aug 22, 2022
Is there any reason not to do the 7.0 version of this now? |
joeloff
commented
Aug 22, 2022
None that I can think of |
joeloff
commented
Aug 31, 2022
I'm going to continue pushing more of the 6.0 changes here so we can get everything ready in one go |
carlossanlop
commented
Aug 31, 2022
Hope you don't mind if I convert it to draft. |
This PR is blocked on dotnet/arcade#10582 We likely need to update it to include the Arcade changes once we have a validation build. Below is an example of what the new archives will look like |
joeloff
commented
Sep 8, 2022
@hoyosjs can you take another look at the PR. The |
hoyosjs
commented
Sep 8, 2022
The changes LGTM. |
lewing
commented
Sep 8, 2022
ci is blocked on #75294 |
hoyosjs
commented
Sep 8, 2022
And it broke :( This will likely need #68847 |
lewing
commented
Sep 9, 2022
tell mode packaging fix |

This update contains multiple fixes for issues that were identified during the last servicing release.
ItemDefinitionGroupis evaluated globally while theFileVersionproperty is only set after theGetAssemblyVersiontarget runs. This causes the VS components to assume the default workload version, which doesn't play well with upgrades in VS. The assembly file version value is preferred because it can change between builds, allow consecutive insertions into VS that can be upgraded.