Skip to content

Add CascadingTypeParameter for automatic ItemType inference in GridVi… #151

Add CascadingTypeParameter for automatic ItemType inference in GridVi…

Add CascadingTypeParameter for automatic ItemType inference in GridVi… #151

Triggered via push January 31, 2026 14:21
Status Success
Total duration 1m 3s
Artifacts 1

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataList/Index.razor#L27
Non-nullable property 'simpleDataList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataList/Index.razor#L35
'BaseWebFormsComponent.DataBind()' is obsolete: 'This method doesn't do anything in Blazor'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/FormView/Simple.razor#L32
Non-nullable field 'WidgetFormView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
'BaseWebFormsComponent.EnableViewState' is obsolete: 'ViewState is supported, but EnableViewState does nothing'
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/CausesValidation.razor#L37
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/ValidationSummarySample.razor#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ListView/Index.razor#L2
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/ValidationGroup.razor#L112
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/ValidationSummarySample.razor#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/CausesValidation.razor#L37
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ListView/Index.razor#L2
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleDataList.razor#L14
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleRepeater.razor#L10
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build: src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L28
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
build: src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L17
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleListView.razor#L1
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents/DataList.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/BlazorWebFormsComponents/HelperComponents/Eval.razor#L21
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents/HelperComponents/BlazorWebFormsScripts.razor#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' defines operator == or operator != but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/DataList.razor.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/BlazorWebFormsComponents/DataList.razor.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'

Artifacts

Produced during runtime
Name Size Digest
test-results
96.9 KB
sha256:a695c990525b87176adf92f1111ac1b7ce7d4fa376c8caccc535c7f6f7d1de01