warn me on unused methods
... 1) use ReSharpert tool - it shows in gray collor unused methods 2) use NCover tool - this tool shows which function was called during run programs. If you have good ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/59702
Detecting un-referenced methods in C# classes.
... 2 free ones that I know of, and they are both named NCover: http://ncover.sourceforge.net/ http://www.ncover
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/19642
Code coverage tool
... tool for Java also?? Thanks, -Vinu Jon Skeet [C# MVP] I've used NCover a bit - unfortunately there are two products called NCover I believe, and I don't know which is the one ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/23593
How to identify frequently accessed methods, functions, events?
... tool in VS.net itself. J Justin Jon Skeet [C# MVP] I use NCover ( http://www.ncover.org/ ) for coverage testing, but it also gives "hit" counts so you could ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/18105
Tool to find un-used methods from assemblies
... The best tool I know of to analyze code this way is NCover ( http://ncover.org ). Resharper ( http://www.jetbrains.com/resharper/ ) may be able to accomplish what ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/57110
Deploying to Windows Mobile 5.0
... dll' Deploying 'C:\Projects\Pocket Menus\UtilityClasses\bin\Debug\UtilityClasses.dll' Deploying 'C:\Program Files\NCover\NCover.Framework.dll' Deploying 'C:\Projects\SqlCeHelper\Microsoft.ApplicationBlocks.Data\bin\Microsoft.ApplicationBlocks.Data.dll' Deploying ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-compact-framework/17114
TestDriven.NET vs. MS Team Suite
... likely) removed. My question here is, if any knows the answer, does NCoverExplorer/NCover provide a way for me to know how much ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-csharp/69191
Test coverage in VS Studio 2008 prof
... used to get coverage statistics? Thanks, Norbert Cowboy (Gregory A. Beamer) nCover: It is a generic code coverage tool that determines which lines of ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-framework/24377
VS.Net Debugging stopped working
... C:\WINDOWS\system32\version.dll', No symbols loaded. 'WindowsApplication2.exe': Loaded 'C:\Program Files\devTools\NCover\CoverLib.dll', No symbols loaded. 'WindowsApplication2.exe': Loaded 'C:\Program Files\devTools\NCover\MSVCP71.dll', No symbols loaded. 'WindowsApplication2.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v1.1 ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/21576
VS 2005 Pro and Unit Tests etc.
... I was disappointed they didn't just work closely with the NAnt, NUnit, NCover etc. guys to integreate (in a similar fashion to ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/vs-net-general/7777