Make it easier to use static assets that are part of a RCL project #5070
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-razor-pages
Milestone
A RCL project could have static assets like css, js and images. Currently these files don't get published to the referencing application's published
wwwroot
folder. They need to be included as embedded files in a RCL project and need to useManifestEmbeddedFileProvider
to serve their contents. Its a lot of work for users to set this up. To give an idea, this is what IdentityUI does currently:https://github.com/aspnet/Identity/blob/dev/src/UI/IdentityDefaultUIConfigureOptions.cs#L50-L66
The text was updated successfully, but these errors were encountered: