Alok Sharma
Alok Sharma
> Do you expect the liquid files to be on disk? This is what it's doing if you don't set the custom file provider also in `FluidMvcViewOptions`. no i want...
@reach2rv sure i will if it just works as its working with razor runtime engine :) @sebastienros were you able to look into this, as per my needs i need...
@sebastienros i will try to upload a mock project by sunday, and yes i am passing a fake fileprovider thats getting template from database. as i stated above, i need...
i am sorry, i am stuck on deadlines (even sundays are hell before jan) i will check these after new year.
where can i find the source code or documentation for this?
thanks for the reply, There are other plugin libraries that are giving feature of runtime unloading & reload. This is useful in plugin scenario as this enables changes to happen...
@HybridSolutions sure you can find one here https://github.com/natemcmaster/DotNetCorePlugins, i found it pretty useful in my projects. although i had to customize a bit of code it was easy to implement...
much better load a page from controller sitting in plugin, no need to do a db pull or something simply a plugin page would suffice, with service loading from plugin...
Ok, i will need some time to bifurcate this part from my project.
this is the generated sql from above query, instead of Index column its grabbing row_number() causing the issue.. ``` -- SqlServer.2008 DECLARE @SiteId BigInt -- Int64 SET @SiteId = 1...