Skip to content
PhuocLe edited this page Jun 20, 2026 · 2 revisions

Tools

devkit-tool is the DynamicsCrm.DevKit companion .NET global tool for documentation generation, code documentation, coverage conversion, minification, password decryption, entity scaffolding, and solution layer inspection.

Commands

Command Description Documentation
documentgenerator Generate Dataverse entity documentation as Markdown from live solution metadata. tools-documentgenerator
documentcodegenerator Generate server-side code documentation from compiled assemblies. tools-documentcodegenerator
coveragetoxml Convert Visual Studio .coverage files to XML. tools-coveragetoxml
nuglify Minify HTML, CSS, or JavaScript files. tools-nuglify
decrypt Decrypt an encrypted password string. tools-decrypt
createentity Create a Dataverse entity with standard forms and attributes. tools-createentity
solutionlayer Check unmanaged active solution layers in Dataverse solutions. tools-solutionlayer

Install

dotnet tool install --global DynamicsCrm.DevKit.Tool

Update an existing installation:

dotnet tool update --global DynamicsCrm.DevKit.Tool

Clone this wiki locally