feat: Phase 3 β Event handler wiring & DataBind pattern conversion (GAP-09, GAP-32) #114
Annotations
21 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, 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. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L21
Found markup element with unexpected name 'TableCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L20
Found markup element with unexpected name 'TableCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L19
Found markup element with unexpected name 'TableCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L18
Found markup element with unexpected name 'TableRowComponent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Table/Index.razor#L16
Found markup element with unexpected name 'TableHeaderCellComponent'. If this is intended to be a component, add a @using directive for its namespace.
|
|
Build server-side sample:
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.
|
|
Build server-side sample:
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.
|
|
Build server-side sample:
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.
|
|
Build server-side sample:
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.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/NamingContainer/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.
|
|
Build library:
src/BlazorWebFormsComponents/RequestShim.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/IdentityUser.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/IdentityUser.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/IdentityUser.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/ApplicationUserManager.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/ApplicationUserManager.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/Identity/ApplicationSignInManager.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/DataList.razor.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents.Analyzers/RunatServerAnalyzer.cs#L26
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
|
Build library:
src/BlazorWebFormsComponents.Analyzers/EventHandlerSignatureAnalyzer.cs#L28
The diagnostic message should not contain any line return character nor any leading or trailing whitespaces and should either be a single sentence without a trailing period or a multi-sentences with a trailing period
|
Loading