[docs] The MAUI wiki no longer needs updates when we release new versions. #24461
Azure Pipelines / xamarin-macios-sim-pr-tests
succeeded
Dec 17, 2025 in 53m 48s
Build #20251217.8 had test failures
Details
- Failed: 2 (0.00%, 2 new, 0 recurring)
- Passed: 191,325 (95.14%)
- Other: 9,762 (4.85%)
- Total: 201,089
Annotations
azure-pipelines / xamarin-macios-sim-pr-tests
MonoTests.System.Net.Http.NSUrlSessionHandlerTest.DisposeAndRecreateBackgroundSessionHandler
Second request exception
Expected: null
But was: <ObjCRuntime.ObjCException: Objective-C exception thrown. Name: NSGenericException Reason: Task created in a session that has been invalidated
Native stack trace:
0 CoreFoundation 0x00007ff801d4164e __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff801509c61 objc_exception_throw + 62
2 CFNetwork 0x00007ff8025980fa CFNetwork + 2384122
3 CFNetwork 0x00007ff80240f422 __54-[__NSURLBackgroundSession _dataTaskWithTaskForClass:]_block_invoke + 1718
4 CFNetwork 0x00007ff802409f03 __68-[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:]_block_invoke + 690
5 libdispatch.dylib 0x00007ff8016e9f7d _dispatch_client_callout + 6
6 libdispatch.dylib 0x00007ff8016e02fc _dispatch_lane_barrier_sync_invoke_and_complete + 92
7 CFNetwork 0x00007ff802409c07 -[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:] + 143
8 CFNetwork 0x00007ff802400e09 -[__NSURLBackgroundSession _dataTaskWithTaskForClass:] + 169
9 libxamarin-dotnet-debug.dylib 0x000000010a670e19 xamarin_dyn_objc_msgSend + 217
10 ??? 0x0000000127002cac 0x0 + 4949290156
at Foundation.NSUrlSession.CreateDataTask(NSUrlRequest request) in /Users/builder/azdo/_work/3/s/macios/src/build/dotnet/tvos/generated-sources/Foundation/NSUrlSession.g.cs:line 172
at System.Net.Http.NSUrlSessionHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /Users/builder/azdo/_work/3/s/macios/src/Foundation/NSUrlSessionHandler.cs:line 563
at System.Net.Http.HttpClient.GetByteArrayAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at MonoTests.System.Net.Http.NSUrlSessionHandlerTest.<>c.<<DisposeAndRecreateBackgroundSessionHandler>b__0_1>d.MoveNext() in /Users/builder/azdo/_work/1/s/macios/tests/monotouch-test/System.Net.Http/NSUrlSessionHandlerTest.cs:line 47
--- End of stack trace from previous location ---
at TestRuntime.TryRunAsync(TimeSpan timeout, Task startTask, Task completionTask, UIImage imageToShow, Exception& exception) in /Users/builder/azdo/_work/1/s/macios/tests/common/TestRuntime.RunAsync.cs:line 119
Native stack trace:
0 CoreFoundation 0x00007ff801d4164e __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff801509c61 objc_exception_throw + 62
2 CFNetwork 0x00007ff8025980fa CFNetwork + 2384122
3 CFNetwork 0x00007ff80240f422 __54-[__NSURLBackgroundSession _dataTaskWithTaskForClass:]_block_invoke + 1718
4 CFNetwork 0x00007ff802409f03 __68-[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:]_block_invoke + 690
5 libdispatch.dylib 0x00007ff8016e9f7d _dispatch_client_callout + 6
6 libdispatch.dylib 0x00007ff8016e02fc _dispatch_lane_barrier_sync_invoke_and_complete + 92
7 CFNetwork 0x00007ff802409c07 -[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:] + 143
8 CFNetwork 0x00007ff802400e09 -[__NSURLBackgroundSession _dataTaskWithTaskForClass:] + 169
9 libxamarin-dotnet-debug.dylib 0x000000010a670e19 xamarin_dyn_objc_msgSend + 217
10 ??? 0x0000000127002cac 0x0 + 4949290156
>
Raw output
at MonoTests.System.Net.Http.NSUrlSessionHandlerTest.DisposeAndRecreateBackgroundSessionHandler() in /Users/builder/azdo/_work/1/s/macios/tests/monotouch-test/System.Net.Http/NSUrlSessionHandlerTest.cs:line 60
azure-pipelines / xamarin-macios-sim-pr-tests
MonoTests.System.Net.Http.NSUrlSessionHandlerTest.DisposeAndRecreateBackgroundSessionHandler
Second request exception
Expected: null
But was: <ObjCRuntime.ObjCException: Objective-C exception thrown. Name: NSGenericException Reason: Task created in a session that has been invalidated
Native stack trace:
0 CoreFoundation 0x00000001808504d4 __exceptionPreprocess + 172
1 libobjc.A.dylib 0x000000018006be78 objc_exception_throw + 72
2 CFNetwork 0x0000000181100740 _ZL45__URLSESSION_CLIENT_API_MISUSE_NIL_ARGUMENT__P8NSString.4436 + 0
3 CFNetwork 0x0000000180f8e44c __54-[__NSURLBackgroundSession _dataTaskWithTaskForClass:]_block_invoke + 1460
4 CFNetwork 0x0000000180f89e40 __68-[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:]_block_invoke + 620
5 libdispatch.dylib 0x0000000180234074 _dispatch_client_callout + 12
6 libdispatch.dylib 0x0000000180229dc4 _dispatch_lane_barrier_sync_invoke_and_complete + 92
7 CFNetwork 0x0000000180f89b88 -[__NSURLBackgroundSession performBlockOnQueueAndRethrowExceptions:] + 132
8 CFNetwork 0x0000000180f82308 -[__NSURLBackgroundSession _dataTaskWithTaskForClass:] + 148
9 libxamarin-dotnet.dylib 0x0000000108406e2c xamarin_dyn_objc_msgSend + 160
10 monotouchtest 0x0000000101633d28 wrapper_managed_to_native_ObjCRuntime_Messaging_NativeHandle_objc_msgSend_NativeHandle_intptr_intptr_ObjCRuntime_NativeHandle + 168
11 monotouchtest 0x0000000102d1bc54 Microsoft_tvOS_Foundation_NSUrlSession_CreateDataTask_Foundation_NSUrlRequest + 92
12 monotouchtest 0x0000000101500714 System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ + 388
13 monotouchtest 0x0000000102d2907c Microsoft_tvOS_System_Net_Http_NSUrlSessionHandler_SendAsync_System_Net_Http_HttpRequestMessage_System_Threading_CancellationToken + 148
14 monotouchtest 0x0000000101500714 System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ + 388
15 monotouchtest 0x0000000102e9abf0 System_Net_Http_System_Net_Http_HttpClient_GetByteArrayAsyncCore_System_Net_Http_HttpRequestMessage_System_Threading_CancellationToken + 156
16 monotouchtest 0x0000000101500714 System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_ + 388
17 monotouchtest 0x00000001020a691c monotouchtest_MonoTests_System_Net_Http_NSUrlSessionHandlerTest__c__DisposeAndRecreateBackgroundSessionHandlerb__0_1 + 80
18 libmonosgen-2.0.dylib 0x000000010877c22c mono_jit_runtime_invoke + 1516
19 libmonosgen-2.0.dylib 0x000000010891d86c mono_runtime_invoke_checked + 148
20 libmonosgen-2.0.dylib 0x0000000108925bbc mono_runtime_try_invoke_byrefs + 628
21 libmonosgen-2.0.dylib 0x00000001088df800 ves_icall_InternalInvoke + 236
22 libmonosgen-2.0.dylib 0x00000001088e980c ves_icall_InternalInvoke_raw + 100
23 monotouchtest 0x00000001013bf6b0 wrapper_managed_to_native_System_Reflection_RuntimeMethodInfo_InternalInvoke_object_intptr__System_Exception_ + 160
24 monotouchtest 0x0000000102a73048 corlib_System_Reflection_MethodBaseInvoker_InterpretedInvoke_Method_object_intptr_ + 88
25 monotouchtest 0x0000000102a78ba0 corlib_System_Reflection_RuntimeMethodInfo_Invoke_object_System_Reflection_BindingFlags_System_Reflection_Binder_object___System_Globalization_CultureInfo + 540
26 monotouchtest 0x00000001019dacd4 nunit_framework_NUnit_Framework_Internal_MethodWrapper_Invoke_object_object__ + 36
27 monotouchtest
Raw output
at MonoTests.System.Net.Http.NSUrlSessionHandlerTest.DisposeAndRecreateBackgroundSessionHandler()
Loading