Update #8
Annotations
10 warnings
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.
|
Plugin.MauiTouchEffect/Touch/TouchEffect.shared.cs#L594
Converting null literal or possible null value to non-nullable type.
|
Plugin.MauiTouchEffect/Touch/TouchEffect.shared.cs#L600
Converting null literal or possible null value to non-nullable type.
|
Plugin.MauiTouchEffect/Touch/TouchEffect.shared.cs#L606
Converting null literal or possible null value to non-nullable type.
|
Plugin.MauiTouchEffect/Touch/TouchEffect.shared.cs#L835
Converting null literal or possible null value to non-nullable type.
|
Plugin.MauiTouchEffect/Touch/TouchEffect.shared.cs#L835
Possible null reference return.
|
Plugin.MauiTouchEffect/Touch/WeakEventManager.shared.cs#L135
Possible null reference argument for parameter 'sender' in 'void WeakEventManager.HandleEvent(object sender, object args, string eventName)'.
|
Plugin.MauiTouchEffect/Touch/GestureManager.shared.cs#L220
Cannot convert null literal to non-nullable reference type.
|
Plugin.MauiTouchEffect/Touch/GestureManager.shared.cs#L370
Possible null reference argument for parameter 'color' in 'Color GestureManager.GetBackgroundColor(Color color)'.
|
Plugin.MauiTouchEffect/Touch/GestureManager.shared.cs#L373
Possible null reference argument for parameter 'color' in 'Color GestureManager.GetBackgroundColor(Color color)'.
|
The logs for this run have expired and are no longer available.
Loading