I started testing the new ASP.NET Core 2 to create an MVC web application and it looks good so far ...
In addition, when I create Views from my actions with the controller, ReSharper creates them in the Pages folder, and not in the Views folder (where I generally like to save my Views ;-))

ReSharper does not behave this way for regular ASP.NET web applications (not for the kernel), it puts the views in the correct view folder, so it seems to work with Core / Core 2.
What is used by resharper to decide where to create a view?
How can I change this behavior to create views in a traditional layout?