StackExchange.Precompilation
StackExchange.Precompilation copied to clipboard
Roslyn based csc.exe and aspnet_compiler.exe replacement with metaprogramming hooks for ASP.NET MVC projects from the pre-DNX era
I noticed that the recent versions are only available on the StackOverflow MyGet feed. Would it be possible to get them on the standard NuGet feed as well? I'm just...
Tried installing from NuGet on a .NET Standard but it wouldn't install (some packages incompatible with .NET Standard it says). Is this by design?
I believe I've followed the necessary steps to use precompiled .cshtml views but when I run my web app and click on various pages, I still see significant delays and...
Hi! We are migrated our projects to new csproj format (like this https://github.com/MiniProfiler/dotnet/blob/master/samples/Samples.Mvc5/Samples.Mvc5.csproj https://github.com/NickCraver/StackExchange.Exceptional/blob/master/samples/Samples.MVC5/Samples.MVC5.csproj) but the compilation does not work anymore Thousands errors like this ``` C:\Work\....cs(104,22): error CS0246: The...
After changing our build process to use the StackExchange precompiler, everything builds successfully and our build time has drastically improved thanks to this great compiler. However we're seeing this runtime...
I'm not normally one for posting huge blocks of code. But the `4.0.0` StackExchange.Precompiler.exe throws this when I try to run it. ```C:\Users\chga\.nuget\packages\stackexchange.precompilation.build\4.0.0\tools>StackExchange.Precompiler.exe ERROR: An unhandled exception occured System.IO.FileNotFoundException: Could...