You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@pksorensen the flag is technically there (save / load respectively), but save doesn't seem to work. It's done for XRMDT though, so it should be possible.
For future reference:
Parameter added to GenerateCSharpContext extraArguments: "save", "test.tmp"
Error dump:
(2021-05-31 14:39:08Z) [Info]: Retrieving CRM version...Done!
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.
and then i would like to call XrmContext --file myserializeddata.xml to generate the context.
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? :)
The text was updated successfully, but these errors were encountered: