![]() |
VOOZH | about |
dotnet add package RazorEngine.Roslyn --version 4.1.1-rc1
NuGet\Install-Package RazorEngine.Roslyn -Version 4.1.1-rc1
<PackageReference Include="RazorEngine.Roslyn" Version="4.1.1-rc1" />
<PackageVersion Include="RazorEngine.Roslyn" Version="4.1.1-rc1" />Directory.Packages.props
<PackageReference Include="RazorEngine.Roslyn" />Project file
paket add RazorEngine.Roslyn --version 4.1.1-rc1
#r "nuget: RazorEngine.Roslyn, 4.1.1-rc1"
#:package RazorEngine.Roslyn@4.1.1-rc1
#addin nuget:?package=RazorEngine.Roslyn&version=4.1.1-rc1&prereleaseInstall as a Cake Addin
#tool nuget:?package=RazorEngine.Roslyn&version=4.1.1-rc1&prereleaseInstall as a Cake Tool
RazorEngine.Roslyn - Roslyn support for RazorEngine.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 2 NuGet packages that depend on RazorEngine.Roslyn:
| Package | Downloads |
|---|---|
|
Dynamicweb.Admin
Package Description |
|
|
Dynamicweb.Rendering.Providers
Providers for template rendering |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.1.1-rc1 | 14,357 | 6/16/2017 |
| 4.1.0-rc1 | 15,081 | 7/17/2016 |
| 4.0.4-beta1 | 1,797 | 8/22/2015 |
| 4.0.2-beta1 | 1,345 | 3/27/2015 |
| 4.0.1-beta1 | 1,297 | 1/23/2015 |
| 4.0.0-beta1 | 2,125 | 12/30/2014 |
| 3.6.1-rc1 | 482,708 | 6/16/2017 |
| 3.6.0-rc1 | 2,122 | 7/17/2016 |
| 3.5.4-beta1 | 2,224 | 8/22/2015 |
| 3.5.3-beta1 | 1,264 | 8/22/2015 |
| 3.5.2-beta1 | 2,153 | 3/27/2015 |
| 3.5.1-beta1 | 1,264 | 1/23/2015 |
| 3.5.0-beta2 | 1,570 | 1/1/2015 |
| 3.5.0-beta1 | 1,946 | 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)