Skip to content

ChipField String Delimiter and AllowSameValues (#421) #130

ChipField String Delimiter and AllowSameValues (#421)

ChipField String Delimiter and AllowSameValues (#421) #130

Triggered via push June 23, 2024 15:55
Status Success
Total duration 1m 39s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
🎉 Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/[email protected], SamKirkland/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L46
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L50
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/InputExtended/MudDebouncedInputExtended.cs#L50
'MudDebouncedInputExtended<T>.OnChange()' hides inherited member 'MudBaseInputExtended<T>.OnChange'. Use the new keyword if hiding was intended.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L122
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L580
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L640
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/Gallery/MudGallery.razor#L14
Possible null reference argument for parameter 'callback' in 'EventCallback<MouseEventArgs> EventCallbackFactory.Create<MouseEventArgs>(object receiver, Action callback)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBoxItem.razor.cs#L46
Non-nullable property 'MudComboBox' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L823
Dereference of a possibly null reference.