RazorEngine 4.2.0-beta2

Details
Advisory: https://github.com/advisories/GHSA-ph3v-2hq5-5qfq Severity: moderate
This is a prerelease version of RazorEngine.
dotnet add package RazorEngine --version 4.2.0-beta2
NuGet\Install-Package RazorEngine -Version 4.2.0-beta2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RazorEngine" Version="4.2.0-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RazorEngine --version 4.2.0-beta2
#r "nuget: RazorEngine, 4.2.0-beta2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RazorEngine as a Cake Addin
#addin nuget:?package=RazorEngine&version=4.2.0-beta2&prerelease

// Install RazorEngine as a Cake Tool
#tool nuget:?package=RazorEngine&version=4.2.0-beta2&prerelease

RazorEngine - A Templating Engine based on the Razor parser.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (21)

Showing the top 5 popular GitHub repositories that depend on RazorEngine:

Repository Stars
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
commandlineparser/commandline
The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
andrewdavey/postal
Email sending for asp.net mvc using the view engine system to render emails.
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
filipw/apress-recipes-webapi
Samples from ASP.NET Web API 2: Recipes book.
Version Downloads Last updated
4.2.0-beta2 877 5/1/2015
4.2.0-beta1 119 4/26/2015
4.1.6-beta1 86 4/22/2015
4.1.5-beta1 153 4/10/2015
4.1.4-beta1 205 3/27/2015
4.1.3-beta2 95 3/24/2015
4.1.2-beta1 80 3/23/2015
4.1.1-beta1 224 3/2/2015
4.1.0-beta1 190 2/12/2015
4.0.3-beta1 207 1/27/2015
4.0.2-beta1 114 1/23/2015
4.0.1-beta1 110 1/23/2015
4.0.0-beta2 266 1/6/2015
4.0.0-beta1 145 1/1/2015
3.7.1-alpha1 163 5/1/2015
3.7.0 37,693 5/1/2015
3.7.0-beta1 81 4/26/2015
3.6.6 4,686 4/22/2015
3.6.6-beta2 75 4/13/2015
3.6.6-beta1 79 4/13/2015
3.6.5 6,607 4/10/2015
3.6.5-beta1 85 4/10/2015
3.6.4 5,364 3/27/2015
3.6.3 3,885 3/24/2015
3.6.3-beta2 72 3/24/2015
3.6.3-beta1 77 3/24/2015
3.6.2 947 3/23/2015
3.6.1 15,358 2/23/2015
3.6.0 7,177 2/12/2015
3.5.3 11,021 1/27/2015
3.5.2 1,357 1/23/2015
3.5.1 746 1/23/2015
3.5.0 9,276 1/14/2015
3.5.0-beta3 146 1/6/2015
3.5.0-beta2 136 1/1/2015
3.5.0-beta1 109 1/1/2015
3.4.2 21,260 11/28/2014
3.4.1 120,236 1/17/2014
3.4.0 7,447 10/20/2013
3.3.0 52,085 7/13/2013
3.2.0 24,877 1/17/2013
3.1.0 4,087 1/12/2013
3.0.8 6,867 1/31/2012
3.0.7 303 1/3/2012
3.0.6 113 1/2/2012
3.0.5 141 12/12/2011
3.0.4 111 12/12/2011
3.0.3 212 11/27/2011
3.0.0 876 11/24/2011
2.1.0 5,295 1/22/2011

add InvalidatingCachingProvider, ResolvePathTemplateManager and WatchingResolvePathTemplateManager, fixes https://github.com/Antaris/RazorEngine/issues/250.
Switched to Apache 2: https://github.com/Antaris/RazorEngine/issues/190
Missing feature (compared to 3.6): Configuration fallback to XML.