This repository was archived by the owner on Nov 29, 2018. It is now read-only.

Description
Roslyn can do deterministic builds (dotnet/roslyn#372), and I've recently added this to Visual F# (dotnet/fsharp#2954).
At my workplace, this means that the MVC view compilation is the only step left in our build processes that isn't deterministic. I was wondering if the new aspnetcore view compilation will be deterministic ?, or if that is a feature you would consider adding ?