Xrm.Sdk.PluginRegistration
3.1.1
See the version list below for details.
dotnet add package Xrm.Sdk.PluginRegistration --version 3.1.1
NuGet\Install-Package Xrm.Sdk.PluginRegistration -Version 3.1.1
<PackageReference Include="Xrm.Sdk.PluginRegistration" Version="3.1.1" />
paket add Xrm.Sdk.PluginRegistration --version 3.1.1
#r "nuget: Xrm.Sdk.PluginRegistration, 3.1.1"
// Install Xrm.Sdk.PluginRegistration as a Cake Addin #addin nuget:?package=Xrm.Sdk.PluginRegistration&version=3.1.1 // Install Xrm.Sdk.PluginRegistration as a Cake Tool #tool nuget:?package=Xrm.Sdk.PluginRegistration&version=3.1.1
Classic tool in XrmToolBox plugin form
Product | Versions 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. |
-
- 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.2024.3.2 | 41,301 | 3/2/2024 |
3.2023.12.14 | 14,701 | 12/21/2023 |
3.2023.12.12 | 2,789 | 12/15/2023 |
3.2023.12.7 | 1,438 | 12/14/2023 |
3.2023.12.3 | 3,119 | 12/11/2023 |
3.2023.12.2 | 2,067 | 12/8/2023 |
3.2023.11.1 | 9,193 | 11/6/2023 |
3.2023.10.2 | 7,961 | 10/11/2023 |
3.2023.9.3 | 5,592 | 9/28/2023 |
3.2022.12.2 | 40,518 | 12/12/2022 |
3.2022.12.1 | 1,531 | 12/11/2022 |
3.2022.4.1 | 36,478 | 4/3/2022 |
3.2021.6.1 | 38,964 | 6/9/2021 |
3.2021.4.1 | 10,045 | 4/4/2021 |
3.2021.3.2 | 2,844 | 3/29/2021 |
3.2020.12.1 | 13,045 | 12/8/2020 |
3.2020.11.3 | 5,274 | 11/19/2020 |
3.2020.11.2 | 2,737 | 11/16/2020 |
3.2020.9.1 | 9,050 | 9/28/2020 |
3.2020.5.2 | 15,517 | 5/8/2020 |
3.2020.5.1 | 2,634 | 5/6/2020 |
3.2020.4.15 | 3,949 | 4/23/2020 |
3.2020.4.14 | 1,418 | 4/23/2020 |
3.2020.1.4 | 11,654 | 1/29/2020 |
3.2019.7.1 | 18,533 | 7/14/2019 |
3.2018.11.4 | 12,658 | 11/8/2018 |
3.2018.8.3 | 23,216 | 8/27/2018 |
3.2018.7.22 | 7,832 | 7/13/2018 |
3.2017.8.1 | 62,428 | 8/3/2017 |
3.1.5.1 | 34,549 | 4/20/2017 |
3.1.4.2 | 52,317 | 1/31/2017 |
3.1.4.1 | 3,460 | 1/30/2017 |
3.1.4 | 5,523 | 1/26/2017 |
3.1.1 | 37,991 | 10/18/2016 |
3.0.9 | 16,433 | 8/15/2016 |
3.0.7 | 8,789 | 8/10/2016 |
Missing plugin checks added
There are kind of registration errors that really hard to debug. Usually they appear in error logs as Plug-in assembly does not contain the required types or assembly content cannot be updated.
Reasons causing the error could be different:
* Plugin get removed;
* Plugin get renamed;
* Plugin's access level modificator has changed.
But result is always the same: assembly could not be registered, since required plugin type is missing due to one of caused mentioned above.
Now this errors detected in PluginRegistration automatically. The code checks plugins listed in given assembly and in the CRM organization and in case of mismatch shows user list of plugins that causes the problem.