code refactor #555
Annotations
7 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Source/Plugin.LocalNotification/LocalNotificationCenter.cs#L16
Nullability of reference types in return type of 'INotificationService? LocalNotificationCenter.CreateNotificationService()' doesn't match the target delegate 'Func<INotificationService>' (possibly because of nullability attributes).
|
Sample/Direct Maui/LocalNotification.Sample/MainPage.xaml.cs#L260
Dereference of a possibly null reference.
|
Sample/Direct Maui/LocalNotification.Sample/MainPage.xaml.cs#L291
Dereference of a possibly null reference.
|
Sample/Direct Maui/LocalNotification.Sample/MainPage.xaml.cs#L291
Converting null literal or possible null value to non-nullable type.
|
Sample/Direct Maui/LocalNotification.Sample/MainPage.xaml.cs#L291
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "mauibeach-android-ci-build", "mauibeach-ios-ci-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading