You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Angele
changed the title
Folder generated in temp directory
Folder generated in temp directory doesn't get deleted.
Oct 26, 2018
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.
The text was updated successfully, but these errors were encountered: