aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

_Layout file for Identity not scaffolded #1967

Closed josejmoran closed 5 years ago

josejmoran commented 5 years ago

When I scaffold the UI for Identity everything works fine. But the file: Areas/Identity/Pages/Account/Manage/_Layout.cshtml include a line referencing a file that I look for it in the directory it says it should be but is not generated when I scaffold.

@{ Layout = "/Areas/Identity/Pages/_Layout.cshtml"; }

If I comment the line I get an error, which means Identity is using this file. It seems it did not get generated when I scaffold the Identity files. Where is this file located?

IlyaSolovyov commented 5 years ago

Same issue as #1954. Still waiting for comments from the dev team.

jamiewest commented 5 years ago

I can confirm this on the preview 2 bits.

blowdart commented 5 years ago

This issue was moved to aspnet/Scaffolding#884