-
Notifications
You must be signed in to change notification settings - Fork 549
[net11.0] Add dependency/support for .NET 10 Xcode 26.1 packages. #24435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: net11.0
Are you sure you want to change the base?
[net11.0] Add dependency/support for .NET 10 Xcode 26.1 packages. #24435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds dependency and tooling support for .NET 10 with Xcode 26.1 packages to the net11.0 branch. It enables the project to reference and build against the newer Xcode 26.1 SDK versions alongside the existing Xcode 26.0 support. The changes follow the established pattern for adding new SDK versions by updating dependency tracking files, version properties, package sources, and supported API version lists.
Key Changes
- Added .NET 10/Xcode 26.1 SDK dependencies for all four Apple platforms (iOS, macOS, tvOS, MacCatalyst) with version 26.1.10516
- Configured the build system to recognize net10.0-26.1 as a supported API version across all platforms
- Added the required NuGet package source for resolving the new dependencies
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Version.Details.xml | Adds four new SDK dependency entries for .NET 10/Xcode 26.1 (iOS, macOS, tvOS, MacCatalyst) with SHA and version information |
| eng/Version.Details.props | Adds package version properties and version alias properties for the four new 26.1 SDK packages |
| NuGet.config | Adds the darc-pub-dotnet-macios-d410dd0 package source to resolve the new SDK packages |
| Make.versions | Adds net10.0-26.1 to the supported API versions list for all four platforms |
✅ [CI Build #69e96bf] Build passed (Build packages) ✅Pipeline on Agent |
✅ [PR Build #69e96bf] Build passed (Detect API changes) ✅Pipeline on Agent |
✅ [CI Build #69e96bf] Build passed (Build macOS tests) ✅Pipeline on Agent |
💻 [CI Build #69e96bf] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build #69e96bf] Tests on macOS arm64 - Mac Sequoia (15) passed 💻✅ All tests on macOS arm64 - Mac Sequoia (15) passed. Pipeline on Agent |
💻 [CI Build #69e96bf] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
✅ API diff for current PR / commitNET (empty diffs)✅ API diff vs stableNET (empty diffs)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
💻 [CI Build #69e96bf] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
💻 [CI Build #69e96bf] Tests on macOS arm64 - Mac Tahoe (26) passed 💻✅ All tests on macOS arm64 - Mac Tahoe (26) passed. Pipeline on Agent |
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.
🔥 [CI Build #69e96bf] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 3 tests failed, 129 tests passed. Failures❌ monotouch tests (iOS) [attempt 4]3 tests failed, 8 tests passed.Failed tests
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
No description provided.