Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您使用 mcs 编译器时,mono 会创建自己的调试目标,称为 .mdb 文件。
有没有办法在 Mono 中使用 NCover 或其他代码覆盖工具?
一个命令行工具会更好,所以我可以将它添加到我们的持续集成服务器中。
你调查过monocov吗?