-
This issue is to inform everyone that `IsolatedRazorEngineService`, which uses CAS internally, should not be considered 'secure' anymore for various reasons:
- [CAS was obsoleted quite a while now](h…
-
Specifically, I want to use the latest version of the VB compiler so that I can use interpolated strings, as in:
$"/sso/guid/{Model.Guid}/{othervariable}"))
But by default, RazorEngine throw…
-
I have a console application that uses RazorEngine to send email based on the run of the application. I am successfully able to send emails both in the development IDE and from running the console app…
-
We are using RazorEngine.Templating.ITemplateService's Parse method to parse the templates. But time to time we are not getting any response from this method and as we are running this process in a Wi…
-
Hey guys,
I'm trying to build an odata endpoint behind which I am sitting the razor engine to allow me to template lots of different things for different scenarios across my organisation.
as part o…
-
We use Hangfire 1.8.5. We have 3 physical servers, separate for sql server, Hangfire dashboard and windows service for hangfire background server.
Windows service server has 12 Processor and we set…
-
Often operations are composed from more low-level operations in a nested way (as higher level methods call lower level ones, etc.). If we log all the details of the low-level methods it is hard to see…
-
Are there plans to make this package compatible with netcoreapp 1.1 or superior?
Nuget error: Package RazorEngine 3.9.3 is not compatible with netcoreapp1.1
-
I tried to use localization in razor:
```
@using Microsoft.Extensions.Localization
@inject IStringLocalizer Localizer
@{
Localizer["Header"];
}
```
I added reference to my project. Resu…
-
Specifically, I'm trying to use it on a .net 3.5, MVC 2 site. I've cloned the repo, but the CompiledViews.Mvc3Test project is still set to .net 4.0, not 3.5.
So what would I need to do for MVC 2 in t…