DLaB.Xrm.EarlyBoundGeneratorV2 2.2026.4.23

Prefix Reserved
dotnet add package DLaB.Xrm.EarlyBoundGeneratorV2 --version 2.2026.4.23
                    
NuGet\Install-Package DLaB.Xrm.EarlyBoundGeneratorV2 -Version 2.2026.4.23
                    
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.EarlyBoundGeneratorV2" Version="2.2026.4.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DLaB.Xrm.EarlyBoundGeneratorV2" Version="2.2026.4.23" />
                    
Directory.Packages.props
<PackageReference Include="DLaB.Xrm.EarlyBoundGeneratorV2" />
                    
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 DLaB.Xrm.EarlyBoundGeneratorV2 --version 2.2026.4.23
                    
#r "nuget: DLaB.Xrm.EarlyBoundGeneratorV2, 2.2026.4.23"
                    
#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 DLaB.Xrm.EarlyBoundGeneratorV2@2.2026.4.23
                    
#: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=DLaB.Xrm.EarlyBoundGeneratorV2&version=2.2026.4.23
                    
Install as a Cake Addin
#tool nuget:?package=DLaB.Xrm.EarlyBoundGeneratorV2&version=2.2026.4.23
                    
Install as a Cake Tool

Generates Early Bound Entities/Option Sets/Messages.  Uses the DataverseModelBuilder from the SDK, and shows command line used to create the classes.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.2026.4.23 588 4/23/2026
2.2026.4.21 247 4/22/2026
2.2026.4.19 324 4/20/2026
2.2025.11.14 2,108 11/14/2025
2.2025.8.26 4,958 8/27/2025
2.2025.8.13 1,195 8/14/2025
2.2025.8.11 503 8/12/2025
2.2025.8.8 287 8/10/2025
2.2025.8.6 361 8/7/2025
2.2025.7.29 841 7/30/2025
2.2025.7.22 1,021 7/24/2025
2.2025.7.11 983 7/11/2025
2.2025.7.3 709 7/4/2025
2.2025.4.20 3,028 4/21/2025
2.2024.11.8 6,077 11/12/2024
2.2024.10.16 2,251 10/17/2024
2.2024.9.11 2,976 9/12/2024
2.2024.9.8 1,147 9/9/2024
Loading failed

V2.2026.4.23
Unable to open Entities Whitelist #596

V2.2026.4.21
Fix for class generated for custom api #594

V2.2026.4.19
Fix Missing dll References for Microsoft.PowerPlatform.Dataverse.ModelBuilderLib #593
Fix Issue with the capitalization of generated attributes in messages closes #579

V2.2.2025.11.14
Duplicate relationship within AsyncOperation when having 2 Business Process Flows #569
File attributes don't have the file name that ends with _name closes #568
Fix for how to utilize "Option Name Overrides" effectively? #565

V2.2.2025.8.26
Preserver Spacing for ObsoleteTokens #556
Added Search box for Entities #543
Allow for filtering entities by solution #320

V2.2.2025.8.13
Fix for duplicate Obsolete values
Fix for non-adjust casing enum transliteration

V2.2025.8.11
Expose Obsolete Token config for other languages #548
Fix for unwanted System.Diagnostics.DebuggerNonUserCode() #551
Add missing characters in alphabet 1045 (#553)
Fix non-english characters getting stripped #552

V2.2025.8.8
Set [Obsolete] on deprecated attributes closes #548
FileName should be FileName, not Filename #550

V2.2025.8.6
Allow for Option-set capitalization overrides #549

V2.2025.7.29
Fix Unable to lookup the non-public JsonProperty Constructor #547

V2.2025.7.22
Fix Invalid Position Casing #546

V2.2025.7.11
Fix for Naming Collision for Entity and Attribute Names #545

V2.2025.7.3
Fix "Make Reference Types Nullable" setting generates code with nullability errors #533
Actually Add ExchangeRate token for #536
Fix Early Bound classes not compiling if Connection included as Entity and Make all fields editable is false #532
Honor custom OptionSet name casing #541
Create Save Settings button #544
Fix for msdynmkt_PersonalizationDynamicTextAiRequest does not generate properly #502