StackExchange.Precompilation
4.0.0
Prefix Reserved
See the version list below for details.
dotnet add package StackExchange.Precompilation --version 4.0.0
NuGet\Install-Package StackExchange.Precompilation -Version 4.0.0
<PackageReference Include="StackExchange.Precompilation" Version="4.0.0" />
<PackageVersion Include="StackExchange.Precompilation" Version="4.0.0" />
<PackageReference Include="StackExchange.Precompilation" />
paket add StackExchange.Precompilation --version 4.0.0
#r "nuget: StackExchange.Precompilation, 4.0.0"
#:package StackExchange.Precompilation@4.0.0
#addin nuget:?package=StackExchange.Precompilation&version=4.0.0
#tool nuget:?package=StackExchange.Precompilation&version=4.0.0
Hooks into the ASP.NET MVC pipeline to simplify usage of views precompiled with StackExchange.Precompilation.Build
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.0.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.2.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on StackExchange.Precompilation:
| Package | Downloads |
|---|---|
|
StackExchange.Precompilation.Build
Replaces CSC and aspnet_compiler.exe with StackExchange.Precompiler for compiling C# (.cs) and Razor View (.cshtml) files in asp.net mvc 5 projects. |
|
|
StackExchange.Precompilation.Metaprogramming
Hooks into the csc and ASP.NET MVC pipeline to enable DNX-style metaprogramming in ASP.NET MVC 5 applications with StackExchange.Precompilation.Build |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.7.0 | 54,927 | 3/23/2018 |
| 4.6.1 | 7,371 | 1/19/2018 |
| 4.6.0 | 1,618 | 1/3/2018 |
| 4.5.0 | 2,403 | 11/13/2017 |
| 4.4.0 | 4,294 | 10/18/2017 |
| 4.1.1 | 2,411 | 9/5/2017 |
| 4.0.0 | 8,676 | 7/11/2017 |
| 3.3.0 | 91,301 | 8/17/2016 |
| 3.2.1 | 4,934 | 5/30/2016 |
| 3.2.0 | 7,393 | 4/12/2016 |
| 3.1.1 | 3,544 | 2/26/2016 |
| 3.0.2 | 2,102 | 12/7/2015 |
| 3.0.0 | 5,393 | 7/23/2015 |
Version 4.0.0
* updated roslyn packages to 2.1.0
* support for analyzers
* various bug fixes
* requires net462