XRMSolutionDependencyChecker 1.3.5

dotnet add package XRMSolutionDependencyChecker --version 1.3.5
NuGet\Install-Package XRMSolutionDependencyChecker -Version 1.3.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="XRMSolutionDependencyChecker" Version="1.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XRMSolutionDependencyChecker --version 1.3.5
#r "nuget: XRMSolutionDependencyChecker, 1.3.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.
// Install XRMSolutionDependencyChecker as a Cake Addin
#addin nuget:?package=XRMSolutionDependencyChecker&version=1.3.5

// Install XRMSolutionDependencyChecker as a Cake Tool
#tool nuget:?package=XRMSolutionDependencyChecker&version=1.3.5

XRMSolutionDependencyChecker

For a Dynamics CRM solution, check if the dependencies for the solution deployment all exist in the target environment

This plugin for the XRM Toolbox was developed to aid in deployments by ensuring that solution will not fail due to dependencies missing in the target environment.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3.5 4,043 11/8/2023
1.3.4 4,391 5/31/2023
1.3.3 115 5/31/2023
1.3.2 13,062 2/10/2022
1.3.1 430 2/10/2022
1.3.0 408 2/10/2022
1.2.0 1,940 1/13/2022
1.1.0 23,239 7/18/2019
1.0.3 8,697 2/6/2019
1.0.2 968 2/2/2019
1.0.1 650 2/2/2019
1.0.0 804 2/2/2019

1.3.5 - Updated assembly references and .NET Framework target version
1.3.4 - bug in version numbering. Improved error handling. Fix bug for loading solution multiple times. Check version to prevent RetrieveMissingComponents from erroring (cannot use this to check a v9.2 against v8.2 environment)
1.3.3 - DO NOT USE, bug in version numbering causing infinite install loop
1.3.2 - Fix version inconsistency
1.3.1 - Small bug fix
1.3.0 - Made async, improved error handling and UI. Refactor code
1.2.0 - Updated grid UI
1.1.0 - Fixed bugs when dependencies are missing. Improve output for missing dependencies for greater visibility to what is missing in the target environment
1.0.3 - Update UI
1.0 - Initial release