-
Notifications
You must be signed in to change notification settings - Fork 16
Tools
PhuocLe edited this page Jun 20, 2026
·
2 revisions
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.
| 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 |
dotnet tool install --global DynamicsCrm.DevKit.ToolUpdate an existing installation:
dotnet tool update --global DynamicsCrm.DevKit.Tool