multithreading - Are there any static code analysis tools that look at potential execution paths that might lead to a deadlock(C#) -
Is there a tool or plugin for a Visual Studio (2008) that goes to the C # class and is likely to find scenarios Lead to potential deadlocks? Anything that locates every lock (xxx) {} and then searches for other methods that call the method for that important section and make a list of those methods that can be due to conflict.
I have used work cover for Java, which is quite good to detect potential obstacles It was also used to support C #, but to verify its effect it is not run against any code.
Comments
Post a Comment