Skip to content

Update deploy.yml

Update deploy.yml #159

Triggered via push November 25, 2024 19:45
Status Success
Total duration 1m 50s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
🎉 Deploy: 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.
🎉 Deploy: 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.
🎉 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#L557
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L576
Nullability of reference types in value of type 'Converter<T?>' doesn't match target type 'Converter<T, string>'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L617
Possible null reference argument for parameter 'collection' in 'HashSet<T?>.HashSet(IEnumerable<T?> collection, IEqualityComparer<T?>? comparer)'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBoxItem.razor.cs#L46
Non-nullable property 'MudComboBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/CsvMapper/MudCsvMapper.razor.cs#L318
Possible null reference argument for parameter 'records' in 'Task CsvWriter.WriteRecordsAsync<dynamic>(IEnumerable<dynamic> records, CancellationToken cancellationToken = default(CancellationToken))'.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L800
Dereference of a possibly null reference.
🎉 Deploy: CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L811
Dereference of a possibly null reference.