mho.PluginStepsViewer 0.6.0

dotnet add package mho.PluginStepsViewer --version 0.6.0                
NuGet\Install-Package mho.PluginStepsViewer -Version 0.6.0                
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="mho.PluginStepsViewer" Version="0.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add mho.PluginStepsViewer --version 0.6.0                
#r "nuget: mho.PluginStepsViewer, 0.6.0"                
#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.
// Install mho.PluginStepsViewer as a Cake Addin
#addin nuget:?package=mho.PluginStepsViewer&version=0.6.0

// Install mho.PluginStepsViewer as a Cake Tool
#tool nuget:?package=mho.PluginStepsViewer&version=0.6.0                

XrmToolBox-Plugins

Plugins for the XrmToolBox

Plugin Steps Viewer

When working in environments consisting of many solutions with many plugins, it’s often difficult to get a fair understanding about registered plugin assemblies, types and steps. You can display this information in the Plugin Registration Viewer, but the tool is slow, and you cannot filter on any criteria. As I had a need to do exactly this, I created a standalone tool to display the registered plugin steps in a flat list with some filtering options. I then decided to turn it into a plugin for the XrmToolBox. This first release v0.6.0 does not include everything you might expect. But it does give you a very fast overview about the registered steps in your environment.

There are no supported framework assets in this 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
0.6.0 1,059 9/12/2024

First beta release.