Update deploy.yml #157
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: SamKirkland/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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.
|
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)'.
|
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>'.
|
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)'.
|
CodeBeam.MudBlazor.Extensions/Components/CodeInput/MudCodeInput.razor.cs#L315
Cannot convert null literal to non-nullable reference type.
|
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L800
Dereference of a possibly null reference.
|
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L811
Dereference of a possibly null reference.
|
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))'.
|
CodeBeam.MudBlazor.Extensions/Components/ComboBox/MudComboBox.razor.cs#L885
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading