Skip to content

Merge pull request #118 from edgiardina/net8.0 #120

Merge pull request #118 from edgiardina/net8.0

Merge pull request #118 from edgiardina/net8.0 #120

Triggered via push January 16, 2024 17:57
Status Failure
Total duration 7m 33s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

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: 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/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: 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: 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/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: 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: 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)
Android 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)
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)