You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #2845 from Microsoft/develop
Merge develop into master.
Updates:
Adds support for Visual Studio 2017 Update 15.4.5
Update projections to target the 10.0.16299 Windows SDK
Address C++ compiler longevity issues
0.2 Preview (December 2017)
libdispatch now supports dispatch_specific APIs
Localization now properly supports language preferences
OSSpinLock APIs have now been defined for public use
Check if NSURLProtocolClient has private callback before calling it (#……2765)
* Check if NSURLProtocolClient has private callback before calling it
Fixes#2764
* - Coalesce headers
- Add test for a POST NSURLSessionTask
Make sure UIAlertViews are always rendered vertically (#2652)
WoCDisplayMode uses a 'presentationTransform' to rotate the presentation surface for certan apps, but we don't want to use that transform to rotate UIAlertViews (else they render sideways if the app is rotated). This will be handled automatically when we move UIAlertView over Xaml (as we've already done for UIActionSheet), but for now we need to undo the 'presentationTransform' rotation for UIAlertViews.
Fixes#2611.