StackExchange.Precompilation.Metaprogramming 4.7.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package StackExchange.Precompilation.Metaprogramming --version 4.7.0
NuGet\Install-Package StackExchange.Precompilation.Metaprogramming -Version 4.7.0
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="StackExchange.Precompilation.Metaprogramming" Version="4.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StackExchange.Precompilation.Metaprogramming --version 4.7.0
#r "nuget: StackExchange.Precompilation.Metaprogramming, 4.7.0"
#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 StackExchange.Precompilation.Metaprogramming as a Cake Addin
#addin nuget:?package=StackExchange.Precompilation.Metaprogramming&version=4.7.0

// Install StackExchange.Precompilation.Metaprogramming as a Cake Tool
#tool nuget:?package=StackExchange.Precompilation.Metaprogramming&version=4.7.0

Hooks into the csc and ASP.NET MVC pipeline to enable DNX-style metaprogramming in ASP.NET MVC 5 applications with StackExchange.Precompilation.Build

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StackExchange.Precompilation.Metaprogramming:

Package Downloads
StackExchange.Precompilation.Build The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Replaces CSC and aspnet_compiler.exe with StackExchange.Precompiler for compiling C# (.cs) and Razor View (.cshtml) files in asp.net mvc 5 projects.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.7.0 28,358 3/23/2018
4.6.1 6,787 1/19/2018
4.6.0 1,096 1/3/2018
4.5.0 1,679 11/13/2017
4.4.0 3,636 10/18/2017
4.1.1 1,466 9/5/2017
4.0.0 5,685 7/11/2017
3.3.0 80,496 8/17/2016
3.2.1 4,182 5/30/2016
3.2.0 4,461 4/12/2016
3.1.1 1,460 2/26/2016
3.0.2 1,377 12/7/2015
3.0.0 3,690 7/23/2015

Version 4.7.0
* updated roslyn packages to 2.7.0
* cleaned up diagnostics numbers
* report source text in razor HttpParseExceptions
* report razor parser errors diagnostics during precompilation

Version 4.6.1
* fixed perf regression due to missing app.config with proper GC settings in the .Build package
* updated roslyn packages to latest version (2.6.1)
* fixed remoting runtime exception in long builds

Version 4.6
* updated roslyn packages to latest version (2.6)
* fixed case where layout and view page weren't resolvable by the same view engine

Version 4.5
* upped MVC5 to latest minor version (5.2.3)
* razor cache directory option can ge passed in via PRECOMPILATION_RAZORCACHEDIRECTORY environment variable

Version 4.4
* added configurable support for caching the razor (.cshtml -> .cs) generation step
* added optional razorCache element to the precompilation configuration section
* fixing non-default langversion bug
* better handling of failing precompilation modules
* don't ouput hidden diagnostics to console
* updated roslyn packages to 2.4.0

Version 4.1.1
* updated roslyn packages to 2.3.2

Version 4.1.0
* updated roslyn packages to 2.3.1
* don't emit pdb files when debugtype embedded
* pathmap support