DEV Community

Discussion on: Turn on runtime compilation for modified views in ASP.NET Core

Collapse
 
luca7993 profile image
Luca7993

Hi,
I have a razor class library where I have razor views on it.
Using the AddRazorRuntimeCompilation works only for razor views inside web project and not on views on referenced razor class libary.
is there a way to make it work?