Xrm.Sdk.PluginRegistration
3.0.7
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
<PackageReference Include="Xrm.Sdk.PluginRegistration" Version="3.0.7" />
paket add Xrm.Sdk.PluginRegistration --version 3.0.7
#r "nuget: Xrm.Sdk.PluginRegistration, 3.0.7"
// 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 | Versions |
---|---|
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- XrmToolBox (>= 1.2016.6.29)
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.2022.12.2 | 17,838 | 12/12/2022 |
3.2022.12.1 | 621 | 12/11/2022 |
3.2022.4.1 | 35,106 | 4/3/2022 |
3.2021.6.1 | 37,695 | 6/9/2021 |
3.2021.4.1 | 9,288 | 4/4/2021 |
3.2021.3.2 | 2,088 | 3/29/2021 |
3.2020.12.1 | 12,220 | 12/8/2020 |
3.2020.11.3 | 4,464 | 11/19/2020 |
3.2020.11.2 | 1,962 | 11/16/2020 |
3.2020.9.1 | 8,189 | 9/28/2020 |
3.2020.5.2 | 14,521 | 5/8/2020 |
3.2020.5.1 | 1,732 | 5/6/2020 |
3.2020.4.15 | 3,216 | 4/23/2020 |
3.2020.4.14 | 688 | 4/23/2020 |
3.2020.1.4 | 10,835 | 1/29/2020 |
3.2019.7.1 | 17,801 | 7/14/2019 |
3.2018.11.4 | 11,907 | 11/8/2018 |
3.2018.8.3 | 22,466 | 8/27/2018 |
3.2018.7.22 | 7,066 | 7/13/2018 |
3.2017.8.1 | 61,572 | 8/3/2017 |
3.1.5.1 | 33,675 | 4/20/2017 |
3.1.4.2 | 51,569 | 1/31/2017 |
3.1.4.1 | 2,687 | 1/30/2017 |
3.1.4 | 4,732 | 1/26/2017 |
3.1.1 | 37,192 | 10/18/2016 |
3.0.9 | 15,683 | 8/15/2016 |
3.0.7 | 7,954 | 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.