Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group #128
Annotations
2 errors and 10 warnings
|
Publish MAUI Android
The operation was canceled.
|
Publish MAUI Android:
Anikin/Views/Episodes/EpisodePage.xaml.cs#L18
Unreachable code detected
|
Publish MAUI Android:
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 Android:
Anikin/Platforms/Android/MainActivity.cs#L61
'View.SystemUiVisibility' is obsolete: 'This property has an incorrect enumeration type. Use the SystemUiFlags property instead.'
|
Publish MAUI Android:
Anikin/Platforms/Android/MainActivity.cs#L53
Unreachable code detected
|
Publish MAUI Android:
Anikin/Platforms/Android/MainActivity.cs#L195
Dereference of a possibly null reference.
|
Publish MAUI Android:
Anikin/Platforms/Android/MainActivity.cs#L201
Converting null literal or possible null value to non-nullable type.
|
Publish MAUI Android:
Anikin/Platforms/Android/LoginActivity.cs#L49
Dereference of a possibly null reference.
|
Publish MAUI Android:
Anikin/ViewModels/Videos/Controller/PlatformMediaController.android.cs#L505
'Glide.With(Activity)' is obsolete: 'deprecated'
|
Publish MAUI Android:
Anikin/ViewModels/Videos/Controller/PlatformMediaController.android.cs#L514
'Glide.With(Activity)' is obsolete: 'deprecated'
|
Publish MAUI Android:
Anikin/ViewModels/Videos/Controller/PlatformMediaController.android.cs#L523
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.
|
Loading