MvcPrecompilation Versions Save

[Archived] Tooling that allows compilation of MVC Razor views as part of build and publish. Project moved to https://github.com/aspnet/AspNetCore

rel/2.0.0

6 years ago

Features

  • Move the netcoreapp2.0 runtime library into the build folder (#143)

Bugs Fixed

  • Invoking GetDotNetHost task from desktop msbuild fails (#161)
  • PDB file not created for App.PrecompiledViews.dll when publishing with debug (#98)
  • Print an error when MvcRazorFilesToCompile is empty (#87)
  • MSBuild target assumes correct dotnet is on the path (#50)

rel/2.0.0-preview2

6 years ago

Features

  • Make the tool here work with apps that target .NET Framework 4.6.1 (#128)

Bugs Fixed

  • App expects ViewCompilation assembly after publish, but it is not present in the runtime store (2.0.0-preview2-final) (#146)
  • dotnet new mvc => publish -f netcoreapp2.0 => run fails with MvcPrecompilation error. (#142)
  • View lookups are case sensitive on non-case sensitive file systems (#37)

rel/2.0.0-preview1

7 years ago

Bugs Fixed

  • Tool produces a 0-byte binary when compilation fails (#35)

rel/1.1.0-preview1

7 years ago