Skip to content

converting to .net 8 #518

converting to .net 8

converting to .net 8 #518

Triggered via push November 18, 2023 05:24
Status Failure
Total duration 4m 30s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 6 warnings
nuget: Source/Plugin.LocalNotification/NotificationCategory.cs#L10
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
nuget: Source/Plugin.LocalNotification/NotificationCategory.cs#L10
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
nuget: Source/Plugin.LocalNotification/NotificationCategory.cs#L10
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
nuget: Source/Plugin.LocalNotification/NotificationCategory.cs#L10
The feature 'primary constructors' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.
nuget
Process completed with exit code 1.
nuget
Targeting .NET 8.0 or higher in Visual Studio 2022 17.7 is not supported.
nuget
Targeting .NET 8.0 or higher in Visual Studio 2022 17.7 is not supported.
nuget
Targeting .NET 8.0 or higher in Visual Studio 2022 17.7 is not supported.
nuget
Targeting .NET 8.0 or higher in Visual Studio 2022 17.7 is not supported.
nuget: Source/Plugin.LocalNotification/Platforms/Android/NotificationServiceImpl.cs#L73
Nullability of reference types in return type of 'Task<IList<NotificationRequest>> NotificationServiceImpl.GetDeliveredNotificationList()' doesn't match implicitly implemented member 'Task<IList<NotificationRequest?>> INotificationService.GetDeliveredNotificationList()'.
nuget: Source/Plugin.LocalNotification/Platforms/Android/NotificationServiceImpl.cs#L66
Nullability of reference types in return type of 'Task<IList<NotificationRequest>> NotificationServiceImpl.GetPendingNotificationList()' doesn't match implicitly implemented member 'Task<IList<NotificationRequest?>> INotificationService.GetPendingNotificationList()'.