Clean up unwanted code C#

前端 未结 5 616
自闭症患者
自闭症患者 2021-01-05 14:37

I got a C# application with Visual Studio 2005. The code has some 300 KLOC, which has been abused over 3 years.

When I was going through code found out that lot of

5条回答
  •  粉色の甜心
    2021-01-05 14:58

    I have used Gendarme (like FxCop) to determine which code wasn't called. AFAIK it can't be automated, but at least you don't need to go line by line.

提交回复
热议问题