[src] Mark MKDistanceFormatter as thread-safe. Fixes #25617.#25620
Conversation
There was a problem hiding this comment.
Pull request overview
Marks MapKit.MKDistanceFormatter as thread-safe in the binding definitions so that the generated iOS/Mac Catalyst bindings stop injecting UIApplication.EnsureUIThread () into its default constructor, aligning behavior with Apple’s native API (per #25617).
Changes:
- Add
[ThreadSafe]to theMKDistanceFormatterbinding type insrc/mapkit.cs.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
✅ [PR Build #b85e449] Build passed (Detect API changes) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
✅ [PR Build #b85e449] Build passed (Build packages) ✅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 |
✅ [PR Build #b85e449] Build passed (Build macOS tests) ✅Pipeline on Agent |
This comment has been minimized.
This comment has been minimized.
🚀 [CI Build #b85e449] Test results 🚀Test results✅ All tests passed on VSTS: test results. 🎉 All 193 tests passed 🎉 Tests counts✅ cecil: All 1 tests passed. Html Report (VSDrops) Download macOS tests✅ Tests on macOS Monterey (12): All 5 tests passed. Html Report (VSDrops) Download Linux Build VerificationPipeline on Agent |
Fixes #25617.