mvcExpress-framework
mvcExpress-framework copied to clipboard
Live extention improvement: warn about missing proxy inject.
Proxy injection is disabled for tasks, only Provided object can be injected. If you try to inject proxy it will fail silenttly.
TODO : throw error in debug mode.
look at : ProcessMapLive initTask() injectObject check.