DLaB.Xrm.EarlyBoundGeneratorV2 2.2026.7.28

Prefix Reserved
dotnet add package DLaB.Xrm.EarlyBoundGeneratorV2 --version 2.2026.7.28
                    
NuGet\Install-Package DLaB.Xrm.EarlyBoundGeneratorV2 -Version 2.2026.7.28
                    
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.7.28" />
                    
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.7.28" />
                    
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.7.28
                    
#r "nuget: DLaB.Xrm.EarlyBoundGeneratorV2, 2.2026.7.28"
                    
#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.7.28
                    
#: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.7.28
                    
Install as a Cake Addin
#tool nuget:?package=DLaB.Xrm.EarlyBoundGeneratorV2&version=2.2026.7.28
                    
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.7.28 307 7/29/2026
2.2026.7.26 254 7/27/2026
2.2026.7.23 122 7/24/2026
2.2026.6.7 680 6/8/2026
2.2026.5.12 2,023 5/13/2026
2.2026.5.5 235 5/6/2026
2.2026.4.23 952 4/23/2026
2.2026.4.21 283 4/22/2026
2.2026.4.19 361 4/20/2026
2.2025.11.14 2,172 11/14/2025
2.2025.8.26 4,994 8/27/2025
2.2025.8.13 1,223 8/14/2025
2.2025.8.11 533 8/12/2025
2.2025.8.8 319 8/10/2025
2.2025.8.6 393 8/7/2025
2.2025.7.29 881 7/30/2025
2.2025.7.22 1,050 7/24/2025
2.2025.7.11 1,019 7/11/2025
Loading failed

V2.2026.7.28
OptionSetMetadataAttribute Generates Null Ref Warnings #617

V2.2026.7.26
EntityOptionSetEnum Generates Null Ref Warnings #616

V2.2026.7.23
CS8604 for Entity Sets #613
Unboxing Error for Custom Constructor with Nullable Ref Values #612
Fix language inconsistency in EBG V2 generated labels #570
Skip writing serializedMetadataRelativeFilePath when metadata serialization is unused #609

V2.2026.6.7
Obsolete attributed should be added to Field Name too, not only to Property #571

V2.2026.5.12
Custom API message response set fails #603
Update Name and folder while writing metadata to xml file #604
Fix for Incorrect English #600

V2.2026.5.5
Error when opening Message Whitelist #598

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