Update workflow #88
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Publish MAUI Android:
Yosu.Youtube.Converter/FFmpeg/FFmpeg.android.cs#L8
Parameter 'filePath' is unread.
|
Publish MAUI Android:
Yosu.Youtube.Converter/FFmpeg/FFmpeg.android.cs#L12
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 Android:
Yosu/ViewModels/HistoryCollectionViewModel.cs#L37
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 Android:
Yosu/ViewModels/HistoryCollectionViewModel.cs#L116
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 Android:
Yosu/ViewModels/HistoryCollectionViewModel.cs#L138
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 Android:
Yosu/ViewModels/HistoryCollectionViewModel.cs#L249
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 Android:
Yosu/Views/YoutubeVideoItemView.xaml.cs#L34
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 Android:
Yosu/Platforms/Android/Utils/StorageUtil.cs#L61
The variable 'e' is declared but never used
|
Publish MAUI Android:
Yosu/Platforms/Android/Utils/StorageUtil.cs#L84
The variable 'e' is declared but never used
|
Publish MAUI Android:
Yosu/Platforms/Android/Services/DownloadServiceImpl.cs#L47
This call site is reachable on: 'Android' 21.0 and later. 'DownloadManager.Request.AllowScanningByMediaScanner()' is obsoleted on: 'Android' 29.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Loading