Update 7.0.0-preview.3 #113
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/CsvMapper/MudCsvMapper.razor#L23
Found markup element with unexpected name 'ButtonTemplate'. If this is intended to be a component, add a @using directive for its namespace.
|
🎉 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/ComboBox/MudComboBox.razor.cs#L587
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L48
Dereference of a possibly null reference.
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L647
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L222
Nullable value type may be null.
|
🎉 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/Wheel/MudWheel.razor.cs#L273
Dereference of a possibly null reference.
|
🎉 Deploy:
CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L273
Converting null literal or possible null value to non-nullable type.
|