C#/.NET analysis tool to find race conditions/deadlocks

前端 未结 6 968
面向向阳花
面向向阳花 2020-11-30 01:57

Is there a tool that analyses .NET code and finds race conditions?

I have a bit of code that has a public static property that gets or creates a private static field

6条回答
  •  天涯浪人
    2020-11-30 02:33

    Have you looked at Red-Gate Ants? I'm not sure if it will do everything you need but it is a good product to:

    • Identify performance bottlenecks within minutes
    • Optimize .NET application performance
    • Drill down to slow lines of code with line-level timings
    • Profile aspx, ASP.NET, C# code, and VB.NET applications

提交回复
热议问题