[net11.0] [dotnet] Remove workaround for dotnet/sdk#52480#25720
[net11.0] [dotnet] Remove workaround for dotnet/sdk#52480#25720rolfbjarne wants to merge 2 commits into
Conversation
The workaround overrode the _LinkReadyToRunMachO target to skip the built-in dylib creation. Now that dotnet/sdk#52480 has been merged, this is no longer needed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #889bbd6] Build passed (Build packages) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #889bbd6] Build passed (Build macOS tests) ✅Pipeline on Agent |
✅ [CI Build #889bbd6] Build passed (Detect API changes) ✅Pipeline on Agent |
|
🔥 Failed to compare API and create generator diff 🔥 Error: The system requirements for the hash to compare against (d43652b�(B) are different than for the current hash. Comparison is currently not supported in this scenario.�(B Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #889bbd6] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 205 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
The
_LinkReadyToRunMachOtarget override was added as a temporary workaround to skip the built-in dylib creation until dotnet/sdk#52480 was merged.That PR has now been merged, so the workaround is no longer needed.
🤖 Pull request created by Copilot