开发者

Automated .NET tool to check for thread safety?

开发者 https://www.devze.com 2023-04-08 20:57 出处:网络
Is there any automated tool to check C# .NET code for thread safety? p.s. It doesn\'t have to be perfect, but it shou开发者_如何学JAVAld check for the obvious things that can be checked at compile t

Is there any automated tool to check C# .NET code for thread safety?

p.s. It doesn't have to be perfect, but it shou开发者_如何学JAVAld check for the obvious things that can be checked at compile time.


The only thing I've seen is TypeMock's racer. It isn't compile time, but it can make some thread bugs (like deadlocking) possible to test.

0

精彩评论

暂无评论...
验证码 换一张
取 消