Template-based-CRM-Code-Generator-Plugin
2.0.0.1
See the version list below for details.
dotnet add package Template-based-CRM-Code-Generator-Plugin --version 2.0.0.1
NuGet\Install-Package Template-based-CRM-Code-Generator-Plugin -Version 2.0.0.1
<PackageReference Include="Template-based-CRM-Code-Generator-Plugin" Version="2.0.0.1" />
paket add Template-based-CRM-Code-Generator-Plugin --version 2.0.0.1
#r "nuget: Template-based-CRM-Code-Generator-Plugin, 2.0.0.1"
// Install Template-based-CRM-Code-Generator-Plugin as a Cake Addin #addin nuget:?package=Template-based-CRM-Code-Generator-Plugin&version=2.0.0.1 // Install Template-based-CRM-Code-Generator-Plugin as a Cake Tool #tool nuget:?package=Template-based-CRM-Code-Generator-Plugin&version=2.0.0.1
An XrmToolBox plugin that can be used to generate Early-bound code from a CRM Schema using a customisable T4 Template.
Features:
Preserved the original CrmSvcUtil structure and logic.
Customize the way the code is generated.
You get a default T4 template for the code that is generated, with a multitude more features than the official tool (features below).
You can rewrite the whole template if you wish for any possible requirements.
Replaced the SDK types with .NET types.
Only choose the entities required.
Only the fields required.
Option to use display names of entities and fields as variable names instead of logical names.
Override field names inside the tool's UI.
Ability to Lock variable names to avoid code errors on regeneration.
Support for strongly-typed alternate keys, for entities and Entity References.
Add annotations for model validation.
Generate metadata.
Field logical and schema names.
Localised labels.
Automatically limit attributes retrieved from CRM on any entity in a LINQ to the ones choosen (filtered) in the tool (check new entity constructors).
Many options to optimise generated code size even further.
Generate concrete classes for CRM Actions.
Support bulk relation loading.
Support filtering on relation loading.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2020.2.36)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 2.0.0.1
Added: all missing features from VS extension (click on 'Quick Guide' for more info), except Contracts
Added: keep track of paths (settings, template, and code) used in previous sessions and the links between them
Fixed: layout issues
* 1.0.0.5
Fixed: assembly issues
* 1.0.0.3
Changed: updated package name
* 1.0.0.1
Initial release