|
0
|
| Ruben Bartelink · 技术社区 · 16 年前 |
|
|
1
2
如果您的单元测试放置在项目resp中。自己组装的测试类在部署之前应该不需要剥离测试类。这种方法有什么不对? |
|
|
2
0
如报告中所述 codeplex post where I specified the requirements ,我用Mono.Cecil实现了一个基本的剥离器,但最终利用了以下事实 unused references get optimised out in a release build 通过以下方式“剥离”测试: excluding them based on a #define, which I control from outside via the MSBuild invocation |
|
|
Eli Sternbach · dotnet发布-无限循环 2 年前 |
|
|
Community wiki · 关于简化构建服务器设置的软件的建议 2 年前 |
|
|
Alan Deep · 以编程方式编译/构建C#项目 8 年前 |