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
701 stars 190 forks source link

Page 90: missing using System.Linq in the SeedData.cs #60

Closed jphellemons closed 6 years ago

jphellemons commented 6 years ago

Because the method EnsureTestAdminAsync on page 91 is using Where it needs using System.Linq in the SeedData.cs.

AmmarRica commented 6 years ago

Yep. Ran into the same issue and luckily was able to fix it quick.

nbarbettini commented 6 years ago

Good catch, thanks! Fixed via https://github.com/nbarbettini/little-aspnetcore-book/commit/a88fe4253864ab6181c6b16ea20cc843ab3a0e79.