Replies: 2 comments 2 replies
-
Hi! I need to clarify one thing first: if you are using ASP.NET Core it is done by default – all views turned into assembly during build and they never compiled again. Are you sure you are solving right problem? |
Beta Was this translation helpful? Give feedback.
-
Every project that requires templating with Razor syntax no matter its a console app, asp.net core site or windows app
Microsoft RazorEngine is a tool to produce binaries out of text templates. ASP.NET Core and RazorEngineCore use the same RazorEngine in a different way, so the output is not compatible to each other.
No
Performance is exactly the same |
Beta Was this translation helpful? Give feedback.
-
Our team is looking for a solution to render the cshtml files in the background when the web sites starts. So that the cshtml files are cached and skip the compiling at next access.
We notice this project. But we have some questions.
Regards,
Yanlin
Beta Was this translation helpful? Give feedback.
All reactions