DLaB.Xrm.EarlyBoundGeneratorV2 2.2025.4.20

Prefix Reserved
dotnet add package DLaB.Xrm.EarlyBoundGeneratorV2 --version 2.2025.4.20
                    
NuGet\Install-Package DLaB.Xrm.EarlyBoundGeneratorV2 -Version 2.2025.4.20
                    
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.2025.4.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DLaB.Xrm.EarlyBoundGeneratorV2" Version="2.2025.4.20" />
                    
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.2025.4.20
                    
#r "nuget: DLaB.Xrm.EarlyBoundGeneratorV2, 2.2025.4.20"
                    
#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.
#addin nuget:?package=DLaB.Xrm.EarlyBoundGeneratorV2&version=2.2025.4.20
                    
Install DLaB.Xrm.EarlyBoundGeneratorV2 as a Cake Addin
#tool nuget:?package=DLaB.Xrm.EarlyBoundGeneratorV2&version=2.2025.4.20
                    
Install DLaB.Xrm.EarlyBoundGeneratorV2 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.2025.4.20 335 3 days ago
2.2024.11.8 5,899 5 months ago
2.2024.10.16 2,153 6 months ago
2.2024.9.11 2,877 7 months ago
2.2024.9.8 1,028 7 months ago
2.2024.5.16 5,045 5/17/2024
2.2024.5.8 1,470 5/9/2024
2.2024.5.4 1,342 5/3/2024
2.2024.2.1 4,548 2/1/2024
2.2024.1.23 1,894 1/24/2024
2.2023.12.22 2,607 12/22/2023
2.2023.12.21 1,635 12/21/2023
2.2023.12.20 1,264 12/21/2023
2.2023.12.16 1,836 12/17/2023
2.2023.12.14 1,406 12/14/2023
2.2023.12.13 1,671 12/13/2023
2.2023.12.12 1,482 12/13/2023
2.2023.12.10 1,678 12/11/2023
2.2023.12.4 601 12/5/2023
2.2023.5.13 6,182 5/14/2023
2.2023.4.24 1,547 4/25/2023
2.2023.4.21 290 4/24/2023
2.2023.4.20 240 4/21/2023
2.2023.4.17 429 4/18/2023
2.2023.4.12 492 4/13/2023
2.2023.4.9 445 4/10/2023
2.2023.4.6 321 4/6/2023
2.2023.4.5 286 4/5/2023
2.2023.4.4 263 4/5/2023
2.2023.4.3 291 4/5/2023

2.2025.4.20
Fix for Early-bound "Responses" for messages have incorrect capitalization of attributes #519
Fix for Create standard message not exported #522
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
Allow EBG to accept a path to a settings file. #514
Special characters not generating in V2 (ë) #506

V2.2024.5.16
Add option to mark all attributes as nullable (C# 8.0) #311

V2.2024.5.8
Allow for specifying more than 100 entities in entity whitelist #493

V2.2024.5.4
Allow for Blacklist of Attribute Names #494