Xrm.Sdk.PluginRegistration 3.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xrm.Sdk.PluginRegistration --version 3.0.7
NuGet\Install-Package Xrm.Sdk.PluginRegistration -Version 3.0.7
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.Sdk.PluginRegistration" Version="3.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xrm.Sdk.PluginRegistration --version 3.0.7
#r "nuget: Xrm.Sdk.PluginRegistration, 3.0.7"
#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 Xrm.Sdk.PluginRegistration as a Cake Addin
#addin nuget:?package=Xrm.Sdk.PluginRegistration&version=3.0.7

// Install Xrm.Sdk.PluginRegistration as a Cake Tool
#tool nuget:?package=Xrm.Sdk.PluginRegistration&version=3.0.7

Classic tool in XrmToolBox plugin form

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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
3.2024.3.2 10,515 3/2/2024
3.2023.12.14 14,132 12/21/2023
3.2023.12.12 2,601 12/15/2023
3.2023.12.7 1,315 12/14/2023
3.2023.12.3 3,027 12/11/2023
3.2023.12.2 1,987 12/8/2023
3.2023.11.1 9,077 11/6/2023
3.2023.10.2 7,872 10/11/2023
3.2023.9.3 5,459 9/28/2023
3.2022.12.2 40,334 12/12/2022
3.2022.12.1 1,469 12/11/2022
3.2022.4.1 36,058 4/3/2022
3.2021.6.1 38,660 6/9/2021
3.2021.4.1 9,981 4/4/2021
3.2021.3.2 2,765 3/29/2021
3.2020.12.1 12,979 12/8/2020
3.2020.11.3 5,211 11/19/2020
3.2020.11.2 2,678 11/16/2020
3.2020.9.1 8,977 9/28/2020
3.2020.5.2 15,370 5/8/2020
3.2020.5.1 2,512 5/6/2020
3.2020.4.15 3,885 4/23/2020
3.2020.4.14 1,367 4/23/2020
3.2020.1.4 11,550 1/29/2020
3.2019.7.1 18,486 7/14/2019
3.2018.11.4 12,598 11/8/2018
3.2018.8.3 23,154 8/27/2018
3.2018.7.22 7,778 7/13/2018
3.2017.8.1 62,351 8/3/2017
3.1.5.1 34,460 4/20/2017
3.1.4.2 52,259 1/31/2017
3.1.4.1 3,405 1/30/2017
3.1.4 5,470 1/26/2017
3.1.1 37,926 10/18/2016
3.0.9 16,380 8/15/2016
3.0.7 8,717 8/10/2016

Introducing "Early-Bound Magic Cast"!

Painful and long lasting issue #1 was finally solved by introducing new Transformation.Magic class that casts late-bound entities and early-bound entities automatically resolved to classes in another assembly to correct early-bound assemblies in Xrm.Sdk.PluginResistration assembly.

This does not fix XrmToolBox isolation issue, but at least lets operate this the plugins without any obstacles.

Some NUnit tests was added during Magic development. They will grow up in number with time, along with refactoring.

There was a lots of changes in code styling. It was pushed from a-la .NET 2.0 towards .NET 4.0 like.