aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Razor Page templates use fully qualified name #858

Closed Rick-Anderson closed 7 years ago

Rick-Anderson commented 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.

To repro - follow the Razor Pages tutorial

mlorbetske commented 7 years ago

This issue was moved to aspnet/Scaffolding#585