Bundle
dsh-dotnet-backend
SQL 优化模式:EXPLAIN 分析、索引策略、N+1 解决、查询改写。受 wshobson/agents(38k★ MIT)启发。
- Source
- satan9394
- License
- MIT
- Updated
- Updated 7 days ago
Readme
# dsh-dotnet-backend DSH(DeepSeek Harness)技能插件:**.NET 后端开发模式**。 Clean Architecture 分层、依赖注入生命周期(Scoped/Singleton/Transient)、EF Core/Dapper 数据访问(防 N+1)、IOptions 配置、Redis 缓存、Polly 弹性与 xUnit 测试。受 [wshobson/agents](https://github.com/wshobson/agents)(38k★ MIT)启发的中文原创精简版。 ## 安装 ```bash dsh plugin add dsh-dotnet-backend ``` ## 触发方式 描述中包含"C# / .NET / ASP.NET Core / EF Core / Dapper / 依赖注入 / xUnit / Web API"等关键词时自动触发。 ## 能力 - Clean Architecture 分层与依赖方向 - DI 生命周期选型与集中注册 - EF Core/Dapper 查询优化(AsNoTracking/N+1) - 配置/缓存/弹性/测试完整纪律 ## 许可 MIT
Install
dsh plugin --profile web add github:satan9394/dsh-dotnet-backend
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-dotnet-backend from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.