Skip to content

[nuget-msi-convert] Do not use new VS component IDs#21476

Merged
rolfbjarne merged 1 commit intomainfrom
dev/pjc/revert-new-vsids
Oct 21, 2024
Merged

[nuget-msi-convert] Do not use new VS component IDs#21476
rolfbjarne merged 1 commit intomainfrom
dev/pjc/revert-new-vsids

Conversation

@pjcollins
Copy link
Copy Markdown
Member

Context: 9013ae4

We've decided hold off on this change until .NET 10.

Context: 9013ae4

We've decided hold off on this change until .NET 10.
@pjcollins
Copy link
Copy Markdown
Member Author

We'll need this in all .NET 9 branches where this prop was added and set to true.

@dalexsoto
Copy link
Copy Markdown
Member

@rolfbjarne / @pjcollins this is likely to be reverted if we are not careful with the main merges to our net10.0 branch

@dalexsoto
Copy link
Copy Markdown
Member

We'll need this in all .NET 9 branches where this prop was added and set to true.

so we wil probably also need this in the net9.0 branch

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

💻 [CI Build] Windows Integration Tests passed 💻

All Windows Integration Tests passed.

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

.NET (No breaking changes)

✅ API diff vs stable

.NET (No breaking changes)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻

All tests on macOS X64 - Mac Sonoma (14) passed.

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻

All tests on macOS M1 - Mac Monterey (12) passed.

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻

All tests on macOS M1 - Mac Ventura (13) passed.

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@rolfbjarne
Copy link
Copy Markdown
Member

/sudo backport net9.0

@rolfbjarne
Copy link
Copy Markdown
Member

@rolfbjarne / @pjcollins this is likely to be reverted if we are not careful with the main merges to our net10.0 branch

We'll have to re-apply the initial change in net10.0 once we've merged main into net10.0 the next time.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

Backport Job to branch net9.0 Created! The magic is happening here

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=10414173 for more details.

@vs-mobiletools-engineering-service2
Copy link
Copy Markdown
Collaborator

🚀 [CI Build] Test results 🚀

Test results

✅ All tests passed on VSTS: test results.

🎉 All 101 tests passed 🎉

Tests counts

✅ cecil: All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (iOS): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (tvOS): All 1 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 3 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker: All 40 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 7 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 8 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 9 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 7 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: fb4ed76ad9102c6e1c121d1e48d153c16a06fc51 [PR build]

@rolfbjarne rolfbjarne merged commit d283463 into main Oct 21, 2024
@rolfbjarne rolfbjarne deleted the dev/pjc/revert-new-vsids branch October 21, 2024 08:17
rolfbjarne pushed a commit that referenced this pull request Oct 21, 2024
Context: dotnet/arcade@b2d3a3a
Context: xamarin/yaml-templates#339

The VS insertion manifest generation has been updated to use new VS
component IDs required for .NET 10+.

Re-application of #21423 for .NET 10+.

See also #21476.

---------

Co-authored-by: Peter Collins <pecolli@microsoft.com>
@rolfbjarne
Copy link
Copy Markdown
Member

@rolfbjarne / @pjcollins this is likely to be reverted if we are not careful with the main merges to our net10.0 branch

We'll have to re-apply the initial change in net10.0 once we've merged main into net10.0 the next time.

I've merged main into net10.0 (#21480), and re-applied the fix there (04f4de3)

rolfbjarne pushed a commit that referenced this pull request Oct 21, 2024
Context: 9013ae4

We've decided hold off on this change until .NET 10.


Backport of #21476

Co-authored-by: Peter Collins <pecolli@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants