Add .NET 9 TFM #63
Merged
Add .NET 9 TFM #63
Annotations
10 warnings
|
AndHUD/ProgressWheel.cs#L291
This call site is reachable on: 'Android' 22.0 and later. 'Handler' is obsoleted on: 'Android' 30.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
AndHUD/AndHUD.cs#L115
This call site is reachable on: 'Android' 22.0 and later. 'Resources.GetDrawable(int)' is obsoleted on: 'Android' 22.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
AndHUD/ProgressWheel.cs#L291
This call site is reachable on: 'Android' 22.0 and later. 'Handler' is obsoleted on: 'Android' 30.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
AndHUD/AndHUD.cs#L115
This call site is reachable on: 'Android' 22.0 and later. 'Resources.GetDrawable(int)' is obsoleted on: 'Android' 22.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Sample/MainActivity.cs#L44
Possible null reference assignment.
|
|
Sample/MainActivity.cs#L45
Dereference of a possibly null reference.
|
|
Sample/MainActivity.cs#L46
Nullability of reference types in type of parameter 'sender' of 'void MainActivity.OnItemClick(object sender, ItemClickEventArgs e)' doesn't match the target delegate 'EventHandler<AdapterView.ItemClickEventArgs>' (possibly because of nullability attributes).
|
|
Sample/MainActivity.cs#L52
Nullability of reference types in type of parameter 'sender' of 'void MainActivity.OnItemClick(object sender, ItemClickEventArgs e)' doesn't match the target delegate 'EventHandler<AdapterView.ItemClickEventArgs>' (possibly because of nullability attributes).
|
|
Sample/MainActivity.cs#L141
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.
|
|
Sample/MainActivity.cs#L30
Non-nullable field '_listView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading