-
Notifications
You must be signed in to change notification settings - Fork 520
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
[net9.0] Merge main into net9.0. #20885
Conversation
…e reference the correct dotnet/runtime version when using a custom dotnet/runtime. (#20838)
…ttle bit. (#20833) Also move the TimeSpec struct to its own file, this will be necessary for Xcode 16.
This will make it easier to eventually migrate this project to .NET.
Split installing new and old simulators, so that we can choose to only install the old simulators if we want so. And then only install the old simulators when we're doing beta builds, because that's the only time we need them.
* xtro: Fix how we build the u2todo project to actually build the correct project. * Don't import eng/Versions.props in several test projects, it's already imported in a Directory.Build.props further up the directory hierarchy.
…arget. (#20842) In particular we don't need the visionOS simulator/platform.
…er build of universal apps. (#20839) When building universal apps, each inner build must add the runtime identifier to the output path, otherwise the inner builds may conflict with eachother, overwriting eachother's files. That's bad. So we explicitly set `AppendRuntimeIdentifierToOutputPath` to `true` when building inner builds.
…rsion. (#20840) This way any tests using the previous .NET version still works.
…dic arguments. (#20832) Move the architecture-specific vargs implementation of UIAppearance.GetAppareance into a more generic way of calling objc_msgSend with variadic arguments. This prepares the way for more APIs with variadic arguments (which is coming in Xcode 16).
* Remove code to test NWPath.EnumerateInterfaces, because this method is already tested elsewhere. * Assume that if the test fails to find any gateways, it might be because the current machine doesn't have any (which happens on one of my machines), and in that case ignore the test.
This pull request updates the following dependencies ## From https://github.com/dotnet/xharness - **Subscription**: 601bc5e1-1cae-44b5-cf5f-08db9342aa2f - **Build**: 20240704.1 - **Date Produced**: July 4, 2024 2:21:08 PM UTC - **Commit**: 0302f46c9df3a01533fc7b911a77b3507af64e15 - **Branch**: refs/heads/main - **Updates**: - **Microsoft.DotNet.XHarness.iOS.Shared**: [from 9.0.0-prerelease.24326.1 to 9.0.0-prerelease.24354.1][1] [1]: dotnet/xharness@c1a7044...0302f46
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
We have had issues with the signing steps, allow us to grab all bin logs to be able to debug.
If we get a warning from one of the governance tools, not an error but a warning, we should be allowed to push to the nuget feeds.
Co-authored-by: Alex Soto <alex@soto.dev>
💻 [CI Build] Tests on macOS X64 - Mac Sonoma (14) passed 💻✅ All tests on macOS X64 - Mac Sonoma (14) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Monterey (12) passed 💻✅ All tests on macOS M1 - Mac Monterey (12) passed. Pipeline on Agent |
💻 [CI Build] Tests on macOS M1 - Mac Ventura (13) passed 💻✅ All tests on macOS M1 - Mac Ventura (13) passed. Pipeline on Agent |
📚 [CI Build] Artifacts 📚Packages generatedView packagesPipeline on Agent |
This comment has been minimized.
This comment has been minimized.
❌ [CI Build] Windows Integration Tests failed ❌❌ Failed ❌ Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
💻 [CI Build] Windows Integration Tests passed 💻✅ All Windows Integration Tests passed. Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: test results 0 tests crashed, 1 tests failed, 169 tests passed. Failures❌ dotnettests tests (iOS) [attempt 4]
Html Report (VSDrops) Download Successes✅ cecil: All 1 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Test failure is unrelated (#20889). |
No description provided.