RazorEngine 3.5.0
RazorEngine - A Templating Engine based on the Razor parser.
Install-Package RazorEngine -Version 3.5.0
dotnet add package RazorEngine --version 3.5.0
<PackageReference Include="RazorEngine" Version="3.5.0" />
paket add RazorEngine --version 3.5.0
#r "nuget: RazorEngine, 3.5.0"
// Install RazorEngine as a Cake Addin
#addin nuget:?package=RazorEngine&version=3.5.0
// Install RazorEngine as a Cake Tool
#tool nuget:?package=RazorEngine&version=3.5.0
Release Notes
documentation website based on FSharp.Formatting (https://antaris.github.io/RazorEngine), can be build locally
travis and appveyor build systems to automatically build on mono and windows.
build environment to build and release the project, the documentation and the nuget package.
readded support for net40 (which will use the Razor with version 2.0.30506.0)
New API surface (various classes are Obsolete now).
Improved Isolation (AppDomain Sandboxing) support.
Caching API.
Fixed most open bugs.
Razor 4 support (in 4.0.0)
Roslyn Support (via RazorEngine.Roslyn, not supported on net40)
Please report breaking changes in 3.5.0 (from 3.4.x) and open an issue!
Dependencies
-
.NETFramework 4.0
- Microsoft.AspNet.Razor (= 2.0.30506)
-
.NETFramework 4.5
- Microsoft.AspNet.Razor (>= 3.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.