Although using a DSM is a very effective approach for managing software dependencies, there are not many tools that support DSM visualization. Existing open source DSM tools offer insufficient functionality and fully featured commercials tools are quite expensive.

For details on tools supporting DSM see the dsm tools

The aim of the DSM tool suite is to offer a free DSM solution thereby significantly lowering the threshold for applying DSMs.

Goals

The goals of the DSM tool suite are:

Credits

The DSM suite was initially based on the source code of the DSM plugin for Visual Studio developed by Tom Carter. This open source DSM implementation provided the best starting point for developing the DSM tool suite.

History

Initial changes

To achieve the goals above the following initial modifications were made:

Further improvements

Later almost the entire software has been rewritten from a Windows Forms application to a WPF application.

Future plans

The following features are considered for future implementation:

Source Code

See github for the source code of the DSM tool suite. There are two repositories:

Reporting defects and suggestions

If you find a defect or have a suggestion please subsmit a issue for the appropriate repository.

Contribute

Although I provided a solution for a few commonly used programming languages, I can not possibly provide them for all possible programming languages and environments.

For this reason I have designed the DSM suite in such a way that you can add your own code analyzer. Although the DSM suite has been developed in C#, code analyzers can be developed in any language. The only requirement is that its output conforms to the XSD schema mentioned in the user guide.

I you have a code analyzer for a specific programming language or environment, please let me know, so I share this information on these pages.

Also let me know if you would like to contribute to the DSM tool suite development.