Boruto.Dataverse.Plugin 1.0.1.4

There is a newer version of this package available.
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
                    
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="Boruto.Dataverse.Plugin" Version="1.0.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Boruto.Dataverse.Plugin" Version="1.0.1.4" />
                    
Directory.Packages.props
<PackageReference Include="Boruto.Dataverse.Plugin" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Boruto.Dataverse.Plugin --version 1.0.1.4
                    
#r "nuget: Boruto.Dataverse.Plugin, 1.0.1.4"
                    
#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.
#addin nuget:?package=Boruto.Dataverse.Plugin&version=1.0.1.4
                    
Install Boruto.Dataverse.Plugin as a Cake Addin
#tool nuget:?package=Boruto.Dataverse.Plugin&version=1.0.1.4
                    
Install Boruto.Dataverse.Plugin as a Cake Tool

Boruto.Dataverse.Plugin

updated: 2025-04-27 08:40

  1. Build plugin for dataverse using SOLID software princips
  2. 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:

  1. It is using the nuget plugin deployment model
  2. It is using pac model build to create strongly typed entities
  3. Only online environments are supported.
  4. No support for workflows (the nuget deployment model do not support it)
  5. 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

(c) Boruto.Dataverse.Plugin: Copyright Kipon ApS 2022-2025

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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