DataverseBlueprint 1.0.13

dotnet add package DataverseBlueprint --version 1.0.13
                    
NuGet\Install-Package DataverseBlueprint -Version 1.0.13
                    
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="DataverseBlueprint" Version="1.0.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataverseBlueprint" Version="1.0.13" />
                    
Directory.Packages.props
<PackageReference Include="DataverseBlueprint" />
                    
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 DataverseBlueprint --version 1.0.13
                    
#r "nuget: DataverseBlueprint, 1.0.13"
                    
#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 DataverseBlueprint@1.0.13
                    
#: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=DataverseBlueprint&version=1.0.13
                    
Install as a Cake Addin
#tool nuget:?package=DataverseBlueprint&version=1.0.13
                    
Install as a Cake Tool

Dataverse Blueprint

NuGet License: MIT XrmToolBox

An XrmToolBox plugin that exports your Microsoft Dataverse entity data model to multiple diagram and documentation formats — so you can visualize, share, and document your schema without writing a single line of code.


What it does

Connect to any Dataverse environment, select the entities you care about, and export the full entity relationship diagram in one click.

Format Best for
DBML dbdiagram.io — interactive ER diagrams
Mermaid GitHub, GitLab, Notion, Confluence, mermaid.live
PlantUML UML-based documentation pipelines

Requirements

Component Minimum version
XrmToolBox 1.2023.x
.NET Framework 4.8

Installation

Via XrmToolBox Tool Library

  1. Open XrmToolBox
  2. Go to Tool Library
  3. Search for Dataverse Blueprint
  4. Click Install and restart XrmToolBox

Manual installation

  1. Download DataverseBlueprint.1.x.x.nupkg from GitHub Releases
  2. Copy all DLLs from the Plugins\ folder inside the package to:
    %APPDATA%\MscrmTools\XrmToolBox\Plugins\
    
  3. Restart XrmToolBox

Getting started

  1. Connect to a Dataverse environment using the XrmToolBox connection manager
  2. Choose a filter
    • All — every entity in the environment
    • Custom Only — entities with IsCustomEntity = true
    • By Solution — type the solution unique name
  3. Click Load Entities
  4. Select the entities to include (or use Select All / Deselect All)
  5. Click an Export as button and choose a destination file

Export formats in detail

DBML

Compatible with dbdiagram.io. Each entity becomes a table, each attribute becomes a column, and each relationship becomes a Ref: line. Many-to-Many intersect entities are included as junction tables.

Mermaid

Produces a fenced ```mermaid ``` block with erDiagram syntax. Paste it directly into a GitHub pull request description, a Notion page, or open it in mermaid.live. Only relationships between the selected entities are emitted, keeping large diagrams clean.

PlantUML

Produces an @startuml / @enduml block with entity notation. Primary key attributes are marked with *. Works with any PlantUML renderer or CI pipeline integration.


Screenshots

Plugin in XrmToolBox

Dataverse Blueprint in XrmToolBox


Mermaid export

Paste the output directly into GitHub, Notion, or mermaid.live.

Mermaid export example


PlantUML export

Compatible with any PlantUML renderer or CI pipeline integration.

PlantUML export example


DBML export (dbdiagram.io)

Paste the output into dbdiagram.io for an interactive ER diagram.

DBML export example


Feedback & issues

Open an issue at github.com/ejadull/Dataverse-Blueprint/issues.


License

MIT © Edgardo Jadull

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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.0.13 95 5/15/2026
1.0.12 95 5/15/2026
1.0.11 87 5/15/2026
1.0.10 93 5/13/2026
1.0.9 85 5/10/2026
1.0.8 92 5/10/2026
1.0.7 93 5/10/2026
1.0.6 92 5/10/2026
1.0.5 92 5/10/2026
1.0.4 97 5/10/2026
1.0.3 101 5/10/2026
1.0.2 94 5/10/2026
1.0.1 104 5/10/2026
1.0.0 98 5/10/2026

v1.0.13 — Fix iconUrl for XrmToolBox portal; update descriptions to remove SVG/PNG references.