T4MVC / R4MVC

R4MVC is a Roslyn code generator for ASP.NET Core MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places
Apache License 2.0
157 stars 48 forks source link

Partial views in sub-directories are not available in Views class #78

Closed Guymestef closed 6 years ago

Guymestef commented 6 years ago

Sample: Views/Controller/Index.cshtml Views/Controller/Toolbar/_AdminToolbar.cshtml Views/Controller/Toolbar/_DefaultToolbar.cshtml

Result: MVC.Controller.Views.Toolbar doesn't exist.

Expected: MVC.Controller.Views.Toolbar exists MVC.Controller.Views.Toolbar._AdminToolbar exists MVC.Controller.Views.Toolbar._DefaultToolbarexists