DLaB.Xrm.EarlyBoundGeneratorV2.Api 2.2025.8.13

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

Generates Early Bound Entities/Option Sets/Actions Without XrmToolBox Dependencies.  Uses ModelBuilder from the PAC.

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.2025.8.13 148 8/14/2025
2.2025.8.11 135 8/12/2025
2.2025.8.8 98 8/10/2025
2.2025.8.6 207 8/7/2025
2.2025.7.29 107 7/30/2025
2.2025.7.22 487 7/24/2025
2.2025.7.11 83 7/11/2025
2.2025.7.3 102 7/4/2025
2.2025.4.20 268 4/21/2025
2.2024.11.8 170 11/12/2024
2.2024.10.16 141 10/17/2024
2.2024.9.11 173 9/12/2024
2.2024.9.8 158 9/9/2024
2.2024.5.16 253 5/17/2024
2.2024.5.8 155 5/9/2024
2.2024.5.4 119 5/3/2024
2.2024.2.1 798 2/1/2024
2.2024.1.23 152 1/24/2024
2.2023.12.22 204 12/22/2023
2.2023.12.21 171 12/21/2023
2.2023.12.20 164 12/21/2023
2.2023.12.16 167 12/17/2023
2.2023.12.14 164 12/14/2023
2.2023.12.12 153 12/13/2023
2.2023.12.10 148 12/11/2023
2.2023.12.4 186 12/5/2023
2.2023.5.13 277 5/14/2023
2.2023.4.9 264 4/10/2023
2.2023.4.3 261 4/5/2023

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
Fix for msdynmkt_PersonalizationDynamicTextAiRequest does not generate properly #502

V2.2025.4.20
Fix for Early-bound "Responses" for messages have incorrect capitalization of attributes #519
Fix for Enum property generated with wrong type #537
Fix for Add Czech language (cs-CZ; 1029) as alphabet for the Option Sets transliteration #529  Thank you Luboš Jánský for providing the alphabet transliteration file!

V2.2024.11.8
Fix for Customizable CustomTextWriter.InvalidStringsForPropertiesNeedingNullableTypes  

V2.2024.10.16
Fix for EBGv2: Entity constructor that takes anonymousType throws NullReferenceException resolves #521 Thank you Jānis Veinbergs for reporting!
Fix for Connection_Record1ObjectTypeCode is missing in generated optionsets resolves #520 Thank you Matt Ritchie for reporting!

V2.2024.9.11
Fix for make reference types nullable" should generate a nullable opt-in directive #500 Thank you Oliver Tressler!

V2.2024.9.8
Don't update Project file for .NET SDK Style Projects #491
Special characters not generating in V2 (ë) #506