Stu Sklinar
Stu Sklinar
Where exactly are you seeing this?
Do you have an example?
Yeh that'll break. I'm not sure if the MS razor engine offers a timeout option. But, surely all the code should be "trusted" you wouldn't be putting in random views...
With a lack of anything here (or in the MS version). You could write your own, using cancellation tokens? Or set your own timeout
Try adding the microsoft.aspnet.razor package to get System.Web.Razor
Also see: #498
That's because razor 2.0 isn't supported, I'm also waiting on a fix.
Ok - Update. There *is* a NetCore release for this - https://github.com/hermanho/RazorEngine/tree/updateToNetCore This is forked from this branch, which was then forked from @conniey. Available as a nuget package here:...
What are your existing templates? Can you show me an example? I May have a fix if you have an extended base template.
Ah ok, different error to mine. So long as your base classes don't need ctor params, you won't run into the same issue me. As for this, can you pass...