BrowserViewportService: Ignore subscription when disposed (#7780) #181
Annotations
1 error and 10 warnings
|
src/MudBlazor/Components/DropZone/MudDropContainer.razor.cs#L65
XML comment has badly formed XML -- 'End tag was not expected at this location.'
|
|
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.
|
|
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.
|
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.
|
src/MudBlazor/Components/TextField/MudTextField.razor#L56
'MudBaseInput<T>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'
|
src/MudBlazor/Components/TextField/MudTextField.razor#L59
'MudBaseInput<T>.KeyPressPreventDefault' is obsolete: 'This will be removed in v7'
|
src/MudBlazor/Components/ThemeProvider/MudThemeProvider.razor.cs#L302
Possible null reference argument for parameter 'value' in 'string string.Join(string? separator, params string?[] value)'.
|
src/MudBlazor/Components/Picker/MudPicker.razor.cs#L575
'MudFormComponent<T, string>.Reset()' is obsolete: 'Use ResetValueAsync instead. This will be removed in v7'
|
The logs for this run have expired and are no longer available.
Loading