Hello,
I am interested in the project, however I require any build process I construct to be purely dependent upon source control versioned entities.
To this end, I believe I need to capture the MyMeta object, serialise it and put it under version control. Thereafter to deserialise the MetaData and generate the code from templates.
This is basically to integrate into the build process of a large scale system - One can't have build steps in any nightly build process which can't be 100% automated, or have reliance on non-version-controlled entities.
Is something to this effect achievable with the tool at the present time?
Specifically - to capture MyMeta against SQL Server and store it as step 1 (done manually, periodically); then reinitialise it from a file (from my source control repository) and generate the templates as step 2 (done as part of the automated and repeatable nightly build from version controlled sources.)
many thanks
