Gonzalo

Results 1 comments of Gonzalo

not sure if this is the best solution but replace this code in InitialiserExtensions.cs ``` c# public static void AddAsyncSeeding(this DbContextOptionsBuilder builder, IServiceProvider serviceProvider) { builder.UseAsyncSeeding(async (context, _, ct) =>...