Xrm.EntityExplorer 1.2026.6.30

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

Entity Explorer

Entity Explorer is an XrmToolBox plugin for Dynamics 365 / Dataverse that lets you explore, analyze, and export entity metadata across your environment.

Whether you're building a data dictionary, planning an integration, auditing a schema, or just trying to understand what's in an org you inherited — Entity Explorer gets every entity into a grid you can sort, filter, group, and export to Excel in one click.


Features

Comprehensive metadata retrieval — loads every entity in your connected org. Each row shows the entity's display name, logical name, schema name, attribute counts, and dozens of additional metadata properties.

Flexible grid — powered by DevExpress, the grid supports multi-column sorting, grouping, filtering, and a column chooser so you can surface only the properties you care about. Hide the noise, keep what matters.

Attribute counts at a glance — see the total and custom attribute count for every entity without opening each one individually.

Record counts on demand — click Count Records to see how many records exist in each entity. Runs in the background so it doesn't block the rest of the grid.

Export to Excel — export the entire grid (with your current grouping and column layout) to a .xlsx file in one click.

Cancel at any time — metadata retrieval can take a while in large orgs. A cancel button lets you stop the process cleanly at any point.

Built-in help — press Ctrl+H to open the online help documentation in a side panel without leaving the tool.


Getting Started

  1. Install XrmToolBox if you haven't already: xrmtoolbox.com
  2. Find Entity Explorer in the XrmToolBox Tool Library and install it.
  3. Connect to a Dynamics 365 / Dataverse environment using XrmToolBox's connection manager.
  4. Open the tool — entities load automatically.
  5. Wait for the retrieval to complete — progress is shown in the status bar.
  6. Sort, group, filter, and use the column chooser to explore the data.
  7. Click Count Records if you need record counts.
  8. Click Export to save to Excel when ready.

Online Help

Full documentation: https://xrmdocs.cloudevolv.com/docs/entityexporthelp.html

Or press Ctrl+H while the plugin is open.


About

Built by cloudevolv.com — Dynamics 365 consulting and tools.

Donations via PayPal help keep the tool maintained and free.

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.2026.6.30 0 6/30/2026
1.2026.6.29 61 6/29/2026
1.2025.2.6 7,087 2/6/2025
1.2019.12.5 54,943 12/4/2019

Modernized NuGet packaging and dependency versions to match the rest of the XrmToolbox plugin family.