Update versions #20
Annotations
10 warnings
Publish MAUI Android:
Yosu.Youtube.Converter/Converter.cs#L28
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/AppShell.xaml.cs#L34
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/Extensions/PageExtensions.cs#L50
Possible null reference argument for parameter 'context' in 'FrameLayout.FrameLayout(Context context)'.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L26
Dereference of a possibly null reference.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L35
Non-nullable field '_editText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L46
Dereference of a possibly null reference.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L48
Dereference of a possibly null reference.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L50
Dereference of a possibly null reference.
|
Publish MAUI Android:
Yosu/Platforms/Android/Handlers/MaterialEntryHandler.cs#L50
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading