// 标签
#Windows App SDK
2 posts
GitHub Copilot 和 Claude Code 的 WinUI 智能体插件
Microsoft 发布了用于 WinUI 开发的智能体技能:脚手架、构建、运行、测试、迭代,全部通过 GitHub Copilot CLI 或 Claude Code 完成。核心创新:专用工具将智能体锚定在 WinUI 特定的事实中。
dotnet new WinUI:无需 Visual Studio 即可创建 Windows 应用
WinUI 项目模板现在可以通过 dotnet new 使用——空白应用、NavigationView 模式等。支持 VS Code,无需 Visual Studio,内置 Fluent Design 默认设置。