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

[release/9.0] Update HtmlAttributePropertyHelper to correctly follow the MetadataUpdateHandlerAttribute contract #59908

Merged
merged 1 commit into from
Feb 6, 2025

Fix `HtmlAttributePropertyHelper` hot reload

06a0147
Select commit
Loading
Failed to load commit list.
Merged

[release/9.0] Update HtmlAttributePropertyHelper to correctly follow the MetadataUpdateHandlerAttribute contract #59908

Fix `HtmlAttributePropertyHelper` hot reload
06a0147
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-components-e2e failed Feb 6, 2025 in 1h 2m 37s

Build #20250206.29 had test failures

Details

Tests

  • Failed: 1 (0.07%)
  • Passed: 1,375 (99.85%)
  • Other: 1 (0.07%)
  • Total: 1,377

Annotations

Check failure on line 5744 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Build log #L5744

Bash exited with code '1'.

Check failure on line 1 in Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-components-e2e

Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction

OpenQA.Selenium.WebDriverException : aborted by navigation: loader has changed while resolving nodes
  (Session info: chrome=132.0.6834.159)
Raw output
   at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute)
   at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
   at OpenQA.Selenium.WebDriver.get_Url()
   at Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction() in /home/vsts/work/1/s/src/Components/test/E2ETest/ServerRenderingTests/FormHandlingTests/FormWithParentBindingContextTest.cs:line 1369
   at InvokeStub_FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction(Object, Object, IntPtr*)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)