Closed
Description
Describe the bug
in core 3.rc1 is not working anymore ->
services.Configure<MvcRazorRuntimeCompilationOptions>(opts =>
opts.FileProviders.Add(fp)
);
in core 2.2 was good ->
RazorViewEngineOptions FileProviders.Add was working
Expected behavior
In asp.net core 3 rc1
RazorViewEngineOptions has no more FileProviders property
so using the new one MvcRazorRuntimeCompilationOptions is not working anymore
Thanks