As mentioned in this ...post... I am seeding database data on the Startup of an ASP.NET Core project as follows:...public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) {
using (var serviceScope = app.App...