-
Currently razor generates type names looking like CompiledRazorTemplates.Dynamic.RazorEngine_2d2b6c56c6ca4e50a57f48d29fce95a9
Since we are using multiple templates it is sometimes hard to find out wh…
-
From a clear clone on OSX 10.9.3 + Mono 3.4.0, after having setup the project info through build.sh, I run build.sh ReleaseDoc and I get the following error:
fsharpi --define:RELEASE generate.fsx
/U…
-
Currently there is no definition for PowerShell v5 environment. (should be .NET 4.6?)
and it handled as ".NETFramework,Version=v4.0.0.0".
Therefore it failed to load assemblies that support net45\net5…
-
I'm using RazorEngine to generate emails. To simplify general email visual aspect
I'm trying to use a layout page but when I try to generate my emails I'm getting this error:
> Please either set a te…
-
If possible, I would prefer having the dependency on RazorLight removed or moved to a separate optinal Package (e.g. SimpleBrowser.HtmlLogging) since as I understand it, it is only used for the HtmlLo…
-
I use RazorEngine for email message generation, and have ~120 different email templates by 2 files - for TXT and HTML version - 240 files total.
One by one compilation of these files lasts 5 minutes (…
-
Hi I am using below code. to convert the template. I have around 100 templates and wan to cache them. it works absolutely fine on my Dev but does not work on production. For the same cacheSring I tak…
PvAsh updated
6 years ago
-
Inheritance security rules violated by type: 'System.Web.WebPages.Razor.WebPageRazorHost'. Derived types must either match the security accessibility of the base type or be less accessible.
**Descr…
-
Just want to double check this is expected.
### Sample code from documentation:
``` c#
string template = "Hello @Model.Name";
dynamic model = new ExpandoObject();
model.Name = "Matt";
string result…
-
This framework is fantastic, but unfortunately can't use it in newer projects that are cross platform and built in .net core. Any plans for this?
ctorx updated
5 years ago