Example #1
0
 // this function is necessary for Entity Framework Core tools to perform migrations, etc
 // do not change signature!!
 public static IHostBuilder CreateHostBuilder(string[] args)
 => ConsoleHost.CreateHostBuilder(args, ConfigureServices);