PowerShell module providing cmdlets for CRM solution export, import, packing, publishing, and version management. Enables fully automated DevOps pipelines for Dynamics 365.
using System.Management.Automation;
namespace Xrm.Framework.CI.PowerShell.Cmdlets
{
/// <summary>
/// <para type="synopsis">Returns C# custom attribute class used for plugin registration</para>
/// <para type="description">This cmdlet generates C# code for a custom attribute to be used in a
/// plugin or workflow project. The class can be used to generate the registration json used in
/// the SetXrmPluginRegistration cmdlet
/// </para>
/// </summary>
/// <example>
/// <code>C:\PS>Get-XrmPluginRegistrationClass</code>
/// <para>Returns code using namespace "XrmCiFramework"</para>
/// </example>
/// <example>
/// <code>C:\PS>Get-XrmPluginRegistrationClass -Namespace "MySolution.MyNamespace"</code>
/// <para>Returns code us
... (truncated -- full source via MCP)
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key