NDepend Release Notes
| Version | 2.12.1.3122 (Trial Edition) / 2.12.1.3123 (Professional Edition) |
| Date | 20 may 2009 |
| Description |
Bug fixed:
If the environment variable $APPDATA$ is not defined, NDepend reports properly this problem that prevent from installing the VisualStudio AddIn.
If the environment variable $APPDATA$ references a network drive, NDepend can now install the VisualStudio AddIn.
If the environment variable $APPDATA$ references a network drive or is not defined, VisualNDepend doesn't raise an exception at startup time.
|
| Version | 2.12.0.3026 (Trial Edition) / 2.12.0.3027 (Professional Edition) |
| Date | 27 march 2009 |
| Description |
Feature:
Possibility to Group Code Elements in a Query Result by Assembly/Namespace Tree or Flat/Type/Directory/File.
New Search Panel, with numerous search options including search by: Name, Size, Complexity, Coupling, Popularity, Coverage, Visibility, Mutability, Purity, Change, Coverage of Changes
NDepend.Console.exe option /AnalysisResultToCompareWith to give flexibility in providing a previous analysis result to compare with.
Suffix \i to be case insensitive for string pattern following NameLike, FullNameLike, NameIs, FullNameIs.
When a code element is both pointed by the mouse and selected by the result, in Metric view it is drawn with magenta color.
MSBuild task is more verbose in case of failure.
Possibility to export to an HTML document the results of all Queries (recursive) of a CQL group.
Possibility to run an analysis on a project from the StartPage panel.
Performance:
VisualNDepend analysis result loading performance increased by 25%.
On large code bases, queries such as SELECT TOP X ... ORDER BY {several order by clauses} runs much faster.
Bug fixed:
In the report, replace \ characters with \ characters. \ white spaces could provoke some issues when used with tier CI tools.
An OutOfMemoryException could occurs while comparing 2 very large snapshot with VisualNDepend.
When sorting query result, values 0 and N/A could be mixed.
When minimize maximize VisualNDepend windows with the Skin set to VisualStudio2008, an exception could be raised.
When some structures were cyclically dependent, one referencing an other as a field array element type, a StackOverflow exception could occur at analysis time.
A query with a TOP clause such as SELECT TOP X where X was too high provoked an exception.
Regression bug fixed: coverage metrics values appeared as N/A in the report, even when the value was available.
An exception could be raised when changing of the headers of the dependency matrix were binded and when the matrix control height was too small.
|
| Version | 2.11.2.2839 (Trial Edition) / 2.11.2.2840 (Professional Edition) |
| Date | 12 december 2008 |
| Description |
Bug fixed:
In Trial Edition, when binding headers of the matrix, an exception could be raised when opening elements in matrix' headers.
After closing the Graph Panel, hovering the mouse on the Matrix Panel might not be properly taken account and vice-versa.
At analysis time, parsing some flawed Visual Studio project files could result in an ArgumentException.
Comparing some C++/CLI program's analysis result could result in a crash.
When the report section 'NDepend information and warning' was disabled, the Error List panel in VisualNDepend didn't display proper information.
In the panel 'Error List' when the Warning button was unchecked, enabling a disabled warning didn't make it disappear.
In the panel 'Error List' after an aborting analysis, when viewing 'Last Analysis Run' messages it was possible to enable/disable a warning.
When having a project opened but not an analysis result in VisualNDepend, in the panel 'Error List' it was possible to make appear messages of the mosty recent analysis by clicking checked buttons.
|
| Version | 2.11.1.2810 (Trial Edition) / 2.11.1.2811 (Professional Edition) |
| Date | 4 december 2008 |
| Description |
Bug fixed:
Some large applications analysis could crash
Some problems could arise on some assemblies with a special compilation (like IKVM) with duplicated setter properties.
Some problems could arise on some assemblies with a special compilation (like IKVM) with method without visibility (only private scope).
Some problems could arise on some assemblies with a special compilation (like IKVM) with some special Explicit Method Interface Implementation (2 pairs of parenthesis in name).
Some problems could arise on some assemblies with a special compilation (like IKVM) with some special type with a '$' character in name.
|
| Version | 2.11.0.2776 (Trial Edition) / 2.11.0.2777 (Professional Edition) |
| Date | 1 december 2008 |
| Description |
Performance:
Analysis duration divided by 4 and memory consummed by analysis divided by 2.
Feature:
Possibility to open from VisualNDepend the source code definition of a method written in any .NET language (C#, VB.NET, F#...) as long as the PDBs files are provided the during analysis.
More accurate information message about source files parsing in the Error List.
NDepend doesn't consider anymore that a class is using directly the types of the attribute that tag its base class(es).
Silverlight default support for Silverlight 2.0 RTM (v2.0.31005.0).
Bug fixed:
Some signed assembly couldn't be analyzed.
When closing an analyses immediately after loaded it, a non-fatal NullReferenceException could occurs.
The CQL condition HasAttribute "System.SerializableAttribute" was always false. It is now equivalent to the CQL condition IsSerializable.
In the panel Error List in VisualNDepend, during an analysis clicking a cell of the row Disabled raised a NullReferenceException.
When choosing the metric # IL Instructions in the Metric View, the metric unit was not displayed properly when pointing code elements in the treemap.
Loading an analysis result that contains some obfuscated assemblies could potentially crash because of an XmlTextReader bug while reading character encoded with ISO/IEC 10646.
When editing a new graph, an exception was raised if the graph panel had a width or height equal to 0.
The values for IL Cyclomatic Complexity for methods is now increased by one to be coherent with the Cyclomatic Complexity values computed from source code.
|
| Version | 2.10.4.2597 (Trial Edition) / 2.10.4.2598 (Professional Edition) |
| Date | 17 october 2008 |
| Description |
Bug fixed:
In the report some tags might not be resolved such as $ComponentFilePluralShortUpper or $BinaryLanguageLong$.
|
| Version | 2.10.3.2579 (Trial Edition) / 2.10.3.2580 (Professional Edition) |
| Date | 13 october 2008 |
| Description |
Feature:
Possibility to remove empty row & column in Matrix.
Possibility to remove a node in the graph.
The default CQL rule 'Types should not extend System.ApplicationException' doesn't match anymore exception class defined in tier assemblie.
The default CQL rules 'Instance fields should be prefixed with a 'm_'' and 'Static fields should be prefixed with a 's_'' doesn't match anymore IsSpecialName and IsEventDelegateObject fields.
Silverlight default support for Silverlight Release Candidate 0 (v2.0.30923.0).
Bug fixed:
Since the previous 2.10.2 version, in Ribbon with VisualStudio 2008 Skin, ComboBox background was black when not hovered with the mouse.
When the 'Cell Weight Mode' of the Matrix and the 'Edge Thickness' of the Graph were different, right-clicking an edge of the graph and selecting 'Open this dependency on Matrix (keeping only involved elements) or by (keeping only changed elements)' could throw an exception.
When the 'Edge Thickness' of the Graph was set to constant, the menu displayed when right clicking an edge could contain some invalid commands in this context.
During build comparison, ignore assemblies name case. For example System.dll and system.dll will be compared.
The VisualNDepend options and most recent projects are now stored in the current user Application Data folder, to avoid some potential UnauthorizedAccessException when running on Windows Vista under non-admin account.
An OutOfMemoryException could be thrown from the Graph view when drawing a 1x1 pixel box.
After doing a Matrix View update that didn't affect the set of code elements, hovering the mouse on Matrix cells might raise an OutOfMemoryException.
|
| Version | 2.10.2.2465 (Trial Edition) / 2.10.2.2466 (Professional Edition) |
| Date | 25 september 2008 |
| Description |
Feature:
Possibility to choose the .NET Framework Targeted, v2.0, v3.5 or Silverlight v2.0 for now.
New clause 'DepthOfInheritance == 1 // Must derive directly from System.Object' to the default CQL Query 'Classes that are candidate to be turned into Structures'
New button 'Copy to ClipBoard Default CQL Queries' in the CQL Queries edition Option Panel.
Usability:
In the 'Assemblies Enabled' option panel, the assemblies list can now be sorted by clicking the column header.
For all forms when relevant, clicking one of a keyboard button Enter or Esc now leads to the OK or Cancel action.
More facilities to export Matrix' Headers' Code Elements to Graph.
Bug fixed:
In query result panel, the button 'export to graph' was not disabled when no query was selected.
A type generated by compiler that only contains fields (no methods) could be considered as added/removed in comparison mode.
When no analysis loaded, changing the query edition options could lead to a crash.
When a VisualNDepend panel needed to be activated on various actions, such as viewing a new graph or center a code element on metric view, a NullReferenceException could arises.
The shortcuts Ctrl+Alt+M (for Metric view) Ctrl+Alt+I (for Info view) Ctrl+Alt+R (for query Result view) Ctrl+Alt+Q (for CQL Query view) didn't work in Ribbon mode.
Under some very rare circumstance, the computation of the treemap of the Metric view could raise a DivideByZeroException.
In the Option menu, when using Source File Compare tool and Source File Editor tool within the same VisualNDepend session, the list of default tool displayed could be erroneous.
When starting an analysis from VisualNDepend, a console windows was visible dusing a few milli-seconds. Now the console windows doesn't flash anymore.
When closing VisualNDepend, an ErrorForm could flash because internally an exception could be thrown depending on the internal state.
|
| Version | 2.10.1.2403 (Trial Edition) / 2.10.1.2404 (Professional Edition) |
| Date | 15 september 2008 |
| Description |
NDepend can be executed on a machine with .NET Framework version 2.0 (or higher) installed
(the previous NDepend release required v3.5 installed).
|
| Version | 2.10.0.2393 (Trial Edition) / 2.10.0.2394 (Professional Edition) |
| Date | 9 september 2008 |
| Description |
New Graph Panel:
Interactive graph with nodes and edge color update on mouse over.
Zoom/Span/Scroll on graph and Next/Previous.
Box Size adjustable to metrics/ Edge Thickness adjustable to metrics.
Graph boxes and edges edition.
Facilities across the product to generate graph.
Graph Snapshot.
Other Features:
Integration with Red-gate Reflector.
Non-public types and members have a grayed fore color. Public members in non-public types are considerd non-public.
New default CQL Rules:
Empty static constructor can be discarded.
Type/Method/Field with name too long.
Bug fixed:
Boxes & Arrows Graph generation was not available on 64 bits machines.
Trying to drag the header of "RecentFileList" in the RibbonUI mode raised an unhandled exception.
When displaying a ContextMenuStrip in the matrix, the currently pointed cell or row loose its pointed appearance.
|
| Version | 2.9.1.2235 (Trial Edition) / 2.9.1.2236 (Professional Edition) |
| Date | 8 august 2008 |
| Description |
Feature:
Possibility to choose any tier-tools to edit source files when opening the definition of a code element.
Possibility to rebase the source files of an analysis loaded with VisualNDepend.
Possibility to rebase the source files during analysis.
Context Menu: Go to Method Return Type
Context Menu: Go to Field Type
Performance enhanced:
Loading an analysis result with VisualNDepend: 3x faster
Dependencies Matrix computation: 5x faster
Treemap computation for new metric or level: 3x faster
When clicking Ok on Option panel on very large project, the UI could freeze a few seconds.
Default CQL rules:
Do not raise reserved exception: added more reserved exceptions type.
New rule: Abstract base class should be suffixed with 'Base'
Usability:
Auto-Scrollbar in Project properties 'Analysis' and 'Report' panels.
The VisualNDepend UI had some problem when displayed under DPI higher than 96 (default DPI value). It now works well from 96 to 200 DPI.
Bug Fix:
The name of sub-group in HTML report was not properly displayed.
When unselecting all node in Code Browser and then clicking an arrow key, an exception occured.
When setting the Metric level to Assembly, Namespace or Type and then loading a new analysis, the metric level was shown as Method on the treemap.
When going to reflector from VisualNDepend or VisualStudio, the UI responsivness could take a few seconds.
When going to reflector from VisualNDepend, an exception was raised if the assembly file path was not available.
The VisualStudio Add-In didn't work properly for VB.NET code elements outside every namespaces.
The VisualStudio Add-In might not work properly for some VB.NET methods with some Object parameters.
The VisualStudio Add-In didn't work properly for some localized version of VisualStudio.
The VisualStudio Add-In could not be properly installed on some Windows Vista installations because of the AppData/Roaming - Application Data directory confusion.
Methods that ReadsMutableTypeState were also considered as IsGeneratedByCompiler, no matter if it was generated or not.
When Visual Studio 2008 installed and no previous Visual Studio version installed, opening a source file can fail under certain circumstances.
Rules that didn't compile with CQL prevented following sibling rules in the same group to be displayed in the report.
When importing some coverage data into an analysis loaded by VisualNDepend, the set of CQL queries/rules was not refreshed.
When moving a project file with relative path mode, loading it with VisualNDepend could provoke a crash if the OutputDir didn't correspond to a valid absolute path.
If the Output dir is a relative path and cannot be infered from the NDepend project file parent dir, the error is properly reported at analysis time.
When using the NDepend project option 'Save As' in the Project Properties panel, the list of CQL queries was not persisted.
Under certain circumstances, when doing consecutively 2 short analysis within the same minutes, the Output dir content could be deleted.
Under certain circumstances, the vertical scroll bar of the Dependency Matrix was hidden when it should be visible.
In the menu displayed on right click on the Dependency Matrix, clicking a ToolStripSeparator raised an exception.
Copying numerous code elements (> 5K) from the Query Results to the Dependency Matrix could lead to long freeze and sometime exception.
|
| Version | 2.9.0.2187 (Trial Edition) / 2.9.0.2188 (Professional Edition) |
| Date | 18 june 2008 |
| Description |
CQL v1.8:
New condition defined on fields: IsImmutable
New conditions defined on methods: ReadsMutableObjectState, ReadsMutableTypeState, ReadsImmutableObjectState, ReadsImmutableTypeState,
New condition defined on assembly: IsFrameworkAssembly
New metric: NbOverloads on Method
New metric: NbInterfacesImplemented on Type
New OPTIONAL: prefix in code element identifier string, to tell the CQL compiler to not emit on error when a code element is not found.
Default CQL Constraints:
New default design constraints.
New default constraints relative to Test Coverage and Test Coverage summary.
New default constraints relative to Diff / Changes / Evolution and Diff summary.
New default constraints relative to Purity / Immutability / Side-Effects
New default constraints relative to .NET Framework usage
CQL Queries Organization enhanced:
CQL Groups can be organize as a hierarchy.
Drag & Drop to organize CQL Groups and CQL Queries.
Copy / Paste of CQL Query and Group, inter VisualNDepend.exe program instances.
CQL Queries Edition and Execution enhanced:
Immediate responsivness of the query editor, whatever the size of the query and the size of the code base analyzed.
Undo / Redo / Reset on query edition.
Options to enable/disable automatic run and intellisense while typing.
Much better performance on intellisense computation.
Highlight of query name in query edition.
Active Urls in query edition.
CQL Queries extracted from code enhanced:
CQL constraints extracted from source code are hierarchically organized: first level assembly, second level namespace.
Possibility to open the declaration from VisualNDepend of a CQL constraints extracted from source code.
Possibility to use the tags $Name$ and $FullName$ to reference the name or full-name of the code element tagged with a CQL constraints extracted from source.
Possibility to copy to clipboard the source code excerpt to define a CQL constraint as an attribute in C# or VB.NET source code.
Tool to compare source files:
Support for the tool DiffMerge from SourceGear.
Support for Beyond Compare 3
Featurette:
When doing an analysis that must be compared to a previous analysis, print the date of the analysis choose to compare with in the report.
Possibility to compare 2 builds of a given project by right clicking on the project on the Start Page.
Bug Fix:
Very scarcely, a KeyNotFoundException could occur when starting VisualNDepend because of a race condition bug.
There is now a dependency created from the parent type of a method that uses the 'typeof' operator, and the type referenced by the 'typeof' operator.
When doing build comparison, if the body of a method changed just because of an integer literal changed value, the method sometime didn't have the flag CodeWasChanged.
When a pure C# application has at least one assembly with just interfaces, comments' metrics of the application were deemed as not available.
In pro edition, during analysis if the license file is not found a warning is now emitted to warn that CQL constraints won't be executed.
When starting an analysis with the option 'Compare with Most Recent Analysis' it didn't worked properly.
When editing a CQL query on a massive code base, when switching quickly between a compiled query to a non-compilable query an exception might occured.
When editing a long CQL query, some flickering on the edition panel could happen.
When an interface only assembly had a logical name that didn't match its dll physical name, the analysis could crash.
System.Runtime.InteropServices.DllImportAttribute that tags methods didn't work with the CQL condition HasAttribute.
System.Reflection.AssemblyVersionAttribute that tags assemblies didn't work with the CQL condition HasAttribute.
When comparing 2 builds, the relation HasAttribute could be fake on code elements of older build.
|
| Version | 2.8.1.1986 (Trial Edition) / 2.8.1.1987 (Professional Edition) |
| Date | 28 april 2008 |
| Description |
Feature:
Possibility to choose any tier-tools to compare source files when doing build comparison.
Bug Fix:
In the ribbon page Dependencies, the Weight on cells combo box was sometime filled with improper data.
In the ribbon pages CQL and Compare, a query relative to Coverage was sometime generated when clicking on Methods/Types/Namespaces/Assemblies check button.
When selecting on the treemap a node matched by the current query, an exception could occur if the height of the query result DataGridView was too small.
Under certain circumstances of matching file names, the Source file chooser dialog showed invalid declaration.
Public class with at least one public derived class could be considered as CouldBeInternal but actually it cannot be declared as internal.
|
| Version | 2.8.0.1927 (Trial Edition) / 2.8.0.1928 (Professional Edition) |
| Date | 8 april 2008 |
| Description |
CQL 1.7:
Support for harnessing code coverage data importing from NCover 2.x or VisualStudio TeamSystem (2005 or 2008)
Metrics:
- PercentageCoverage available for Assemblies Namespaces Types Methods
- NbLinesOfCodeCovered available for Assemblies Namespaces Types Methods
- NbLinesOfCodeNotCovered available for Assemblies Namespaces Types Methods
- PercentageBranchCoverage available for Methods (NCover only)
Feature:
Facilities in Project Properties to import coverage data during analysis run.
Facilities to import coverage data while viewing an analysis with VisualNDepend.exe.
Possibility to use an attribute to exclude some code element from coverage statistics (uncoverable attribute)
Bug Fix:
The analysis could crahed when using multi-dimensions arrays inside some indexers.
The MSBuild task had a bug while using InDir argument.
When closing VisualNDepend, user now get warned if the underlying Windows user account doesn't have the authorization to override the VisualNDepend options file.
The section Assembly Build Order was sometime empty in the report.
When modifying project properties and directly run an analysis, new changes were saved but sometime not presented correctly.
|
| Version | 2.7.0.1816 (Trial Edition) / 2.7.0.1817 (Professional Edition) |
| Date | 6 march 2008 |
| Description |
CQL 1.6:
Support for Attribute: The condition HasAttribute "AttributeClassName" is now support on Assemblies, Types, Methods and Fields.
The metric ILNestingDepth is supported on Method.
Feature:
PDB\Symbols used to be loaded from the same director of their corresponding of assemblies file. Now, the NDepend analysis process also search in all the directory specified if the PDB file is not found in the corresponding directory of assemblies file.
3 default CQL constraints added: 'Code Quality (IL Nesting Depth)' ; 'Fields should be private' ; 'Structure should be immutable'.
The NDepend.Console.exe process returns the exit code 0 if the analysis went well, 1 if an error occured and -1073741510 (0xc000013a) if the process is killed.
Performance enhancement:
Depending on the number of processors, the RAM (i.e the fact that an analysis overused virtual memory) and if the machine is 32 or 64 bits, the analysis process will be 30 to 400% faster and will take around 40% less memory.
Bug Fix:
Some assemblies could not be analyzed because the framework System.Reflection was unable to load them (since v2.7, NDepend doen't rely anymore on System.Reflection).
-
For certain C++\CLI or MC++ assemblies, the method Assembly.GetTypes() threw an exception.
-
When running on 64 bits the framework System.Reflection had problems loading some 64 bits assemblies.
Changes in the XSL file to build report because some Warning and Error messages didn't appear in the report.
Some corrupt-memory read exception happened rarely and randomly while analysing assemblies on multi-core machines.
In the the Project panel of VisualNDepend, an exception occured when trying to get an assembly from a VisualStudio project file.
In the the Project panel of VisualNDepend, when adding assemblies referenced by a VisualStudio project or sln file, assemblies that were already considered as tiers assemblies were not added as application assemblies.
When selectiong assemblies, if they were not on a well-formed drive (such as VSS drive) an exception was raised. Now a message box explains why it is not possible.
NDepend had problem analyzing methods that had VB optional parameter + compiled with aspnet_merge.exe.
When using conjointly VB.NET optional parameters and aspent_merge.exe, NDepend had problems to analyze the assemblies created.
When using conjointly VB.NET My namespace and aspent_merge.exe, NDepend had problems to analyze the assemblies created.
If the underlying Windows installation didn't have the Helvetica regular font, VisualNDepend.exe could not be started. We now use the Arial font that is supported by all Windows installation.
A method operator could be matched by optimal visibility CQl conditions but a method operator is always declared as public.
|
| Version | 2.6.3.1690 (Trial Edition) / 2.6.3.1691 (Professional Edition) |
| Date | 21 december 2007 |
| Description |
Bug fix:
Some tier code elements were not colored properly in the Class Browser panel.
|
| Version | 2.6.2.1678 (Trial Edition) / 2.6.2.1679 (Professional Edition) |
| Date | 19 december 2007 |
| Description |
Feature:
.NET assemblies dir are constantly updated to be the right one. For example, the same NDepend project can be used on a machine where the .NET framework is installed on drive C:\ and on another machine where it is on drive E:\.
When initializing a NDepend project, if .NET 3.0 and .NET 3.5 are installed on the current machine, the .NET framework assemblies refence dirs are included automatically in the project:
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0
C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5
In Ribbon UI mode: hide the status label at the right when the main Windows get too shrink vertically. This way, the status of CQL queries selected remains visible in this scenario.
When opening an Url or a Report from VisualNDepend, VisualNDepend now use the default browser.
Bug fix:
The NDepend addins XML files for VisualStudio 2005 and 2008 are now installed under the LocalUser settings. Windows Vista refused to install them under AllUser settings.
When closing an analysis, the Error List might not be emptied under certain conditions.
On CQL intellisense, when the currently edited word was alphabetically lower than the first intellisense proposition, the intellisense proposed the last proposition instead of the first one.
Regression bug: When selecting a CQL query with Warning or Error status on the CQL query list, the status description was not updated in the status bar.
In Ribbon UI mode: at the beginning, the status test on the right was erroneous.
With Reflector addin, when selecting a .NET Framework 3.x assemblies, the addin didn't cop with the environment variable %ProgramFiles%.
When editing a CQL query, 'mono-line comment' declared inside 'multi-line comments' where taken account (such as /* // */).
Reseting Views when exploring a big analysis result (> 100K LOC) took several seconds.
In Ribbon UI mode, sometime the caption in the VisualNDepend Windows task bar was erroneous.
When creating a 'Quick project' sometime an exception might occur on certain invalid inputed assemblies.
|
| Version | 2.6.1.1619 (Trial Edition) / 2.6.1.1620 (Professional Edition) |
| Date | 12 december 2007 |
| Description |
Bug Fix:
- VisualNDepend -> Project properties -> Code to Analyze -> Add assemblies of a Visual Studio solution didn't accep VS2008 solutions.
- When starting an analysis, if Windows was poping the unknow publisher dialog on NDepend.Console.exe, then VisualNDepend crashed.
|
| Version | 2.6.0.1607 (Trial Edition) / 2.6.0.1608 (Professional Edition) |
| Date | 10 december 2007 |
| Description |
- Addin support for Visual Studio 2008.
- Support for .NET 3.0 and .NET 3.5 assemblies analysis.
- Improved VisualNDepend Startup time.
- SplashScreen at VisualNDepend startup.
- 3 new panels in VisualNDepend with a VisualStudio look and feel:
StartPage panel:
- Recent Projects list with the possibility to load project only or a previous analysis by right a click.
- Getting Started links.
- Addin Installation.
- Most recent NDepend Version
Project Properties panel: (as a replacement for NDepend.Project.exe)
- Automatic inference of tier assemblies from application assemblies.
- Improved folder management.
- Immediate responsivness with asynchronous assemblies loading.
- Possibility to provide custom XSL sheet to build report.
- More documentation thanks with SuperToolTip a la Office 2007.
Error List panel:
- NDepend.Console.exe console hiding when analysis started from VisualNDepend.
- View information when currently running an analysis.
- Progress bar about currently running analysis.
- Possibility to abort current analysis.
- Possibility to enable\disable warnings.
- Possibility to copy row content in clipboard.
Bug Fix:
- When visualizing a dependency on the matrix, when doing Alt-Tab to activate another window than the VisualNDepend one, the 2 dependency tooltips were still visible and top front.
- When running 2 times an analysis on the same project within the same minute, NDepend.Console.exe crash because of a forbidden file access.
- When executing the analysis from a non-local drive, the analysis was interrupted by a Popup windows to warn about the potentatial problems on executing the analysis on non-local drive.
- The option panel to enable\disable assemblies took time to load on projects with a lot of assemblies, it is now immediate.
- The assemblies compiled with 'Any CPU' were tag as 'x86' in the Project Properties assembly Window.
|
| Version | 2.5.0.1382 (Trial Edition) / 2.5.0.1383 (Professional Edition) |
| Date | 15 october 2007 |
| Description |
CQL v1.5: support for Optimal Visibility detection
-Following conditions are now support on Types, Methods, Fields:
CouldBeInternal, CouldBeInternalProtected, CouldBeProtected, CouldBePrivate, ShouldBePublic
-CouldBeInternal is also supported on Namespaces.
-Discard of the following features from the Analysis: 'Potential Dead Code' and 'Optimal Visibility'. They are now both supported by CQL.
Bug Fix:
-Under certain circumstances, VisualNDepend couldn't be close by clicking the 'Close Window' button.
-Some DataGridView colors were not properly displayed when running on Windows Vista.
|
| Version | 2.4.2.1306 (Trial Edition) / 2.4.2.1307 (Professional Edition) |
| Date | 8 october 2007 |
| Description |
Analysis Bug Fix
-The analysis crashed while analyzing Mono.Cecil v0.6 because of a special compilation issue.
|
| Version | 2.4.1.1292 (Trial Edition) / 2.4.1.1293 (Professional Edition) |
| Date | 24 september 2007 |
| Description |
VisualNDepend Bug Fix
-Under certain circumstances, the CQL queries panel disappeared.
-A CQL query made of an empty string could provoke problems in the list of queries DataGridView.
-Double clicking some button with checkstyle in Ribbon pages could provoke unexpected state.
-Sometime, when starting Reflector from a menu Window from VisualNDepend, the menu window was sometime not being closed.
-Under certain circumstances, a field could be considered as written by a method when it was just loaded.
-When VisualNDepend was started from NDepend.Project, the layout saved from last session was not restored.
-Under certain circumstances, the text 'Ready' in the status bar was associated with an irrelevant icon.
Analysis Bug Fix
-Some assemblies compiled for 64 bits processor (such as System.Printing.dll) were not deemed as proper assembly.
-Under certain circumstances, assemblies files with a uppercase extension (.DLL .EXE) were not deemed as proper assembly.
Features
-Enhanced error form design and usability.
-VisualNDepend warns user if she tries to build a 'boxes and arrows graph' from matrix headers with two many code elements.
-VisualNDepend warns user if she tries to close the application while the current CQL query edited contains some unsaved changes.
-The CQL Queries panel title contains a '*' when the query has been modifed and is not saved.
|
| Version | 2.4.0.1251 (Trial Edition) / 2.4.0.1252 (Professional Edition) |
| Date | 7 september 2007 |
| Description |
Enhanced usability of VisualNDepend
Use of Ribbon/ApplicationMenu/QuickStartMenu 'a la Office 2007'
-New 'Changes Explorer' tool in the Build Comparison Ribbon page.
-New 'CQL Queries and Constraints creator' tool in the CQL Ribbon page.
-New 'Select Top XXX Code Elements ordered by their current Metric Value' tool in the Metric Ribbon page.
Docking Windows and saving/restoring of Windows arrangement when shutting down/starting VisualNDepend
Refactoring of Menus and ToolBars (aka. CommandBar) and saving/restoring of ToolBars arrangement when shutting down/starting VisualNDepend
Contextual help organized according to main use-cases.
Super tooltips with 2 levels of explanations and with pictures when relevant.
Keyboard Shortcuts for main Command and to display/reset panels.
A new Options panel that includes:
-The possibility to choose between Ribbon UI and CommandBar UI
-A new Skin inspired from the VisualStudio2008 one
-The possibility to choose between 15 skins (the default is the VisualStudio2008 one, but we propose also Office 2007 Blue/Black/Silver, Office 2003...)
-The possibility to install/uninstall VisualStudio/Reflector Add-Ins from the Option panel
In concerned DataGridViews, it is now clearly indicated when user can use Drag&Drop of Folder or Assembly from Windows Explorer.
Enhanced Support/About Form.
Bug fixes & enhancements:
- Some C++/CLI generic types and methods were misnamed by the analysis.
- Under very specific circumstances, the analysis pinpointed a field use where a property was used.
- The specific .NET Framework assemblies vjslib, vjswfc, vjswfchtml couldn't be analyzed because of a regression bug.
|
| Version | 2.3.0.1085 (Trial Edition) / 2.3.0.1086 (Professional Edition) |
| Date | 16 july 2007 |
| Description |
NDepend add-ins for VisualStudio2005™ and Reflector
VisualNDepend Bug fixes & enhancements:
-The description of an assembly now contains its full path.
-VisualNDepend close properly with a descriptive message if the user try to load an analysis where no application assemblies were found.
-The NbParameters value on methods that have generic type parameters could be wrong.
-When generating a CQL query/constraint from a VisualNDepend menu, there is no more message box asking to save the currently edited CQL query if it has not been modified.
-If NDepend quick projects (and also Newer/Older build) exists on the machine, they are automatically found and proposed in the Recent Project list.
-A warning MessageBox is displayed if the user tries to open a dependency that would lead to a giant matrix (> 500.000 cells) that can potentially triggers an OutOfMemoryException.
-Opening a source file failed if the path contains some space.
-An unhandled exception was sometime raised when trying to visualize indirect dependencies box and arrow pic involving a namespace root parent (i.e Xx.Yy.*)
-An unhandled exception was raised when trying to generate a picture from VisualNDepend and if the current picture file was read-only.
-An unhandled exception was raised when trying to open as root a code element from a tier assembly and the dependency matrix headers were binded.
NDepend.Console analysis Bug fixes & enhancements:
-Types of parameters of methods were not well named if they were generic types and also declared 'ref' or 'out'.
-NDepend analysis warns if an application assembly is referencing an outdated version of NDepend.CQL.dll.
-An information message is displayed to show how many CQL constraints are extracted from application assemblies.
-When using NDepend.CQL.CQLConstraintAttribute to declare CQL constraints inside your code, the attributes were sometime not properly extracted because of some versionning issues.
-It is now considered as a 'non-fatal error' when an application assembly cannot be analyzed because a tier assembly cannot be found.
-The instance field 'value__' of an enumeration type is not considered anymore as an 'IsEnumValue'.
-The analysis doesn't crash anymore if several assemblies with the same name are accidently provided.
-The query name is available in the Queries/Query/@Name attribute in the CQLResult.xml file.
NDepend.Project analysis Bug fixes:
-There is no more unexpected exceptions when trying to launch VisualNDepend on previous analysis or trying to see older reports and the NDepend project file was not created yet.
-Some assembly could not be considered as managed under certain conditions (file extension casing, incremental compilation).
|
| Version | 2.2.2.886 (Trial Edition) / 2.2.2.887 (Professional Edition) |
| Date | 20 may 2007 |
| Description |
VisualNDepend bug fix:
-Dependencies Matrix tooltips were flashing on Windows Vista when Aero was activated.
-Forbid to enable/disable CQL queries and groups extracted from code.
-Under some particular conditions, a modified namespace was shown as non-modified.
NDepend.Console analysis bug fix::
-Some non Explicit Interface Method Implementation (EMEI) were considered as EMEI.
|
| Version | 2.2.1.841 (Trial Edition) / 2.2.1.842 (Professional Edition) |
| Date | 7 may 2007 |
| Description |
VisualNDepend feature:
For each CQL constraint, possibility to include in the report the VisualNDepend pic with code elements selected.
VisualNDepend bug fix:
-When switching from one project to another, in some rare circumstance a NullReferenceException was raised.
-When saving CQL queries and the underlying project file was read-only, an exception was raised.
NDepend.Console analysis bug fix::
-While parsing C# file, some sort of '// comments' at the end of the file were causing an exception.
-While parsing C# file, if the type was inheriting from some generic types, its declaration in source file was not openable from VisualNDepend.
-The analyser now tolerates application without IL instructions in order to let users analyze assemblies and application only made of interfaces.
-Regression corrected that yielded 'assemblies cycles warning' in report even if no cycles were found.
|
| Version | 2.2.0.811 (Trial Edition) / 2.2.0.812 (Professional Edition) |
| Date | 2 may 2007 |
| Description |
CQL 1.4:
- Query naming with tags <Name> and </Name>
- Immutability on types and methods: ChangesObjectState M ; ChangesTypeState M ; IsImmutable T
- Which method write which field: IsDirectlyWritingField M ; IsWritingField M ; DepthOfIsWritingField M
Ergonomy in VisualNDepend:
- Possibility to browse back and forth previously selected code elements
NDepend.Project.exe / NDepend.Console.exe:
- Possibility to do build comparison during analyses
|
| Version | 2.1.1.766 (Trial Edition) / 2.1.1.767 (Professional Edition) |
| Date | 12 apr 2007 |
| Description |
Bugs fixed in VisualNDepend:
- #Items was sometime false in the query result
- Intellisense on float could raise an exception under special conditions
- Some special characters were problematic to insert while editing CQl queries with special regex.
- Build Comparison could yield false results on some classes and methods generated by compiler for anonymous methods under special conditions
Ergonomy in VisualNDepend:
- Better ergonomy on Build Comparison Panel
Ergonomy in NDepend.Project:
- Better ergonomy to handle and edit input and output folders
Optimized NDepend.Console analyze:
- Reduced memory set that allows to analyze bigger applications on 32 bits machine (up to 5.5M IL instructions, around 800K LOC).
|
| Version | 2.1.0.736 (Trial Edition) / 2.1.0.737 (Professional Edition) |
| Date | 28 mar 2007 |
| Description |
VisualNDepend.exe:
- Support for build comparison on tree code view, dependency view
- Support for CQL 1.3
- Better support for dependencies between enumeration and methods.
CQL 1.3:
- New boolean conditions: IsGeneratedByCompiler, IsObsolete, IsSpecialName
- New boolean conditions dedicated to build comparison: WasChanged, WasAdded, WasRemoved, CodeWasChanged, CommentsWereChanged, VisibilityWasChanged, BecameObsolete, IsUsedRecently, IsNotUsedAnymore, IsUsedDifferently, IsInNewerBuild, IsInOlderBuild
- New code structure condition: ReturnType
|
| Version | 2.0.6.676 (Trial Edition) / 2.0.6.677 (Professional Edition) |
| Date | 21 fev 2007 |
| Description |
Bug fix : initializing a project from a Solution file that references some Web
|
| Version | 2.0.5.661 (Trial Edition) / 2.0.5.662 (Professional Edition) |
| Date | 13 fev 2007 |
| Description |
Quick selection of assemblies to analyze from VisualNDepend.exe
Support for Windows 64 bits
Bug fixes.
|
| Version | 2.0.4.640 (Trial Edition) / 2.0.4.641 (Professional Edition) |
| Date | 01 fev 2007 |
| Description |
Availability of Trial and Professional Editions (Not in betas anymore).
Ability to choose between relative and absolute pathes to your assemblies in NDepend project XML files.
Minor ergonomy improvements in VisualNDepend.
Bug fixes.
|
| Version | 2.0.3.479 (Release Candidate 1) |
| Date | 13 dec 2006 |
| Description |
NDepend.Console.exe:
- Better performance
- Automatic detection if a new version is available for download
NDepend.Project.exe:
- Possibility to initialize or complete a project from a VisualStudio 2005 solution (.sln) or project file (.csproj .vbproj)
- Sort warnings by category
- Open source file position corresponding to a warning
VisualNDepend.exe:
- Dependencies view with many options
- Boxes and arrows dependencies graph generation
- Facilities to find dependency cycles at any level (namespaces/types/methods).
- Support for C# source code metric (Lines of code, Comments, Cyclomatic Complexity)
- Namespace Hierarchy Mode : Tree or Flat
- Open source file position for definitions of namespaces, types, methods
- More support for CQL query automatic generation
- Supports CQL 1.2
- Better ergonomy
CQL 1.2:
- New metrics: CyclomaticComplexity TM, NbLinesOfComment ANTM, PercentageComment ANTM, AssemblyLevel A, NamespaceLevel N, TypeLevel T, MethodLevel M,
- New keywords: HasLevel ANTM, ContainsNamespaceDependencyCycles A, ContainsTypeDependencyCycles N, ContainsMethodDependencyCycles T
- Wildcard support for namespace names
|
| Version | 2.0.2.0 (beta2) |
| Date | 26 aug 2006 |
| Description |
NDepend.Console.exe: Better performance (up to 1M IL instructions analyzed/minutes), New command line options /InDirs /OutDir /Help /Silent /XslForReport /EmitVisualNDependBinXml
NDepend.Project.exe: Better ergonomy
VisualNDepend.exe: Better ergonomy, support CQL 1.1, support framework assemblies
CQL 1.1: New keywords: NbLinesOfCode, IsDirectlyUsing, IsDirectlyUsedBy, TypeRank, MethodRank, IsInFrameworkAssembly, IsUsingPinning, IsExplicitInterfaceImpl, IsFinalizer, IsEntryPoint, HasFinalizer, FieldCa, MethodCe, MethodCa, NamespaceCe, NamespaceCa, Better code elements naming convention (especially for generics),
+ warns about assemblies versionning issues
+ warns if PDB files are not in-sync with source files
+ interaction between VisualNDepend.exe and Visual Stutio .NET (2002, 2003, 2005) (double click on a method opens its source definition)
+ new NbLinesOfCode metric (require the presence of PDB files of application assemblies)
+ new MethodRank, TypeRank metrics based on Google PageRank
+ new FieldCa, MethodCe, MethodCa, NamespaceCe, NamespaceCa metrics
+ new internal code structure abstract model which will allow Java, C++ or C++/CLI analyses (a C++/CLI code structure provider is currently developped)
+ all known bugs fixed
|
| Version | 2.0.1.0 (beta1) |
| Date | 04 apr 2006 |
| Description |
Support for .NET 2.0 assemblies.
Support for the Code Query Langage.
Add the NDepend.Project.exe
Add the VisualNDepend.exe UIs.
Add the Size Of Instance metric.
IL analyse powered by Cecil.
|
| Version | 1.3.2 |
| Date | 6 aug 2004 |
| Description | Solve a bug on multi directory application (thanks to Ole Kaare Andresen)
|
| Version | 1.3.1 |
| Date | 11 jul 2004 |
| Description | Wildcard facility for member visibility filters
Regression bug correction concerning assemblies instability computation
(thanks to Frans Bouma).
|
| Version | 1.3.0 |
| Date | 3 jun 2004 |
| Description | New metrics Types (CC, LCOM, RFT…).
Some optimization and refactoring of source code.
|
| Version | 1.2.0 |
| Date | 13 may 2004 |
| Description | New metrics concerning IL instructions (Total IL inst…).
Analyse of optimal visibility and uselessness of a type or a member.
Analyse at IL instruction level (thanks to ILReader from Lutz Roeder)
Complete refactoring of source code.
|
| Version | 1.1.0 |
| Date | 28 apr 2004 |
| Description | Drawing components dependencies diagram (thanks to Jonathan de Halleux). Enhanced Application statistics (std dev…)
|
| Version | 1.0.0 |
| Date | 26 apr 2004 |
| Description | Initial public release. |
|
|
Last Product Update:
May 20, 2009
NDepend 2.12.1
NDepend Partners
Featured customers:
NDepend is built on top of:
Cecil
QuickGraph
GraphViz
DXperience
NDepend integrates with:
VisualStudio
Reflector
MSBuild
NAnt
CruiseControl.NET
|
|