Boruto.Dataverse.Plugin
1.0.1.4
See the version list below for details.
dotnet add package Boruto.Dataverse.Plugin --version 1.0.1.4
NuGet\Install-Package Boruto.Dataverse.Plugin -Version 1.0.1.4
<PackageReference Include="Boruto.Dataverse.Plugin" Version="1.0.1.4" />
<PackageVersion Include="Boruto.Dataverse.Plugin" Version="1.0.1.4" />
<PackageReference Include="Boruto.Dataverse.Plugin" />
paket add Boruto.Dataverse.Plugin --version 1.0.1.4
#r "nuget: Boruto.Dataverse.Plugin, 1.0.1.4"
#addin nuget:?package=Boruto.Dataverse.Plugin&version=1.0.1.4
#tool nuget:?package=Boruto.Dataverse.Plugin&version=1.0.1.4
Boruto.Dataverse.Plugin
updated: 2025-04-27 08:40
- Build plugin for dataverse using SOLID software princips
- Keep you plugin registration in dataverse in sync. with your code, using a simple plugin self-deployment solution
For documentation: Please go to the official boruto dataverse project documentation page to see documentation
DISCLAIMER
This software is provided as-is, and is used on your own risk. Kipon ApS does not take any responsibility of damages directly or indirectly caused by the use of this software.
LICENSE
The software is licensed under MIT, and can be used and distributed for free. It is prohibited to sell the software under any circumstances.
Boruto
History: Boruto ← Kipon.Solid.Plugin
This library is a migration of the Kipon.Solid.Plugin framework, with the purpose of support builing Plugins for the dataverse platform using the software princip SOLID.
The Kipon.Solid.Plugin and the Boruto plugin frameworks has a lot a similarities, however also have important differences in the following areas:
- It is using the nuget plugin deployment model
- It is using pac model build to create strongly typed entities
- Only online environments are supported.
- No support for workflows (the nuget deployment model do not support it)
- Less restrictive in terms of always using interfaces for injection.
Changelog
1.0.1.1 2025-04-30: Boruto.BasePlugin.ServiceProvider change from a property to a method, taking Boruto.ServiceAPI.IServiceContext as argument to allow custom service provider to use Dataverse service directly or, provided by the Boruto platform
1.0.0.4 2025-04-30: Plugin tool is not using early bound entities anymore, to avoid conlict with other libraries
1.0.0.3 2025-04-27: Added extensions methods from Kipon.Solid
1.0.0.2 2025-04-26: Initial release
Copyright
(c) Boruto.Dataverse.Plugin: Copyright Kipon ApS 2022-2025
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- No dependencies.
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 |
---|---|---|
1.0.2.8 | 62 | 6/20/2025 |
1.0.2.7 | 113 | 6/18/2025 |
1.0.2.6 | 219 | 6/13/2025 |
1.0.2.5 | 216 | 6/13/2025 |
1.0.2.4 | 143 | 5/29/2025 |
1.0.2.3 | 145 | 5/26/2025 |
1.0.2.2 | 142 | 5/26/2025 |
1.0.2.1 | 62 | 5/24/2025 |
1.0.1.22 | 136 | 5/7/2025 |
1.0.1.21 | 139 | 5/6/2025 |
1.0.1.20 | 133 | 5/6/2025 |
1.0.1.19 | 131 | 5/6/2025 |
1.0.1.18 | 149 | 5/5/2025 |
1.0.1.17 | 132 | 5/5/2025 |
1.0.1.16 | 135 | 5/5/2025 |
1.0.1.15 | 136 | 5/4/2025 |
1.0.1.14 | 149 | 5/4/2025 |
1.0.1.13 | 95 | 5/4/2025 |
1.0.1.12 | 107 | 5/4/2025 |
1.0.1.11 | 111 | 5/4/2025 |
1.0.1.10 | 65 | 5/3/2025 |
1.0.1.9 | 63 | 5/3/2025 |
1.0.1.8 | 59 | 5/3/2025 |
1.0.1.7 | 90 | 5/2/2025 |
1.0.1.6 | 140 | 5/1/2025 |
1.0.1.5 | 137 | 5/1/2025 |
1.0.1.4 | 136 | 4/30/2025 |
1.0.1.3 | 131 | 4/30/2025 |
1.0.1.2 | 135 | 4/30/2025 |
1.0.1.1 | 134 | 4/30/2025 |
1.0.0.4 | 132 | 4/30/2025 |
1.0.0.3 | 133 | 4/27/2025 |
1.0.0.2 | 96 | 4/26/2025 |
Only load need dll on deploy process