MudFormComponent: Update ValidationMessages on EditContext state cha… #174
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-test-mudblazor.yml
on: push
Build and test mudblazor projects
/
Build and test
3m 48s
Annotations
10 warnings
Build and test mudblazor projects / Build and test
'TaskOption' is obsolete: 'This will be removed in v7.'
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/DropZone/MudDropZone.razor.cs#L24
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 and test mudblazor projects / Build and test
'OverflowBehavior.FilpOnOpen' is obsolete: 'This value has a typo and will be removed. Please use FlipOnOpen'
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Extensions/TaskExtensions.cs#L36
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.
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Extensions/TaskExtensions.cs#L55
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.
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/TextField/MudTextField.razor#L54
'MudBaseInput<T>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/TextField/MudTextField.razor#L57
'MudBaseInput<T>.KeyPressPreventDefault' is obsolete: 'This will be removed in v7'
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/ThemeProvider/MudThemeProvider.razor.cs#L302
Possible null reference argument for parameter 'value' in 'string string.Join(string? separator, params string?[] value)'.
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/Picker/MudPicker.razor.cs#L575
'MudFormComponent<T, string>.Reset()' is obsolete: 'Use ResetValueAsync instead. This will be removed in v7'
|
Build and test mudblazor projects / Build and test:
src/MudBlazor/Components/NavMenu/MudNavLink.razor#L6
'MudBaseSelectItem.Command' is obsolete: 'Use OnClick instead. This will be removed in v7.'
|