修复悬浮窗触屏逻辑、添加主题设置并调整网络延迟自动检测策略 #32
Merged
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Build
Found version-specific or distribution-specific runtime identifier(s): centos-x64. Affected libraries: DlibDotNet. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Build:
Controls/KillProcessSettingsControl.cs#L192
Dereference of a possibly null reference.
|
|
Build:
DriveUtils.cs#L14
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
Build:
Plugin.cs#L107
Dereference of a possibly null reference.
|
|
Build:
SettingsPage/AboutSettingsPage.axaml.cs#L44
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
|
Build:
Actions/SetVolume.cs#L167
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Actions/SetVolume.cs#L170
Possible null reference assignment.
|
|
Build:
Actions/SetVolume.cs#L170
Converting null literal or possible null value to non-nullable type.
|
|
Build:
Actions/SetVolume.cs#L170
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|
|
Build:
Settings/FloatingWindowTriggerSettings.cs#L112
Nullability of reference types in value of type 'FuncTemplate<Panel>' doesn't match target type 'ITemplate<Panel?>'.
|
Loading