DN8 release #1887
Annotations
3 warnings
Material.Blazor.MD3/Components/Button/MBButton.cs#L93
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.
|
Material.Blazor.MD3/Components/IconButton/MBIconButton.cs#L190
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.
|
Material.Blazor.MD3/Foundation/InputComponent.cs#L32
Field 'InputComponent<T>._cachedValue' is never assigned to, and will always have its default value
|
The logs for this run have expired and are no longer available.
Loading