fix settings bug #244
Annotations
10 warnings
Build MAUI Android:
Platforms/Android/Renderers/TabBarBadgeRenderer.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build MAUI Android:
Services/DeviceThemeService.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build MAUI Android:
Views/AboutPage.xaml.cs#L21
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.
|
Build MAUI Android:
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.
|
Build MAUI Android:
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.'
|
Build MAUI Android:
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.'
|
Build MAUI Android:
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.
|
Build MAUI Android:
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.
|
Build MAUI Android:
Platforms/Android/SamsungBadgeProvider.cs#L36
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build MAUI Android:
Platforms/Android/Services/ToolbarBadgeService.cs#L13
'Device' is obsolete
|
Loading