A VirtualModel constructed by a VirtualModelBuilder is unable to handle changes propagated to it due to a missing project directory marker. This directory marker is currently added by the TestProjectManager and as we only use VirtualModels in test code its sufficient. If we want to use a VirtualModel outside a test project we have to set the marker in our code or adapt the VirtualModelBuilder.
A
VirtualModel
constructed by a VirtualModelBuilder is unable to handle changes propagated to it due to a missing project directory marker. This directory marker is currently added by the TestProjectManager and as we only useVirtualModels
in test code its sufficient. If we want to use a VirtualModel outside a test project we have to set the marker in our code or adapt theVirtualModelBuilder
.