V0.13 - Updated to .NET 10 and Copilot Introduction #292
Annotations
20 warnings
|
Publish Client-Side Demo (WebAssembly):
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/GridView/TemplateFields.razor#L37
'BaseWebFormsComponent.DataBind()' is obsolete: 'This method doesn't do anything in Blazor'
|
|
Publish Client-Side Demo (WebAssembly)
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Publish Client-Side Demo (WebAssembly)
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Publish Client-Side Demo (WebAssembly):
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.
|
|
Publish Client-Side Demo (WebAssembly)
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Publish Client-Side Demo (WebAssembly):
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataList/SimpleFlow.razor#L23
Non-nullable property 'simpleDataList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Publish Client-Side Demo (WebAssembly):
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataList/SimpleFlow.razor#L31
'BaseWebFormsComponent.DataBind()' is obsolete: 'This method doesn't do anything in Blazor'
|
|
Publish Client-Side Demo (WebAssembly)
'BaseWebFormsComponent.EnableViewState' is obsolete: 'ViewState is supported, but EnableViewState does nothing'
|
|
Publish Client-Side Demo (WebAssembly)
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Publish Client-Side Demo (WebAssembly):
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 🚨'
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/Menu.razor#L4
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Publish Server-Side Demo:
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 🚨'
|
|
Publish Server-Side Demo:
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.
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/DataList.razor.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/DataList.razor.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Publish Server-Side Demo:
src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Loading