StackExchange.Precompilation.Build
4.6.1
Prefix Reserved
See the version list below for details.
dotnet add package StackExchange.Precompilation.Build --version 4.6.1
NuGet\Install-Package StackExchange.Precompilation.Build -Version 4.6.1
<PackageReference Include="StackExchange.Precompilation.Build" Version="4.6.1" />
<PackageVersion Include="StackExchange.Precompilation.Build" Version="4.6.1" />
<PackageReference Include="StackExchange.Precompilation.Build" />
paket add StackExchange.Precompilation.Build --version 4.6.1
#r "nuget: StackExchange.Precompilation.Build, 4.6.1"
#:package StackExchange.Precompilation.Build@4.6.1
#addin nuget:?package=StackExchange.Precompilation.Build&version=4.6.1
#tool nuget:?package=StackExchange.Precompilation.Build&version=4.6.1
Replaces CSC and aspnet_compiler.exe with StackExchange.Precompiler for compiling C# (.cs) and Razor View (.cshtml) files in asp.net mvc 5 projects.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- StackExchange.Precompilation (>= 4.6.1)
- StackExchange.Precompilation.Metaprogramming (>= 4.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.7.0 | 47,253 | 3/23/2018 |
| 4.6.1 | 7,878 | 1/19/2018 |
| 4.6.0 | 2,146 | 1/3/2018 |
| 4.5.0 | 2,275 | 11/13/2017 |
| 4.4.0 | 4,193 | 10/18/2017 |
| 4.1.1 | 2,050 | 9/5/2017 |
| 4.0.0 | 8,567 | 7/11/2017 |
| 3.3.0 | 88,608 | 8/17/2016 |
| 3.2.1 | 4,798 | 5/30/2016 |
| 3.2.0 | 5,035 | 4/12/2016 |
| 3.1.1 | 2,149 | 2/26/2016 |
| 3.0.2 | 1,875 | 12/7/2015 |
| 3.0.0 | 6,714 | 7/23/2015 |
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