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.
我的断言不会生成消息框,有时它们会发送消息以调试输出并结束线程,而不会给我更积极的通知。我怎样才能强制我所有的 Debug.Asserts 只是抛出,所以我知道我看到了它们?
我们创建了自己的 throws 断言。
如果您没有<assert assertuienabled="false"/>在<system.diagnostics>部分中禁用它,它应该会抛出。
<assert assertuienabled="false"/>
<system.diagnostics>