Skip to content

Merge branch 'dev' of https://github.com/FritzAndFriends/BlazorWebFor… #132

Merge branch 'dev' of https://github.com/FritzAndFriends/BlazorWebFor…

Merge branch 'dev' of https://github.com/FritzAndFriends/BlazorWebFor… #132

Triggered via push March 17, 2026 16:15
Status Failure
Total duration 1m 2s
Artifacts
Run Playwright Integration Tests
56s
Run Playwright Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 23 warnings
Run Playwright Integration Tests
No test report files were found
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/GridView/Selection.razor#L27
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/FormView/Edit.razor#L10
The name 'WidgetFormView_PageIndexChanging' does not exist in the current context
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ImageButton/Index.razor#L27
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ImageButton/Index.razor#L12
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/FormView/Simple.razor#L13
The name 'WidgetFormView_PageIndexChanging' does not exist in the current context
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/GridView/Selection.razor#L27
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/FormView/Edit.razor#L10
The name 'WidgetFormView_PageIndexChanging' does not exist in the current context
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ImageButton/Index.razor#L27
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ImageButton/Index.razor#L12
Argument 2: cannot convert from 'method group' to 'Microsoft.AspNetCore.Components.EventCallback'
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/FormView/Simple.razor#L13
The name 'WidgetFormView_PageIndexChanging' does not exist in the current context
Run Playwright Integration Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, dorny/test-reporter@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run Playwright Integration Tests
No file matches path samples/AfterBlazorServerSide.Tests/TestResults/*.trx
Run Playwright Integration Tests
No files were found with the provided path: samples/AfterBlazorServerSide.Tests/TestResults/*.trx. No artifacts will be uploaded.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L15
Found markup element with unexpected name 'TableHeaderCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L14
Found markup element with unexpected name 'TableHeaderCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L13
Found markup element with unexpected name 'TableRowComponent'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L12
Found markup element with unexpected name 'TableComponent'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/MultiView/Index.razor#L5
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/LoginView/Index.razor#L6
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Localize/Index.razor#L7
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataPager/Index.razor#L6
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/CreateUserWizard/Index.razor#L6
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ChangePassword/Index.razor#L6
Found markup element with unexpected name 'Nav'. If this is intended to be a component, add a @using directive for its namespace.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/DataList.razor.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/DataList.razor.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
Run Playwright Integration Tests: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Run Playwright Integration Tests: src/BlazorWebFormsComponents/EmptyRequestCookies.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/EmptyRequestCookies.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
Run Playwright Integration Tests: src/BlazorWebFormsComponents/IPageService.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/IPageService.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run Playwright Integration Tests: src/BlazorWebFormsComponents/IPageService.cs#L35
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.