Skip to content

Added Array support for Select and Tabs' methods. #31

Added Array support for Select and Tabs' methods.

Added Array support for Select and Tabs' methods. #31

Triggered via push December 18, 2023 21:38
Status Success
Total duration 1m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
deploy-to-github-pages
58s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
deploy-to-github-pages: BlazorMaterialWeb.Demo/Pages/Select.razor#L153
The type 'string?' cannot be used as type parameter 'TValue' in the generic type or method 'MdSelect<TValue>'. Nullability of type argument 'string?' doesn't match constraint type 'System.IConvertible'.
deploy-to-github-pages: BlazorMaterialWeb.Demo/Pages/Select.razor#L153
The type 'string?' cannot be used as type parameter 'TValue' in the generic type or method 'MdSelect<TValue>'. Nullability of type argument 'string?' doesn't match constraint type 'System.IEquatable<string?>'.