Closed Rick-Anderson closed 7 years ago
The constructor uses the FQN when it's not necessary. For example:
See Pages/Movie/Index.cshtml.cs
using RazorPagesMovie.Models; is in the template.
using RazorPagesMovie.Models;
To repro - follow the Razor Pages tutorial
This issue was moved to aspnet/Scaffolding#585
The constructor uses the FQN when it's not necessary. For example:
See Pages/Movie/Index.cshtml.cs
using RazorPagesMovie.Models;
is in the template.To repro - follow the Razor Pages tutorial