Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Trimming] Add a feature flag to disable XAML loading at runtime #19310

Merged
merged 22 commits into from
Feb 7, 2024

Update docs/design/FeatureSwitches.md

47a6988
Select commit
Loading
Failed to load commit list.
Merged

[Trimming] Add a feature flag to disable XAML loading at runtime #19310

Update docs/design/FeatureSwitches.md
47a6988
Select commit
Loading
Failed to load commit list.
Azure Pipelines / MAUI-DeviceTests-public failed Feb 7, 2024 in 31m 23s

Build #9.0.0-ci.net9.28052+pr.19310-sha.0edec681a9-azdo.106937 had test failures

Details

Tests

  • Failed: 15 (0.10%)
  • Passed: 14,320 (95.90%)
  • Other: 597 (4.00%)
  • Total: 14,932

Annotations

Check failure on line 279 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L279

PowerShell exited with code '1'.

Check failure on line 524 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L524

PowerShell exited with code '1'.

Check failure on line 326 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L326

PowerShell exited with code '1'.

Check failure on line 247 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

Build log #L247

PowerShell exited with code '1'.

Check failure on line 1 in BlazorWebViewUsesStartPath

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

BlazorWebViewUsesStartPath

System.Exception : Waited 7500ms but couldn't get window.Blazor to be non-null *and* have window.__BlazorStarted to be true.
Raw output
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.WebViewHelpers.WaitForWebViewReady(WebView webview)
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass2_0.<<BlazorWebViewUsesStartPath>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.BlazorWebViewUsesStartPath()
--- End of stack trace from previous location ---

Check failure on line 1 in BlazorWebViewDispatchGetsScopedServices

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

BlazorWebViewDispatchGetsScopedServices

System.Exception : Waited 7500ms but couldn't get window.Blazor to be non-null *and* have window.__BlazorStarted to be true.
Raw output
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.WebViewHelpers.WaitForWebViewReady(WebView webview)
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass3_0.<<BlazorWebViewDispatchGetsScopedServices>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.BlazorWebViewDispatchGetsScopedServices()
--- End of stack trace from previous location ---

Check failure on line 1 in BlazorWebViewLogsRequests

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

BlazorWebViewLogsRequests

System.Exception : Waited 7500ms but couldn't get window.Blazor to be non-null *and* have window.__BlazorStarted to be true.
Raw output
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.WebViewHelpers.WaitForWebViewReady(WebView webview)
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass1_0.<<BlazorWebViewLogsRequests>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.BlazorWebViewLogsRequests()
--- End of stack trace from previous location ---

Check failure on line 1 in BlazorWebViewWithoutDispatchFailsToGetScopedServices

See this annotation in the file changed.

@azure-pipelines azure-pipelines / MAUI-DeviceTests-public

BlazorWebViewWithoutDispatchFailsToGetScopedServices

System.Exception : Waited 7500ms but couldn't get window.Blazor to be non-null *and* have window.__BlazorStarted to be true.
Raw output
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.WebViewHelpers.WaitForWebViewReady(WebView webview)
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.<>c__DisplayClass5_0.<<BlazorWebViewWithoutDispatchFailsToGetScopedServices>b__1>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass3_0.<<DispatchAsync>b__0>d.MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.Dispatching.DispatcherExtensions.<>c__DisplayClass2_0`1.<<DispatchAsync>b__0>d[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
--- End of stack trace from previous location ---
   at Microsoft.Maui.MauiBlazorWebView.DeviceTests.Elements.BlazorWebViewTests.BlazorWebViewWithoutDispatchFailsToGetScopedServices()
--- End of stack trace from previous location ---