aspnet / Mvc

[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
5.62k stars 2.14k forks source link

Figure out runtime compilation for EmbeddedFiles #8754

Closed pranavkm closed 5 years ago

pranavkm commented 5 years ago

Orthogonal to https://github.com/aspnet/Mvc/issues/8753, RazorViewEngine supports arbitrary file providers including Embedded. Without runtime compilation in MVC by default, we don't have a good story to continue supporting this feature.

rynowak commented 5 years ago

The story is really clear. Runtime compilation will be delivered by a package - that includes runtime compilation of embedded files.

mkArtakMSFT commented 5 years ago

@pranavkm please work with @danroth27 as well as @rynowak to get information you need for this work.

pranavkm commented 5 years ago

Tracking stuff via https://github.com/aspnet/Mvc/issues/8753