Blazor UI Demo CD #195
blazorui.demo.cd.yml
on: workflow_dispatch
build api + blazor web
2m 50s
build blazor hybrid (windows)
4m 23s
build blazor hybrid (android)
14m 20s
build blazor hybrid (iOS-macOS)
4m 10s
deploy api + blazor
1m 26s
Annotations
80 warnings
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 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 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 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 declaring the property as nullable.
|
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 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 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 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 declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/DataGrid/BitDataGridDemo.razor#L6
'BitDataGridDemo.HttpClient' hides inherited member 'AppComponentBase.HttpClient'. Use the new keyword if hiding was intended.
|
build api + blazor web
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 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 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 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 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 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 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 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 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 declaring the property as nullable.
|
build api + blazor web:
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L193
Possible null reference assignment.
|
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/Buttons/BitMenuButton/BitMenuButton.razor.cs#L193
Possible null reference assignment.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L250
Possible null reference assignment.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L251
Possible null reference assignment.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L10
Non-nullable field 'selectedItem' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Persona/BitPersona.razor.cs#L303
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Bit.BlazorUI.BitPersonaSize)9' is not covered.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L416
Dereference of a possibly null reference.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L426
Dereference of a possibly null reference.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Dereference of a possibly null reference.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Nullable value type may be null.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/DataGrid/BitDataGridDemo.razor#L6
'BitDataGridDemo.HttpClient' hides inherited member 'AppComponentBase.HttpClient'. Use the new keyword if hiding was intended.
|
build blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS)
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 blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Dropdown/_BitDropdownItemDemo.razor#L328
Argument of type 'ICollection<string>' cannot be used for parameter '__arg10' of type 'ICollection<string?>' in 'void TypeInference.CreateBitDropdown_27<BitDropdownItem<string>, string?>(RenderTreeBuilder __builder, int seq, int __seq0, bool __arg0, int __seq1, bool __arg1, int __seq2, bool __arg2, int __seq3, string __arg3, int __seq4, string __arg4, int __seq5, ICollection<BitDropdownItem<string>> __arg5, int __seq6, bool __arg6, int __seq7, bool __arg7, int __seq8, Func<BitDropdownItem<string>, string?> __arg8, int __seq9, EventCallback<BitDropdownItem<string>> __arg9, int __seq10, ICollection<string?> __arg10, int __seq11, EventCallback<ICollection<string?>> __arg11, int __seq12, Expression<Func<ICollection<string?>>> __arg12)' due to differences in the nullability of reference types.
|
build blazor hybrid (iOS-macOS):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/TimePickers/TimePicker/BitTimePickerDemo.razor.cs#L713
The field 'BitTimePickerDemo.example13RazorCode' 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 (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/Persona/BitPersona.razor.cs#L303
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Bit.BlazorUI.BitPersonaSize)9' is not covered.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L416
Dereference of a possibly null reference.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/Dropdown/BitDropdown.razor.cs#L426
Dereference of a possibly null reference.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Dereference of a possibly null reference.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Nullable value type may be null.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L621
Dereference of a possibly null reference.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L621
Nullable value type may be null.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L623
Dereference of a possibly null reference.
|
build blazor hybrid (windows):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L623
Nullable value type may be null.
|
build blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/DataGrid/BitDataGridDemo.razor#L6
'BitDataGridDemo.HttpClient' hides inherited member 'AppComponentBase.HttpClient'. Use the new keyword if hiding was intended.
|
build blazor hybrid (windows)
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 blazor hybrid (windows)
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 blazor hybrid (windows)
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 blazor hybrid (windows)
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 blazor hybrid (windows)
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 blazor hybrid (windows)
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 blazor hybrid (windows):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Dropdown/_BitDropdownItemDemo.razor#L328
Argument of type 'ICollection<string>' cannot be used for parameter '__arg10' of type 'ICollection<string?>' in 'void TypeInference.CreateBitDropdown_27<BitDropdownItem<string>, string?>(RenderTreeBuilder __builder, int seq, int __seq0, bool __arg0, int __seq1, bool __arg1, int __seq2, bool __arg2, int __seq3, string __arg3, int __seq4, string __arg4, int __seq5, ICollection<BitDropdownItem<string>> __arg5, int __seq6, bool __arg6, int __seq7, bool __arg7, int __seq8, Func<BitDropdownItem<string>, string?> __arg8, int __seq9, EventCallback<BitDropdownItem<string>> __arg9, int __seq10, ICollection<string?> __arg10, int __seq11, EventCallback<ICollection<string?>> __arg11, int __seq12, Expression<Func<ICollection<string?>>> __arg12)' due to differences in the nullability of reference types.
|
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/Inputs/TimePickers/TimePicker/BitTimePickerDemo.razor.cs#L713
The field 'BitTimePickerDemo.example13RazorCode' is assigned but its value is never used
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/DataGrid/BitDataGridDemo.razor#L6
'BitDataGridDemo.HttpClient' hides inherited member 'AppComponentBase.HttpClient'. Use the new keyword if hiding was intended.
|
build blazor hybrid (android)
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 blazor hybrid (android)
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 blazor hybrid (android)
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 blazor hybrid (android)
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 blazor hybrid (android)
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 blazor hybrid (android)
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 blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/Dropdown/_BitDropdownItemDemo.razor#L328
Argument of type 'ICollection<string>' cannot be used for parameter '__arg10' of type 'ICollection<string?>' in 'void TypeInference.CreateBitDropdown_27<BitDropdownItem<string>, string?>(RenderTreeBuilder __builder, int seq, int __seq0, bool __arg0, int __seq1, bool __arg1, int __seq2, bool __arg2, int __seq3, string __arg3, int __seq4, string __arg4, int __seq5, ICollection<BitDropdownItem<string>> __arg5, int __seq6, bool __arg6, int __seq7, bool __arg7, int __seq8, Func<BitDropdownItem<string>, string?> __arg8, int __seq9, EventCallback<BitDropdownItem<string>> __arg9, int __seq10, ICollection<string?> __arg10, int __seq11, EventCallback<ICollection<string?>> __arg11, int __seq12, Expression<Func<ICollection<string?>>> __arg12)' due to differences in the nullability of reference types.
|
build blazor hybrid (android):
src/BlazorUI/Demo/Client/Bit.BlazorUI.Demo.Client.Core/Pages/Components/Inputs/TimePickers/TimePicker/BitTimePickerDemo.razor.cs#L713
The field 'BitTimePickerDemo.example13RazorCode' is assigned but its value is never used
|
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/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/Buttons/BitMenuButton/BitMenuButton.razor.cs#L193
Possible null reference assignment.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L250
Possible null reference assignment.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L251
Possible null reference assignment.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitMenuButton/BitMenuButton.razor.cs#L10
Non-nullable field 'selectedItem' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Persona/BitPersona.razor.cs#L303
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Bit.BlazorUI.BitPersonaSize)9' is not covered.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/FileUpload/BitFileUpload.razor.cs#L596
Dereference of a possibly null reference.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Dereference of a possibly null reference.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L620
Nullable value type may be null.
|
build blazor hybrid (android):
src/BlazorUI/Bit.BlazorUI/Components/Inputs/DateRangePicker/BitDateRangePicker.razor.cs#L621
Dereference of a possibly null reference.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
android-bundle
Expired
|
148 MB |
|
ios-bundle
Expired
|
8.88 MB |
|
server-bundle
Expired
|
78.8 MB |
|
win-exe-bundle
Expired
|
17.2 MB |
|