Add automated release management scripts using Nerdbank.GitVersioning #148
Annotations
40 warnings
|
Build client-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/CustomValidatorSample.razor#L36
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 client-side sample:
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.
|
|
Build client-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/DataList/SimpleFlow.razor#L31
'BaseWebFormsComponent.DataBind()' is obsolete: 'This method doesn't do anything in Blazor'
|
|
Build client-side sample
'BaseWebFormsComponent.EnableViewState' is obsolete: 'ViewState is supported, but EnableViewState does nothing'
|
|
Build client-side sample
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Build client-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RangeValidatorSample.razor#L33
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 client-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RegularExpressionValidatorSample.razor#L35
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 client-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RequiredFieldValidatorSample.razor#L43
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 client-side sample:
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 client-side sample:
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 server-side sample:
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 server-side sample
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Build server-side sample
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/ValidationGroup.razor#L115
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/ValidationGroup.razor#L114
Non-nullable property 'Company' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build server-side sample:
samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Button/ValidationGroup.razor#L113
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build server-side sample:
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 server-side sample
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Build server-side sample
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build server-side sample:
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 test project
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build test project
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Build test project
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
|
|
Build test project
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build test project
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build test project
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build test project
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
|
|
Build test project:
src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L28
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
|
|
Build test project:
src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L17
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
|
|
Build test project:
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 library:
src/BlazorWebFormsComponents/DataList.razor.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
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 library:
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 library:
src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Build library:
src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build library:
src/BlazorWebFormsComponents/DataList.razor.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/DataList.razor.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build library:
src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Build library:
src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
|
Build library:
src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
|
Loading