si collins

Results 4 comments of si collins

I found the answer (kind of) http://stackoverflow.com/questions/26252038/multi-item-responsive-carousel.... However it would be nice to give angular-carousel an array of items and a param to set how many per slide and it...

I am using these just fine and was able to get them working in partial Startup.Auth.cs. Took some playing around but in your main Startup.cs, those services UserManager, RoleManager, SignInManager...

@anhlee24 I'm not sure you are right that IdentityDbContext is registered as Singleton or static - without seeing your code. In my case I'm using this standard code: services.AddDbContext(options =>...

@anhlee24 I'm not sure you are right, I think they are scoped by default when you use: services.AddIdentity() .AddEntityFrameworkStores() .AddDefaultTokenProviders(); See here in the source: https://github.com/aspnet/Identity/blob/dev/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore/IdentityEntityFrameworkBuilderExtensions.cs I'm not sure exactly...