SolutionDependency 1.0.5

dotnet add package SolutionDependency --version 1.0.5
                    
NuGet\Install-Package SolutionDependency -Version 1.0.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SolutionDependency" Version="1.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SolutionDependency" Version="1.0.5" />
                    
Directory.Packages.props
<PackageReference Include="SolutionDependency" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SolutionDependency --version 1.0.5
                    
#r "nuget: SolutionDependency, 1.0.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SolutionDependency@1.0.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SolutionDependency&version=1.0.5
                    
Install as a Cake Addin
#tool nuget:?package=SolutionDependency&version=1.0.5
                    
Install as a Cake Tool

Solution Dependency is an XrmToolBox plugin that helps administrators and developers understand the relationships between managed and unmanaged solutions in their Dataverse environments. It builds dependency graphs, detects circular references, and supports environment-to-environment comparison.

Product Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8.1

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 562 6/10/2026
1.0.4 122 6/3/2026
1.0.3 117 6/3/2026
1.0.2 122 6/3/2026
1.0.1 116 6/3/2026
1.0.0 115 6/3/2026

Initial release of the tool.

       - Dependency Graph Visualization - Interactive graph showing how solutions depend on each other, with color-coding by publisher
       - Cross-Solution Dependency Analysis - Identify which components create dependencies between solutions
       - Circular Dependency Detection - Automatically find and highlight circular references
       - Active Customization Tracking - Detect components with active (unmanaged) customizations on top of managed layers
       - Solution Layer Viewer - Inspect the full layer stack for individual components
       - Environment Comparison - Compare solution dependencies between source and target environments (e.g., Dev vs. Prod)
       - Export Reports - Generate reports in Markdown (.md), Word (.docx), or PDF (.pdf) format