Skip to content

[iOS] Fixed Webview LoadFile ignore directories. - #31040

Merged
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
NirmalKumarYuvaraj:fix-23315
Jun 8, 2026
Merged

[iOS] Fixed Webview LoadFile ignore directories.#31040
kubaflo merged 11 commits into
dotnet:inflight/currentfrom
NirmalKumarYuvaraj:fix-23315

test modifications

b0c18cb
Select commit
Loading
Failed to load commit list.
Azure Pipelines / maui-pr failed Jun 8, 2026 in 1h 17m 28s

Build #10.0.80-ci+pr.31040.azdo.1454416 had test failures

Details

Tests

  • Failed: 44 (0.24%)
  • Passed: 18,208 (99.00%)
  • Other: 140 (0.76%)
  • Total: 18,392

Annotations

Check failure on line 91 in .packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages\microsoft.dotnet.helix.sdk\10.0.0-beta.25555.106\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.Maui.UnitTests.dll in job 518aa546-9a48-457b-8258-b73bcd8d99ec has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/518aa546-9a48-457b-8258-b73bcd8d99ec/workitems/Microsoft.Maui.UnitTests.dll/console

Check failure on line 45 in src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs#L45

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs(45,30): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Label' does not contain a definition for 'Column' and no accessible extension method 'Column' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 48 in src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs#L48

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs(48,21): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'ScrollView' does not contain a definition for 'Row' and no accessible extension method 'Row' accepting a first argument of type 'ScrollView' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 45 in src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs#L45

src/Controls/tests/TestCases.HostApp/Issues/Issue7814.cs(45,30): error CS1061: (NETCORE_ENGINEERING_TELEMETRY=Build) 'Label' does not contain a definition for 'Column' and no accessible extension method 'Column' accepting a first argument of type 'Label' could be found (are you missing a using directive or an assembly reference?)

Check failure on line 1 in DurationMetricsRecordWithoutActivityListeners

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

DurationMetricsRecordWithoutActivityListeners

Test failed

Check failure on line 1 in MeasureAndArrangeDoNotAllocateWithoutListeners

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

