RazorEngine.Roslyn 4.1.1-rc1

This is a prerelease version of RazorEngine.Roslyn.
dotnet add package RazorEngine.Roslyn --version 4.1.1-rc1
                    
NuGet\Install-Package RazorEngine.Roslyn -Version 4.1.1-rc1
                    
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.Roslyn" Version="4.1.1-rc1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RazorEngine.Roslyn" Version="4.1.1-rc1" />
                    
Directory.Packages.props
<PackageReference Include="RazorEngine.Roslyn" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RazorEngine.Roslyn --version 4.1.1-rc1
                    
#r "nuget: RazorEngine.Roslyn, 4.1.1-rc1"
                    
#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.
#:package RazorEngine.Roslyn@4.1.1-rc1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RazorEngine.Roslyn&version=4.1.1-rc1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=RazorEngine.Roslyn&version=4.1.1-rc1&prerelease
                    
Install as a Cake Tool

RazorEngine.Roslyn - Roslyn support for RazorEngine.

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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on RazorEngine.Roslyn:

Package Downloads
Dynamicweb.Admin

Package Description

Dynamicweb.Rendering.Providers

Providers for template rendering

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.1.1-rc1 12,040 6/16/2017
4.1.0-rc1 14,725 7/17/2016
4.0.4-beta1 1,677 8/22/2015
4.0.2-beta1 1,237 3/27/2015
4.0.1-beta1 1,198 1/23/2015
4.0.0-beta1 1,992 12/30/2014
3.6.1-rc1 471,227 6/16/2017
3.6.0-rc1 1,761 7/17/2016
3.5.4-beta1 2,117 8/22/2015
3.5.3-beta1 1,164 8/22/2015
3.5.2-beta1 1,780 3/27/2015
3.5.1-beta1 1,158 1/23/2015
3.5.0-beta2 1,475 1/1/2015
3.5.0-beta1 1,808 12/30/2014

(NEW) Add a simple way to create typed, runnable templates, thanks ocoanet (https://github.com/Antaris/RazorEngine/pull/431)
(NEW) Adding in temporary file path configuration, thanks brentonlamar (https://github.com/Antaris/RazorEngine/pull/400)
(DOCS) Fix typo in README.md, thanks a510 (https://github.com/Antaris/RazorEngine/pull/435)
(ENHANCEMENT) Add FullName to Exception when Assembly is not found, thanks zamojski (https://github.com/Antaris/RazorEngine/pull/448)
(BUGFIX) Fix RazorDynamicObject dispose automatically created RazorDynamicObjects, thanks campersau (https://github.com/Antaris/RazorEngine/pull/438)
(BUILD) Updates NUnit to 3.6.1, thanks conniey (https://github.com/Antaris/RazorEngine/pull/465)