nbarbettini / little-aspnetcore-book

The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
http://littleasp.net/book
Creative Commons Attribution 4.0 International
702 stars 190 forks source link

Security and Identity chapter missing the creating of ApplicationUser Model #70

Open apti-tids opened 6 years ago

apti-tids commented 6 years ago

Excellent book! When i was working through the Security and Identity chapter I could find no reference to creating the ApplicationUser model before updating the database with the new UserId. This caused the migration to fail due to it not being able to build.

Downloading the complete example showed me what I needed to do, so it was easily fixed.

YixiaoOneSmile commented 5 years ago

Yes I agree !