ThinkCrm.Core 0.1.4-beta

This is a prerelease version of ThinkCrm.Core.
dotnet add package ThinkCrm.Core --version 0.1.4-beta
                    
NuGet\Install-Package ThinkCrm.Core -Version 0.1.4-beta
                    
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="ThinkCrm.Core" Version="0.1.4-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ThinkCrm.Core" Version="0.1.4-beta" />
                    
Directory.Packages.props
<PackageReference Include="ThinkCrm.Core" />
                    
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 ThinkCrm.Core --version 0.1.4-beta
                    
#r "nuget: ThinkCrm.Core, 0.1.4-beta"
                    
#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.
#:package ThinkCrm.Core@0.1.4-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ThinkCrm.Core&version=0.1.4-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ThinkCrm.Core&version=0.1.4-beta&prerelease
                    
Install as a Cake Tool

ThinkCrm Core - Simplified Plugin Development

** Warning ** THIS IS NOT PRODUCTION READY. DO NOT USE IN A PRODUCTION SYSTEM

ThinkCrm.Core is a DLL to simplify the creation and execution of Microsoft Dataverse (Dynamics 365) Plugins. At its core it is designed to eliminate plumbing code and automate validation execution. This simplifies development reducing the opportunity for error and helps to support code-based testing.

This exists as conceptual and for references purposes at this point. I wouldn't approach this the same today. I don't use it in production solutions. But it does serve as a model of implementing a plugin plumbing/validation wrapper and distributing it as a NuGet package. I started working on this original concept in August 2012 and it has evolved over the years but also much of the evolution has occurred on non-public projects. Bottom line: don't just drop this into your 2022+ solution and think you are doing a good thing.

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
0.1.4-beta 187 12/21/2022
0.1.3-beta 927 4/26/2017
0.1.2-beta 1,288 7/26/2016
0.1.1-beta 1,295 7/26/2016