Use Visual Studio Code Map to visualize your Dataverse code
Use Visual Studio Code Map to visualize your Dataverse code
What an incredible feature I just discovered in Microsoft Visual Studio! Code Map! It will allow you to view and navigate through your code graphically via a viewer, which will greatly simplify your understanding of your C# solutions.
This could be very useful in the following cases:
- Resumption of an existing project with legacy source code.
- Documentation of your code.
- And more...
Warning, there is an important prerequisite, this feature is only available in the Enterprise version of Visual Studio.
Demonstration
Below, I will show you how to generate the Code Map for example for a Dataverse plugin. This example is based on this open source code offered by Microsoft that I found on GitHub.
It's an extremely simple plugin with only one class and references. You will see that it is possible in a few clicks to obtain the code map.
Step 1 : Open your solution
Step 2 : Add a Directed Graph Document(.dgml) item to your project
Step 3 : Drag and Drop the desired classes you want to explore
You will see the map appear just after
Then you can expand and start your navigation.
Step 4 : You can generate the code map for the entire solution
On the menu bar, choose Architecture > Generate Code Map for Solution. If your code hasn't changed since the last time you built it, you can select Architecture > Generate Code Map for Solution Without Building instead
Microsoft Documentation
Of course, my example is very simple and you imagine any other scenario that will match to your needs. You could use it for Plugins or any kind of other C# development.
Coming from the official MS documentation, you can see a Code Map much more bigger that can show you the kind of things you can do.
Finally, please find here the official documentation wherein you will find all the options and capabilities of this wonderful feature. Such as legends, filters, dependencies, ...
Use Visual Studio Code Map to visualize your Dataverse code
Published on:
Learn moreRelated posts
Save $100 With Power Platform Conference 2025 Discount Code
Use my Power Platform Conference 2025 Discount Code: MVPDEVANEY for $100 off registration. Follow this ... The post Save $100 With Power Platf...
Microsoft 365 & Power Platform Call (Microsoft Speakers) – Community Takeover – July 8th, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Power Platform Blue Print Review – Quick Recap
The Solution blueprint review is covers all required topics. The workshop can also be conducted remotely. When the workshop is done remotely, ...
Power Platform & M365 Dev Community Call – July 3rd, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Power Platform admin center – The agent inventory page is now available for Public Preview
We are announcing that the agent inventory page for the Power Platform admin center is now available for Public Preview. This page allows admi...
Microsoft 365 & Power Platform Call (Microsoft Speakers) – Community Takeover – July 1st, 2025 – Screenshot Summary
Call Highlights SharePoint Quicklinks: Primary PnP Website: https://aka.ms/m365pnp Documentation & Guidance SharePoint Dev Videos Issues...
Power Platform admin center – Manage agent security with enhanced admin controls
We are announcing the ability to govern Copilot agent development in your environments and enforce governance policies for Copilot agents. Thi...
Add other agents | Power Platform Shorts
Power Platform – Information regarding the ability to re-enable customer-managed key locked environments
We are announcing the ability to manually re-enable customer-managed keys locked environments will reach public preview starting on June 30, 2...