1 min readJun 9, 2020
Hi Anuj,
In order to support MVC plugins, all plugins in Prise had to be made Singleton. This is the only way to add them to the MVC pipeline as ApplicationParts. The result is that there’s a lock on the assembly files. I’m looking into releasing the lock when the plugin is unloaded, but have not been successful yet.