You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I don't get why it should move to Core, but it makes sense to make it public. In general if something is internal for any reason other than unit testing, it should be public.
https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNet.Mvc.Razor/RazorViewEngine.cs#L151-L192 - it is marked as internal so that other components inside Razor can use it. This would be useful for any user writing a custom view location expander (for instance #3096 where he'd need to get to the area value) or a custom view engine.
Would it make sense to move this method to Core? There's nothing about it that requires it to be present in
RazorViewEngine
.cc @rynowak
The text was updated successfully, but these errors were encountered: