Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to mono/mono/2019-10@c0c5c7 (#4286)
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1070776/ Context: mono/mono#18764 Context: mono/mono#18832 Changes: mono/mono@1cca0cf...c0c5c78 * mono/mono@c0c5c78e2bd: Bump bockbuild to bring in Gtk# regression fix (#18912) * mono/mono@a644983ae82: [2019-10] Make MonoWebRequestHandler linker friendly (#18835) * mono/mono@85f47fae28e: Move HttpClientHandlerTests.Android.cs to nunit (#18888) * mono/mono@26afa2d5bb7: [2019-10] Bump msbuild to track mono-2019-10 (#18861) * mono/mono@e5f0d5d928a: [2019-10] [merp] Increase buffer size for state dump (#18838) * mono/mono@e60eabc7670: Move offsets-tool into mono/tools (#18783) (#18831) * mono/mono@7a59bf3ea51: [2019-10] Bump msbuild to track mono-2019-10 (#18791) * mono/mono@47bb780c8d7: [2019-10] Allow users to switch to MonoWebRequestHandler on Android via UI (#18787) * mono/mono@d6f592717e1: Bump bockbuild to get GTK NSPasteboardType change. * mono/mono@1ee12f86258: Update deprecated query parameter to header (#18705) * mono/mono@87201428343: [iOS] Replace removed dsymutil `-t` switch with `-num-threads` (#18743) * mono/mono@83c161f2766: Skip WebAssembly build in sdks archive build on non-master branches * mono/mono@0e18125d711: [merp] Add an exception type for managed exceptions (#18722) * mono/mono@82fffe07497: [runtime] Disable lldb backtrace display on osx, it hangs on attaching in lldb. d16-4 broke NTLM Authentication with `HttpClient` in Xamarin.Android. To now use NTLM Authentication, the `$(AndroidHttpClientHandlerType)` MSBuild variable must be overridden from the default value: <PropertyGroup> <AndroidHttpClientHandlerType>System.Net.Http.MonoWebRequestHandler, System.Net.Http</AndroidHttpClientHandlerType> </PropertyGroup> See mono/mono#18764 for more details.
- Loading branch information