Open
Conversation
- IpcPipe 使用 ReadExactly 保证读取完整数据,提升数据读取安全性 - JsonParser 用 RuntimeHelpers.GetUninitializedObject 替换 FormatterServices,增强兼容性 - 修复 Menu.xaml.cs 粘贴操作可能的空引用异常 - ShellContextMenu 调整 QueryInterface 参数为 in,适配新版 .NET - 移除不再需要的 NuGet 分析器依赖和无用文件/目录引用 #
移除 GenerateAppInstallerFile 配置,新增 NoWarn 忽略 NU1701 警告。为 AnyCPU 平台指定 PlatformTarget 为 x64,并在项目引用中强制使用 x64 平台。将目标框架调整为 net10.0-windows10.0.22000.0,SkipGetTargetFrameworkProperties 设为 true,清理多目标构建相关注释,提升打包兼容性与构建体验。
升级了 H.NotifyIcon 至 2.4.1,HidSharp 至 2.6.4,PixiEditor.ColorPicker 至 3.4.2.2,以获得新特性和修复已知问题。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[升级到 .NET 10.0, 配置vscode编译调试配置]
[添加目录内容缓存以提升性能]
update CI build workflow to use dotnet CLI