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.
Build Analysis / Build Analysis failed Feb 6, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

aspnetcore-components-e2e / Test: Blazor E2E tests on Linux / Run E2E tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌Bash exited with code '1'.

Test Failures (2 tests failed)

🔹 [All failing tests from aspnetcore-ci]

🔹 [All failing tests from aspnetcore-components-e2e]

    Microsoft.AspNetCore.Components.E2ETests.ServerRenderingTests.FormHandlingTests.FormWithParentBindingContextTest.SubmitButtonFormactionAttributeOverridesEnhancedFormAction [Details] [14.19% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    OpenQA.Selenium.WebDriverException : aborted by navigation: loader has changed while resolving nodes
      (Session info: chrome=132.0.6834.159)
    CallStack
       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)

Was this helpful? Yes No