DLaB.Xrm.EarlyBoundGeneratorV2.Api 2.2024.11.8

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

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

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.2024.11.8 69 11/12/2024
2.2024.10.16 84 10/17/2024
2.2024.9.11 134 9/12/2024
2.2024.9.8 113 9/9/2024
2.2024.5.16 200 5/17/2024
2.2024.5.8 118 5/9/2024
2.2024.5.4 79 5/3/2024
2.2024.2.1 584 2/1/2024
2.2024.1.23 123 1/24/2024
2.2023.12.22 180 12/22/2023
2.2023.12.21 144 12/21/2023
2.2023.12.20 138 12/21/2023
2.2023.12.16 131 12/17/2023
2.2023.12.14 133 12/14/2023
2.2023.12.12 128 12/13/2023
2.2023.12.10 119 12/11/2023
2.2023.12.4 156 12/5/2023
2.2023.5.13 198 5/14/2023
2.2023.4.9 197 4/10/2023
2.2023.4.3 196 4/5/2023

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

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

V2.2024.2.1
Virtual Attributes with Make all fields Editable Creates invalid setters #484

V2.2024.1.23
Fix for Null Ref when missing local language pack classes #480

V2.2023.12.22
Fix for Connection Record1ObjectTypeCode and Connection_Record2ObjectTypeCode Are noisy between Environments #477

V2.2023.12.21
Fix for Naming Conventions for OptionSets #316

V2.2023.12.20
Allow for Enum Name Replacement strings #475
Alternate Keys aren't ordered #474
Fix Error with StateCode when overriding EntityName #473

V2.2023.12.16
Fix Ordering of local Enums #472
Fix "Use Enum for State Codes" generates enum with lowercase first letter #439

V2.2023.12.14
State Name is incorrect when using Entity Class Name Overrides #469

V2.2023.12.12
Allow to override Entity Names #467

V2.2023.12.10
Fix IEnumerable Activity Party Typing Bug (again) #464
Added claw/clawback to dictionary

V2.2023.12.4
Added Option to suppress Auto-Generated by comment #414
Added Option to import all languages label - Early Bound Generator #426
Added Character substitution list for Danish #441
Fix for "Delete Files from Output folders" fails if "Generate Messages" = False #447
Add setting to specify output folder location #451