Open
Description
I assume that XrmContext retrieve all the metadata from API. I would like to be able to extract that separately and serialize it to a file format.
- What is the actual retrieve calls that XrmContext calls?
and then i would like to call XrmContext --file myserializeddata.xml to generate the context.
- How easy would this be to add?
The reason is that i would from within a plugin in an solution do the extract and then post the serialized content to an external service that generates the dll and publish as a nuget - and i dont need to give CRM credentials to the external service that generates the dll.
@magesoe - is it possible? :)