Fix branch build warnings #35
Annotations
11 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@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/
|
|
src/UniGetUI.Avalonia/Views/SoftwarePages/InstalledPackagesPage.cs#L308
This call site is reachable on all platforms. 'AvaloniaPackageOperationHelper.HandleBrokenWinGetAsync()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
src/UniGetUI.Avalonia/ViewModels/DialogPages/OperationOutputViewModel.cs#L30
Member 'MakeLine' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
|
src/UniGetUI.Avalonia/ViewModels/SoftwarePages/PackagesPageViewModel.cs#L168
The event 'PackagesPageViewModel.ShowingContextMenu' is never used
|
|
src/UniGetUI.Avalonia/ViewModels/DialogPages/ManageIgnoredUpdatesViewModel.cs#L14
The event 'ManageIgnoredUpdatesViewModel.CloseRequested' is never used
|
|
src/UniGetUI.Avalonia/Views/Controls/Settings/SecureCheckboxCard.cs#L153
Possible null reference argument for parameter 'label' in 'void AccessibilityAnnouncementService.AnnounceToggle(string label, bool isEnabled)'.
|
|
src/UniGetUI.Avalonia/Views/Controls/Settings/CheckboxCard.cs#L200
Possible null reference argument for parameter 'label' in 'void AccessibilityAnnouncementService.AnnounceToggle(string label, bool isEnabled)'.
|
|
src/UniGetUI.Avalonia/Views/Controls/Settings/CheckboxCard.cs#L136
Converting null literal or possible null value to non-nullable type.
|
|
src/UniGetUI.Avalonia/Views/Controls/Settings/CheckboxCard.cs#L121
Possible null reference argument for parameter 'label' in 'void AccessibilityAnnouncementService.AnnounceToggle(string label, bool isEnabled)'.
|
|
src/UniGetUI.Avalonia/Views/Controls/Settings/CheckboxButtonCard.cs#L97
Possible null reference argument for parameter 'label' in 'void AccessibilityAnnouncementService.AnnounceToggle(string label, bool isEnabled)'.
|
|
src/UniGetUI.Avalonia/Models/PackageCollections.cs#L238
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading