且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何从CodeLens获取0个引用的类的列表

更新时间:2022-12-22 09:04:20

是CodeLenses的要求吗?
我发现几件可以帮助你的东西:




  • 代码分析

  • NDepend

  • Resharper



以下是一些链接:
- http: //blogs.msdn.com/b/habibh/archive/2009/07/31/discover-dead-code-in-your-application-using-code-analysis.aspx
- 在.net项目中查找未使用的类
- https://***.com/questions/1413548/visual-studio-find-unused-code


I have a very big EF edmx model with over 450 classes/entities. This has grown organically over the last 5 years. With Visual Studio 2013 and the CodeLens feature I have noticed that some classes have 0 references listed. When I do some research I have found that this is true and I can remove that entity from the model.

The problem is that I would have to look at all 450 classes in the edmx to see if CodeLens says there are 0 references. Is there any report, export that I can get with CodeLens? Is there any way to extend it to provide this if there is no report?

Is CodeLenses requirement? I found several things that can help you:

  • Code analysis
  • NDepend
  • Resharper

Here are some links: - http://blogs.msdn.com/b/habibh/archive/2009/07/31/discover-dead-code-in-your-application-using-code-analysis.aspx - Find unused classes in a .net project - https://***.com/questions/1413548/visual-studio-find-unused-code