.net 8.0 #116
ci.yml
on: pull_request
Android Build
7m 3s
iOS Build
3m 29s
Annotations
3 errors and 20 warnings
iOS Build
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
|
iOS Build
Optimizing assemblies for size failed. Optimization can be disabled by setting the PublishTrimmed property to false.
|
iOS Build
Process completed with exit code 1.
|
iOS Build:
Views/RankingsPage.xaml.cs#L19
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.
|
iOS Build:
ViewModels/RankingsViewModel.cs#L68
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.
|
iOS Build:
NotificationDelegate.cs#L7
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.
|
iOS Build:
ViewModels/PlayerSearchViewModel.cs#L54
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
iOS Build:
ViewModels/PlayerDetailViewModel.cs#L200
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
iOS Build:
Platforms/iOS/ReminderService.cs#L41
This call site is reachable on: 'iOS' 14.2 and later, 'maccatalyst' 14.2 and later. 'EKEventStore.RequestAccessAsync(EKEntityType)' is obsoleted on: 'ios' 17.0 and later (Use RequestFullAccessToEvents, RequestWriteOnlyAccessToEvents, or RequestFullAccessToReminders.), 'maccatalyst' 17.0 and later (Use RequestFullAccessToEvents, RequestWriteOnlyAccessToEvents, or RequestFullAccessToReminders.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
iOS Build:
Platforms/iOS/ReminderService.cs#L14
This call site is reachable on: 'iOS' 14.2 and later, 'maccatalyst' 14.2 and later. 'EKEventStore.RequestAccessAsync(EKEntityType)' is obsoleted on: 'ios' 17.0 and later (Use RequestFullAccessToEvents, RequestWriteOnlyAccessToEvents, or RequestFullAccessToReminders.), 'maccatalyst' 17.0 and later (Use RequestFullAccessToEvents, RequestWriteOnlyAccessToEvents, or RequestFullAccessToReminders.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
iOS Build:
Views/RankingsPage.xaml.cs#L19
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.
|
iOS Build:
ViewModels/RankingsViewModel.cs#L68
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.
|
iOS Build:
NotificationDelegate.cs#L7
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.
|
Android Build:
Views/RankingsPage.xaml.cs#L19
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.
|
Android Build:
NotificationDelegate.cs#L7
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.
|
Android Build:
ViewModels/RankingsViewModel.cs#L68
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.
|
Android Build:
Platforms/Android/ReminderService.cs#L18
'CalendarContract.EventsColumns' is obsolete: 'Use the 'Android.Provider.CalendarContract.IEventsColumns' type. This class will be removed in a future release.'
|
Android Build:
Platforms/Android/ReminderService.cs#L18
'CalendarContract.EventsColumns.EventLocation' is obsolete: 'Use 'Android.Provider.CalendarContract.IEventsColumns.EventLocation'. This class will be removed in a future release.'
|
Android Build:
Platforms/Android/ReminderService.cs#L10
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.
|
Android Build:
Platforms/Android/ReminderService.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.
|
Android Build:
Platforms/Android/RankWidget.cs#L84
This call site is reachable on: 'Android' 21.0 and later. 'PendingIntentFlags.Immutable' is only supported on: 'android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Android Build:
Platforms/Android/RankWidget.cs#L96
This call site is reachable on: 'Android' 21.0 and later. 'PendingIntentFlags.Immutable' is only supported on: 'android' 23.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Android Build:
ViewModels/PlayerSearchViewModel.cs#L54
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|