Add src docs tests and utilities folder #1018
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/JsonTreeView/MudJsonTreeViewNode.razor.cs#L80
Dereference of a possibly null reference.
|
|
build:
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)'.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L322
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L242
Dereference of a possibly null reference.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L219
Dereference of a possibly null reference.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/ChipField/MudChipField.razor.cs#L217
Dereference of a possibly null reference.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L605
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L558
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
|
|
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.
|
|
build:
src/CodeBeam.MudBlazor.Extensions/Components/SelectExtended/MudSelectExtended.razor.cs#L45
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.
|