Open Angele opened 6 years ago
Any update on this bug?
Yeah looks like this project was abandoned. If you don't mind memory leaks and high issue count i suggest using RazorEngine. If you can have you're project run on .Net Core or .Net framework 4.7.2 and higher you can try RazorLight. That last one is still active in development and has low issue count, but i havn't tested it yet.
Hi
TemplateCompiler.cs line 106 generates a new Directory in Temp for every compiled view.
Even tough the TempFileCollection deletes the file in it, is there a possibility to get rid of that directory? Is there any reason not to use CompileAssemblyFromSource provided with in memory string parameters? (same class, line 69)
Hope somebody still gets this.