Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group #128
Annotations
10 warnings
Publish MAUI Windows:
Anikin/Controls/Image/BerryUriImageSource.cs#L71
The variable 'ex' is declared but never used
|
Publish MAUI Windows:
Anikin/Services/Downloading/DownloadServiceImpl.windows.cs#L10
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 MAUI Windows:
Anikin/Services/PlayerSettings.cs#L56
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 MAUI Windows:
Anikin/ViewModels/Videos/VideoSourceViewModel.cs#L55
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish MAUI Windows:
Anikin/Views/Episodes/EpisodePage.xaml.cs#L18
Unreachable code detected
|
Publish MAUI Windows:
Anikin/ViewModels/EpisodeViewModel.cs#L428
Dereference of a possibly null reference.
|
Publish MAUI Windows:
Anikin/ViewModels/Manga/MangaSearchViewModel.cs#L35
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish MAUI Windows:
Anikin/ViewModels/SearchViewModel.cs#L41
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Publish MAUI Windows:
Anikin/ViewModels/EpisodeViewModel.cs#L624
Dereference of a possibly null reference.
|
Publish MAUI Windows:
Anikin/ViewModels/EpisodeViewModel.cs#L640
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Loading