What tools exist for testing multithreaded .net code?

前端 未结 4 671
小蘑菇
小蘑菇 2021-01-31 11:38

Are there any tools that can help find race conditions when testing multi-threaded .net code? I\'m looking for something with similar capabilities to IBM\'s ConTest tool for Jav

4条回答
  •  误落风尘
    2021-01-31 12:03

    Typemock Racer might be what you're looking for but I haven't used it - I just remembered something about deadlocks :)

    Or this: Deadlock Detector

提交回复
热议问题