Rappen.XrmToolBox.LateboundConstantsGenerator
1.2019.6.2
Prefix Reserved
See the version list below for details.
dotnet add package Rappen.XrmToolBox.LateboundConstantsGenerator --version 1.2019.6.2
NuGet\Install-Package Rappen.XrmToolBox.LateboundConstantsGenerator -Version 1.2019.6.2
<PackageReference Include="Rappen.XrmToolBox.LateboundConstantsGenerator" Version="1.2019.6.2" />
paket add Rappen.XrmToolBox.LateboundConstantsGenerator --version 1.2019.6.2
#r "nuget: Rappen.XrmToolBox.LateboundConstantsGenerator, 1.2019.6.2"
// Install Rappen.XrmToolBox.LateboundConstantsGenerator as a Cake Addin #addin nuget:?package=Rappen.XrmToolBox.LateboundConstantsGenerator&version=1.2019.6.2 // Install Rappen.XrmToolBox.LateboundConstantsGenerator as a Cake Tool #tool nuget:?package=Rappen.XrmToolBox.LateboundConstantsGenerator&version=1.2019.6.2
Generate constant classes from metadata for late bound development on Microsoft Dynamics 365/CRM.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2018.6.25)
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 |
---|---|---|
1.2024.11.4 | 759 | 11/24/2024 |
1.2023.12.1 | 3,812 | 12/31/2023 |
1.2023.2.1 | 4,984 | 2/2/2023 |
1.2021.12.1 | 9,633 | 12/15/2021 |
1.2021.1.2 | 9,368 | 1/15/2021 |
1.2020.2.1 | 7,260 | 2/3/2020 |
1.2020.1.3 | 945 | 1/28/2020 |
1.2019.12.2 | 2,614 | 12/2/2019 |
1.2019.6.2 | 6,963 | 6/26/2019 |
1.2019.5.2 | 4,088 | 5/2/2019 |
1.2018.9.2 | 12,462 | 9/30/2018 |
1.2018.6.2 | 10,346 | 6/15/2018 |
1.2018.2.2 | 16,830 | 2/1/2018 |
1.2017.12.2 | 14,080 | 12/21/2017 |
1.2017.12.1 | 18,313 | 12/4/2017 |
1.2017.11.6 | 4,054 | 11/30/2017 |
1.2017.11.5 | 4,492 | 11/29/2017 |
Latest version:
#30 Enum texts containing [ or ] now created correctly. Thanks to @DerekHAu!
#33 Add option to include logical attributes
This will make "non-real" attributes like owneridname and address fields on contact and account etc available.
---
Version 1.2019.5.2:
#22 Many-to-Many relationships included
#26 EntityCollectionName included
#27 CLI support for build automation
#29 Exposing file template for customization of generated file
Rebranded with 2019 design
* NOTE! #26 introduces a breaking change where constant EntityName is changed to LogicalName. This can be reverted with the introduction of #29.
---
Version 1.2018.9.2:
#16 Generate constants for relationships
#21 Option to create separate common class for attributes used by multiple entities
#19 Improved CamelCasing
#24 Add XML documentation for relationship constants
#25 Gently forgive file write errors instead of throwing exception
Template line break bug fixed