Blazor UI Demo CD #350
blazorui.demo.cd.yml
on: workflow_dispatch
build api + blazor web
3m 16s
build blazor hybrid (windows)
4m 41s
build blazor hybrid (android)
16m 6s
build blazor hybrid (iOS-macOS)
12m 12s
deploy api + blazor
2m 58s
Annotations
80 warnings
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L5
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 api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L6
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L5
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 api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L6
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L7
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L8
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Utilities/SwipeTrap/BitSwipeTrapDemo.razor.cs#L249
Non-nullable field 'listTcs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Shared/AppErrorBoundary.razor.cs#L5
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build api + blazor web:
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L5
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 api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L6
Non-nullable property 'DefaultValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentPropertyDetailsDto.cs#L8
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L5
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 api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L6
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L7
Non-nullable property 'Output' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Bit.BlazorUI.Demo.Shared/Dtos/ComponentMethodDetailsDto.cs#L8
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L433
'BitSearchBox.DisposeAsync()' hides inherited member 'BitInputBase<string?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L433
'BitSearchBox.DisposeAsync()' hides inherited member 'BitInputBase<string?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L439
'BitSearchBox.DisposeAsync(bool)' hides inherited member 'BitInputBase<string?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L696
'BitCircularTimePicker.DisposeAsync()' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L702
'BitCircularTimePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DatePicker/BitDatePicker.razor.cs#L1522
'BitDatePicker.DisposeAsync()' hides inherited member 'BitInputBase<DateTimeOffset?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DatePicker/BitDatePicker.razor.cs#L1528
'BitDatePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<DateTimeOffset?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DateRangePicker/BitDateRangePicker.razor.cs#L2064
'BitDateRangePicker.DisposeAsync()' hides inherited member 'BitInputBase<BitDateRangePickerValue?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DateRangePicker/BitDateRangePicker.razor.cs#L2070
'BitDateRangePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<BitDateRangePickerValue?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L1464
'BitDropdown<TItem, TValue>.DisposeAsync()' hides inherited member 'BitInputBase<TValue>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Utilities/SwipeTrap/BitSwipeTrapDemo.razor.cs#L249
Non-nullable field 'listTcs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Shared/AppErrorBoundary.razor.cs#L5
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.cs#L8
Field '_BitNavBarOptionDemo.selectedOption' is never assigned to, and will always have its default value null
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Notifications/Badge/BitBadgeDemo.razor.cs#L406
The field 'BitBadgeDemo.example7CsharpCode' is assigned but its value is never used
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Calendar/BitCalendarDemo.razor.cs#L689
The field 'BitCalendarDemo.example1CsharpCode' is assigned but its value is never used
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.samples.cs#L197
The field '_BitNavBarOptionDemo.example10CsharpCode' is assigned but its value is never used
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L34
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L35
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L36
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OnText' should not be set outside of its component.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DateRangePicker/BitDateRangePicker.razor.cs#L2064
'BitDateRangePicker.DisposeAsync()' hides inherited member 'BitInputBase<BitDateRangePickerValue?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DateRangePicker/BitDateRangePicker.razor.cs#L2070
'BitDateRangePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<BitDateRangePickerValue?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/TimePicker/BitTimePicker.razor.cs#L661
'BitTimePicker.DisposeAsync()' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/TimePicker/BitTimePicker.razor.cs#L667
'BitTimePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L1464
'BitDropdown<TItem, TValue>.DisposeAsync()' hides inherited member 'BitInputBase<TValue>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L1470
'BitDropdown<TItem, TValue>.DisposeAsync(bool)' hides inherited member 'BitInputBase<TValue>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L696
'BitCircularTimePicker.DisposeAsync()' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L702
'BitCircularTimePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L433
'BitSearchBox.DisposeAsync()' hides inherited member 'BitInputBase<string?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Utilities/SwipeTrap/BitSwipeTrapDemo.razor.cs#L249
Non-nullable field 'listTcs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.cs#L8
Field '_BitNavBarOptionDemo.selectedOption' is never assigned to, and will always have its default value null
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Shared/AppErrorBoundary.razor.cs#L5
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.samples.cs#L197
The field '_BitNavBarOptionDemo.example10CsharpCode' is assigned but its value is never used
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Calendar/BitCalendarDemo.razor.cs#L689
The field 'BitCalendarDemo.example1CsharpCode' is assigned but its value is never used
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Notifications/Badge/BitBadgeDemo.razor.cs#L406
The field 'BitBadgeDemo.example7CsharpCode' is assigned but its value is never used
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OnText' should not be set outside of its component.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OffText' should not be set outside of its component.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OnIconName' should not be set outside of its component.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OffIconName' should not be set outside of its component.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Utilities/SwipeTrap/BitSwipeTrapDemo.razor.cs#L249
Non-nullable field 'listTcs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.cs#L8
Field '_BitNavBarOptionDemo.selectedOption' is never assigned to, and will always have its default value null
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Shared/AppErrorBoundary.razor.cs#L5
Field 'AppErrorBoundary._showException' is never assigned to, and will always have its default value false
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Calendar/BitCalendarDemo.razor.cs#L689
The field 'BitCalendarDemo.example1CsharpCode' is assigned but its value is never used
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Navs/NavBar/_BitNavBarOptionDemo.razor.samples.cs#L197
The field '_BitNavBarOptionDemo.example10CsharpCode' is assigned but its value is never used
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Notifications/Badge/BitBadgeDemo.razor.cs#L406
The field 'BitBadgeDemo.example7CsharpCode' is assigned but its value is never used
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L34
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L35
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L36
Component parameter 'ReversedIcon' should not be set outside of its component.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Buttons/ButtonGroup/_BitButtonGroupItemDemo.razor.cs#L41
Component parameter 'OnText' should not be set outside of its component.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI.SourceGenerators/AutoInject/AutoInjectSourceGenerator.cs#L17
Enable analyzer release tracking for the analyzer project containing rule 'BITGEN001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L433
'BitSearchBox.DisposeAsync()' hides inherited member 'BitInputBase<string?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.razor.cs#L439
'BitSearchBox.DisposeAsync(bool)' hides inherited member 'BitInputBase<string?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L696
'BitCircularTimePicker.DisposeAsync()' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/CircularTimePicker/BitCircularTimePicker.razor.cs#L702
'BitCircularTimePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<TimeSpan?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DatePicker/BitDatePicker.razor.cs#L1522
'BitDatePicker.DisposeAsync()' hides inherited member 'BitInputBase<DateTimeOffset?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DatePicker/BitDatePicker.razor.cs#L1528
'BitDatePicker.DisposeAsync(bool)' hides inherited member 'BitInputBase<DateTimeOffset?>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L1464
'BitDropdown<TItem, TValue>.DisposeAsync()' hides inherited member 'BitInputBase<TValue>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L1470
'BitDropdown<TItem, TValue>.DisposeAsync(bool)' hides inherited member 'BitInputBase<TValue>.DisposeAsync(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/_Pickers/DateRangePicker/BitDateRangePicker.razor.cs#L2064
'BitDateRangePicker.DisposeAsync()' hides inherited member 'BitInputBase<BitDateRangePickerValue?>.DisposeAsync()'. Use the new keyword if hiding was intended.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
android-bundle
|
104 MB |
|
ios-bundle
|
32.8 MB |
|
server-bundle
|
86.6 MB |
|
win-exe-bundle
|
88.8 MB |
|