WaelHamze / xrm-ci-framework

xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
MIT License
186 stars 117 forks source link

Manage early-bound generated entities and option-sets in one cs file #180

Closed Bakanych closed 5 years ago

Bakanych commented 5 years ago

Currently we have entity classes placed both in entities.cs and per-entity cs files. To make it more ordered I regenerated it into 2 files: Entities.cs and OptionSets.cs. I also placed EarlyBoundGenerator.Settings.xml config file to be used with Early Bound Generator plugin for Xrm Toolbox in case if anyone needs to add another entity and run regeneration.

WaelHamze commented 5 years ago

@Bakanych great idea. Glad someone is looking after the consistency 👍