IvanLieckens
IvanLieckens
When using External DI the "allAssemblies" that are scanned according to the common conventions do not include the "includeAssembliesForScan". Does this have a specific design reason?
The Publish verb takes a "trigger" and "targets" parameter just as the ootb TriggerAutoPublishSyncedItems processor. - trigger can be an ID or path - targets is a comma seperated list...
 
I noticed in the GetModel processor that the following occurs: `var item = scContext.Database.GetItem(renderingItem.DataSource);` This works fine with path/guid datasources but when using a query type datasource this doesn't resolve...