Antaris/RazorEngine

How to avoid generate temp dlls?

Opened this issue · 1 comments

Hi,

We are facing a security issue of RazorEngine.
Although we can isolate the generated assembly, we still need load those assemblies from file system. Our environment ask that all assembles must be signed before execute, and those temp dll calling are violate our security policy.

Is there a way to CompileAndRun with a .cshtml file without generate extra dll fill in file system?

Thanks

Hi @Blueve,
we're facing this kind of problem also, did you get a way to solve it?
Thanks!