MeasureAndArrangeDoNotAllocateWithoutListeners

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Threading.ThreadLocal`1[[Microsoft.Maui.Dispatching.IDispatcher, Microsoft.Maui, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
Raw output
   at System.Threading.ThreadLocal`1.GetValueSlow()
   at Microsoft.Maui.UnitTests.DispatcherProviderStub.GetForCurrentThread() in /_/src/Core/tests/UnitTests/TestClasses/DispatcherStub.cs:line 108
   at Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() in /_/src/Core/src/Dispatching/Dispatcher.cs:line 9
   at Microsoft.Maui.Hosting.AppHostBuilderExtensions.GetDispatcher(IServiceProvider services, Boolean fallBackToApplicationDispatcher) in /_/src/Core/src/Hosting/Dispatching/AppHostBuilderExtensions.cs:line 169
   at Microsoft.Maui.Hosting.AppHostBuilderExtensions.<>c.<ConfigureDispatching>b__1_1(IServiceProvider svc) in /_/src/Core/src/Hosting/Dispatching/AppHostBuilderExtensions.cs:line 25
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitFactory(FactoryCallSite factoryCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite callSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.CreateServiceAccessor(ServiceIdentifier serviceIdentifier)
   at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
   at Microsoft.Maui.Hosting.AppHostBuilderExtensions.GetOptionalApplicationDispatcher(IServiceProvider provider) in /_/src/Core/src/Hosting/Dispatching/AppHostBuilderExtensions.cs:line 158
   at Microsoft.Maui.Hosting.AppHostBuilderExtensions.ApplicationDispatcherInitializer.Initialize(IServiceProvider services) in /_/src/Core/src/Hosting/Dispatching/AppHostBuilderExtensions.cs:line 181
   at Microsoft.Maui.MauiContextExtensions.InitializeAppServices(MauiApp mauiApp) in /_/src/Core/src/MauiContextExtensions.cs:line 83
   at Microsoft.Maui.Hosting.MauiAppBuilder.Build() in /_/src/Core/src/Hosting/MauiAppBuilder.cs:line 198
   at Microsoft.Maui.UnitTests.Diagnostics.LayoutDiagnosticsTests.CreateMauiApp() in /_/src/Core/tests/UnitTests/Diagnostics/LayoutDiagnosticsTests.cs:line 117
   at Microsoft.Maui.UnitTests.Diagnostics.LayoutDiagnosticsTests.MeasureAndArrangeDoNotAllocateWithoutListeners() in /_/src/Core/tests/UnitTests/Diagnostics/LayoutDiagnosticsTests.cs:line 26
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in GridConstrainsViewsHorizontallyWhenPossible

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

GridConstrainsViewsHorizontallyWhenPossible

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Threading.ThreadLocal`1[[Microsoft.Maui.Dispatching.IDispatcher, Microsoft.Maui, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
Raw output
   at System.Threading.ThreadLocal`1.GetValueSlow()
   at Microsoft.Maui.UnitTests.DispatcherProviderStub.GetForCurrentThread() in /_/src/Core/tests/UnitTests/TestClasses/DispatcherStub.cs:line 108
   at Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() in /_/src/Core/src/Dispatching/Dispatcher.cs:line 9
   at Microsoft.Maui.Controls.BindableObject..ctor() in /_/src/Controls/src/Core/BindableObject.cs:line 38
   at Microsoft.Maui.Controls.Element..ctor() in /_/src/Controls/src/Core/Element/Element.cs:line 701
   at Microsoft.Maui.Controls.StyleableElement..ctor() in /_/src/Controls/src/Core/StyleableElement/StyleableElement.cs:line 17
   at Microsoft.Maui.Controls.NavigableElement..ctor() in /_/src/Controls/src/Core/NavigableElement/NavigableElement.cs:line 22
   at Microsoft.Maui.Controls.VisualElement..ctor() in /_/src/Controls/src/Core/VisualElement/VisualElement.cs:line 531
   at Microsoft.Maui.Controls.View..ctor() in /_/src/Controls/src/Core/View/View.cs:line 94
   at Microsoft.Maui.Controls.Layout..ctor() in /_/src/Controls/src/Core/Layout/Layout.cs:line 39
   at Microsoft.Maui.Controls.Grid..ctor() in /_/src/Controls/src/Core/Layout/Grid.cs:line 15
   at Microsoft.Maui.UnitTests.Layouts.GridTests.GridConstrainsViewsHorizontallyWhenPossible() in /_/src/Core/tests/UnitTests/Layouts/GridTests.cs:line 64
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 1 in GridConstrainsViewsVerticallyWhenPossible

See this annotation in the file changed.

@azure-pipelines azure-pipelines / maui-pr

GridConstrainsViewsVerticallyWhenPossible

System.ObjectDisposedException : Cannot access a disposed object.
Object name: 'System.Threading.ThreadLocal`1[[Microsoft.Maui.Dispatching.IDispatcher, Microsoft.Maui, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null]]'.
Raw output
   at System.Threading.ThreadLocal`1.GetValueSlow()
   at Microsoft.Maui.UnitTests.DispatcherProviderStub.GetForCurrentThread() in /_/src/Core/tests/UnitTests/TestClasses/DispatcherStub.cs:line 108
   at Microsoft.Maui.Dispatching.Dispatcher.GetForCurrentThread() in /_/src/Core/src/Dispatching/Dispatcher.cs:line 9
   at Microsoft.Maui.Controls.BindableObject..ctor() in /_/src/Controls/src/Core/BindableObject.cs:line 38
   at Microsoft.Maui.Controls.Element..ctor() in /_/src/Controls/src/Core/Element/Element.cs:line 701
   at Microsoft.Maui.Controls.StyleableElement..ctor() in /_/src/Controls/src/Core/StyleableElement/StyleableElement.cs:line 17
   at Microsoft.Maui.Controls.NavigableElement..ctor() in /_/src/Controls/src/Core/NavigableElement/NavigableElement.cs:line 22
   at Microsoft.Maui.Controls.VisualElement..ctor() in /_/src/Controls/src/Core/VisualElement/VisualElement.cs:line 531
   at Microsoft.Maui.Controls.View..ctor() in /_/src/Controls/src/Core/View/View.cs:line 94
   at Microsoft.Maui.Controls.Layout..ctor() in /_/src/Controls/src/Core/Layout/Layout.cs:line 39
   at Microsoft.Maui.Controls.Grid..ctor() in /_/src/Controls/src/Core/Layout/Grid.cs:line 15
   at Microsoft.Maui.UnitTests.Layouts.GridTests.GridConstrainsViewsVerticallyWhenPossible() in /_/src/Core/tests/UnitTests/Layouts/GridTests.cs:line 13
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)