Skip to content

Enhance API docs and meta data for Carousel, Collapse, and Confirm Di… #594

Enhance API docs and meta data for Carousel, Collapse, and Confirm Di…

Enhance API docs and meta data for Carousel, Collapse, and Confirm Di… #594

Triggered via push December 23, 2025 03:49
Status Success
Total duration 2m 19s
Artifacts
Build and Deploy Job
2m 16s
Build and Deploy Job
Close Pull Request Job
0s
Close Pull Request Job
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Deploy Job: blazorbootstrap/Components/Grid/Grid.razor.cs#L143
Dereference of a possibly null reference.
Build and Deploy Job: blazorbootstrap/Components/Grid/Grid.razor.cs#L138
Dereference of a possibly null reference.
Build and Deploy Job: blazorbootstrap/Components/Grid/Grid.razor.cs#L133
Dereference of a possibly null reference.
Build and Deploy Job: blazorbootstrap/Extensions/ExpressionExtensions.cs#L313
Converting null literal or possible null value to non-nullable type.
Build and Deploy Job: blazorbootstrap/Extensions/EnumExtensions.cs#L465
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 '(BlazorBootstrap.SortableListPutMode)2' is not covered.
Build and Deploy Job: blazorbootstrap/Extensions/EnumExtensions.cs#L456
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 '(BlazorBootstrap.SortableListPullMode)3' is not covered.
Build and Deploy Job: blazorbootstrap/Models/Charts/ChartOptions/ChartOptions.cs#L87
Non-nullable property 'ChartInteractionMode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Deploy Job: blazorbootstrap/Models/FilterItem.cs#L5
Non-nullable property 'PropertType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.