Bump Microsoft.Maui.Controls and 2 others #18
Annotations
11 errors and 4 warnings
|
Format check
Process completed with exit code 2.
|
|
Build with warnings as errors:
Services/LinuxResourcesProvider.cs#L29
'Device' is obsolete
|
|
Build with warnings as errors:
Services/NotificationService.cs#L301
The variable 'ex' is declared but never used
|
|
Build with warnings as errors:
Handlers/WebViewHandler.cs#L166
Cannot convert null literal to non-nullable reference type.
|
|
Build with warnings as errors:
Handlers/WebViewHandler.cs#L161
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<string>.SetResult(string result)'.
|
|
Build with warnings as errors:
LinuxApplication.Lifecycle.cs#L434
The given expression is never of the provided ('Shell') type
|
|
Build with warnings as errors:
Services/ScreenshotService.cs#L15
Nullability of reference types in return type of 'Task<IScreenshotResult?> ScreenshotService.CaptureAsync()' doesn't match implicitly implemented member 'Task<IScreenshotResult> IScreenshot.CaptureAsync()'.
|
|
Build with warnings as errors:
Services/PortalFilePickerService.cs#L75
Nullability of reference types in return type of 'Task<IEnumerable<FileResult>> PortalFilePickerService.PickMultipleAsync(PickOptions? options = null)' doesn't match implicitly implemented member 'Task<IEnumerable<FileResult?>> IFilePicker.PickMultipleAsync(PickOptions? options = null)'.
|
|
Build with warnings as errors:
Services/LinuxResourcesProvider.cs#L14
'ISystemResourcesProvider' is obsolete
|
|
Build with warnings as errors:
Services/FilePickerService.cs#L75
Nullability of reference types in return type of 'Task<IEnumerable<FileResult>> FilePickerService.PickMultipleAsync(PickOptions? options = null)' doesn't match implicitly implemented member 'Task<IEnumerable<FileResult?>> IFilePicker.PickMultipleAsync(PickOptions? options = null)'.
|
|
Build with warnings as errors:
Views/SkiaMenuBar.cs#L39
The member 'SkiaMenuBar.MenuBackgroundColor' does not hide an accessible member. The new keyword is not required.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Format check:
Services/AppActionsService.cs#L91
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'.
|
|
Format check:
Services/SecureStorageService.cs#L241
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'.
|
|
Format check:
Services/SecureStorageService.cs#L270
This call site is reachable on all platforms. 'File.SetUnixFileMode(string, UnixFileMode)' is unsupported on: 'windows'.
|
Loading