·dotnet-project-structure
</>

dotnet-project-structure

aaronontheweb/dotnet-skills

现代 .NET 项目结构,包括 .slnx 解决方案格式、Directory.Build.props、中央包管理、SourceLink、使用 RELEASE_NOTES.md 的版本管理以及使用 global.json 固定的 SDK。

30安装·0热度·@aaronontheweb

安装

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-project-structure

SKILL.md

The .slnx format is the modern XML-based solution file format introduced in .NET 9. It replaces the traditional .sln format.

| Format | Custom text format | Standard XML | | Readability | GUIDs, cryptic syntax | Clean, human-readable | | Version control | Hard to diff/merge | Easy to diff/merge | | Editing | IDE required | Any text editor |

| .NET SDK | 9.0.200 | | Visual Studio | 17.13 | | MSBuild | Visual Studio Build Tools 17.13 |

现代 .NET 项目结构,包括 .slnx 解决方案格式、Directory.Build.props、中央包管理、SourceLink、使用 RELEASE_NOTES.md 的版本管理以及使用 global.json 固定的 SDK。 来源:aaronontheweb/dotnet-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-project-structure
分类
</>开发工具
认证
收录时间
2026-02-05
更新时间
2026-02-18

快速解答

什么是 dotnet-project-structure?

现代 .NET 项目结构,包括 .slnx 解决方案格式、Directory.Build.props、中央包管理、SourceLink、使用 RELEASE_NOTES.md 的版本管理以及使用 global.json 固定的 SDK。 来源:aaronontheweb/dotnet-skills。

如何安装 dotnet-project-structure?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill dotnet-project-structure 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/aaronontheweb/dotnet-skills