MudMapper: Standalone mapper component - #641
Open
Welchen wants to merge 4 commits into
Open
Annotations
21 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L814
Dereference of a possibly null reference.
|
|
Test:
src/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)'.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L628
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L581
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L250
Dereference of a possibly null reference.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L227
Dereference of a possibly null reference.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L225
Dereference of a possibly null reference.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/DateTimePicker/MudDateTimePicker.razor.cs#L21
Non-nullable field '_timeHourFormat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L53
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.
|
|
Test:
src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L49
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.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L21
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor#L21
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/Watch/MudWatch.razor.cs#L384
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/Watch/MudWatch.razor.cs#L34
Nullability of reference types in type of parameter 'sender' of 'void MudWatch.Elapse(object sender, ElapsedEventArgs args)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/Wheel/MudWheel.razor.cs#L52
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L250
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L227
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L225
Dereference of a possibly null reference.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L53
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.
|
|
Build:
src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L49
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.
|
background
wait
wait-all
cancel
parallel
Loading