1

I try to change the design of the login screen but ı couldn't add new scaffolding For Identity as you can see "Add" new scaffolding screen there is no Option for Identity.

enter image description here

The project template is .net core > web application with an identity.

How can ı add Identity pages to change their design?

Project Structure Like this

enter image description here

  • From the latest notes of [Visual Studio 2019 for Mac version 8.4](https://devblogs.microsoft.com/visualstudio/visual-studio-2019-for-mac-version-8-4-is-now-available/#scaffolding) we can see, you can only add `New Scaffolding… ` with common entity. It will be added in the near future. – Michael Wang Sep 10 '20 at 07:42

1 Answers1

0

You should to use this command in .Net Core CLI

dotnet aspnet-codegenerator identity {YOUR PROJECT NAMA}

For more info, visit : this page