DLaB.Xrm.EarlyBoundGenerator.Api 1.2020.2.24

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package DLaB.Xrm.EarlyBoundGenerator.Api --version 1.2020.2.24
NuGet\Install-Package DLaB.Xrm.EarlyBoundGenerator.Api -Version 1.2020.2.24
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="DLaB.Xrm.EarlyBoundGenerator.Api" Version="1.2020.2.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DLaB.Xrm.EarlyBoundGenerator.Api --version 1.2020.2.24
#r "nuget: DLaB.Xrm.EarlyBoundGenerator.Api, 1.2020.2.24"
#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.
// Install DLaB.Xrm.EarlyBoundGenerator.Api as a Cake Addin
#addin nuget:?package=DLaB.Xrm.EarlyBoundGenerator.Api&version=1.2020.2.24

// Install DLaB.Xrm.EarlyBoundGenerator.Api as a Cake Tool
#tool nuget:?package=DLaB.Xrm.EarlyBoundGenerator.Api&version=1.2020.2.24

Generates Early Bound Entities/Option Sets/Actions Without XrmToolBox Dependencies.  Uses CrmSvcUtil from the SDK.

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.

This package has 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.2022.9.22 1,820 9/23/2022
1.2022.5.3 606 5/4/2022
1.2022.4.3 4,240 4/4/2022
1.2022.1.4 1,133 1/5/2022
1.2021.12.12 322 12/13/2021
1.2021.10.6 373 10/7/2021
1.2021.6.14 1,110 6/15/2021
1.2021.6.13 333 6/15/2021
1.2021.6.10 343 6/11/2021
1.2021.5.2 3,375 5/3/2021
1.2021.4.30 402 5/1/2021
1.2021.4.19 328 4/20/2021
1.2021.1.23 2,362 1/23/2021
1.2021.1.22 365 1/22/2021
1.2021.1.21 360 1/21/2021
1.2021.1.20 387 1/21/2021
1.2021.1.18 318 1/19/2021
1.2021.1.13 1,477 1/15/2021
1.2021.1.9 371 1/11/2021
1.2020.6.22 1,042 6/23/2020
1.2020.5.5 663 5/6/2020
1.2020.4.21 487 4/23/2020
1.2020.4.17 462 4/18/2020
1.2020.4.1 546 4/2/2020
1.2020.3.29 532 3/30/2020
1.2020.3.24 509 3/25/2020
1.2020.2.25 535 2/26/2020
1.2020.2.24 534 2/25/2020
1.2019.10.27 1,019 10/28/2019
1.2019.8.22 597 8/23/2019
1.2019.5.17 747 5/19/2019
1.2019.5.12 1,861 5/13/2019
1.2019.4.28 602 4/29/2019
1.2019.3.19 641 3/20/2019
1.2019.3.17 564 3/18/2019
1.2019.3.11 560 3/12/2019
1.2019.2.12 669 2/15/2019
1.2019.1.25 836 1/28/2019
1.2018.10.15 883 10/16/2018
1.2018.9.13 815 9/14/2018
1.2018.5.2 928 7/10/2018

V1.2020.2.24
Removed EntityTypeCode generation by default. #216

V1.2019.10.27
Added State/Status Codes as Local Option Sets #206
Generate entities with more constructors #204
Added option to clobber folder if "Generate One File Per Action/Entity/Option Set" used #202

V1.2019.8.22
Fixed Adding generated files to project sometimes gets it wrong #193

V1.2019.5.17
Fixed Adding generated files to project sometimes gets it wrong #193

V1.2019.5.12
Added ability to Whitelist actions #190
Updated the connection string setting to allow a full connection string to be specified and used #190
changed the tools to be included as content so they get added to the project and they don't have to manually be copied. #190

V1.2019.4.28
Added Schema Name to Entities

V1.2019.3.19
Fixed bug for MFA

V1.2019.3.17
Updated CrmSvcUtil

V1.2019.3.11
Added Extension for "Make readonly fields editable" #174

V1.2019.2.12
Fixed Multi-Select OptionSets aren't being created! #176

V1.2019.1.25
Replace UI with PropertyGrid #173
Added ability to select publisher prefix to skip #38
Added WhiteList for Entities #172
Added logic to only generate OptionSets if referenced by Entities #36
Prevent specifying the namespace and xrmContext from being the same value. #157

V1.2018.10.15
Upgrade to 9.0.2.5 SDK

V1.2018.9.12
Updated to latest version of the Xrm Sdk
Allow for Multi-Select OptionSets - #136
Added config for setting a Debug