固化模块边界
很多 Token 都浪费在架构判断上。
每个project 是什么用途,什么技术,什么抽象层级
固化 DI 规则
DependencyInjection.cs
服务怎么注册?
固化构建和部署信息
怎么构建?
哪个项目启动?
发布命令是什么?
固化测试规则
# Testing
Before submitting changes:
- Build solution
- Run affected unit tests
- Verify DeviceControl page loads
Preferred commands:
dotnet build
dotnet test