Conversation
本次提交主要内容如下: - EasilyNET.Core.Benchmark.csproj 仅支持 net11.0。 - EasilyNET.Test.Unit.csproj 支持 net10.0 与 net11.0 多目标框架。 - 新增 sync-vscode-insiders-to-cursor.ps1 脚本,实现 VSCode Insiders 到 Cursor 的用户配置与扩展同步,支持 WhatIf 预览及详细日志。 - 提升测试与基准项目的 .NET 版本兼容性,增强开发环境迁移便利性。
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the entire EasilyNET.Core.Benchmark benchmark project (and its solution reference), removes the outdated test/AGENTS.md, updates AGENTS.md to reflect the removal, strips a BOM from the test project file, and adds a new PowerShell script for syncing VS Code Insiders settings/extensions to Cursor.
Changes:
- Removed the
EasilyNET.Core.Benchmarkproject and all its files, including the solution reference. - Removed
test/AGENTS.md(which contained incorrect testing framework info) and updated rootAGENTS.md. - Added
sync-vscode-insiders-to-cursor.ps1for developer environment migration.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
EasilyNET.slnx |
Removed benchmark project reference from solution |
AGENTS.md |
Updated to remove "benchmarks" from test directory description |
test/AGENTS.md |
Deleted (contained outdated/incorrect info) |
test/EasilyNET.Core.Benchmark/* |
All benchmark files deleted |
test/EasilyNET.Test.Unit/EasilyNET.Test.Unit.csproj |
Removed BOM character from first line |
sync-vscode-insiders-to-cursor.ps1 |
New script for syncing VS Code Insiders config to Cursor |
You can also share your feedback on Copilot code review. Take the survey.
本次提交将 sync-vscode-insiders-to-cursor.ps1 脚本内容全部清空,文件现为空。此操作通常用于废弃或重构相关功能,后续如需恢复请参考历史版本。
移除了 Directory.Packages.props 中 Microsoft.SourceLink.GitHub 的版本声明,不再通过中央包管理引用该包,其余依赖保持不变。此变更有助于简化依赖管理,避免不必要的 SourceLink 配置。
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.
📝 描述 (Description)
本次提交主要内容如下:
🔗 相关问题 (Related Issues)
🏷️ 变更类型 (Type of Change)
✅ 检查清单 (Checklist)
🧪 测试 (Testing)
📸 截图 (如果适用) (Screenshots (if applicable))
🔍 附加说明 (Additional Notes)