Player preliminary work #721
Annotations
3 warnings
Publish:
Source/LibationUiBase/ViewModels/Player/PlaylistEntryViewModel.cs#L6
'PlaylistEntryViewModel' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish:
Source/LibationUiBase/ViewModels/Player/PlaylistEntryViewModel.cs#L49
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.
|
Publish:
Source/LibationAvalonia/Views/ProductsDisplay.axaml.cs#L599
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading