zejji / DbContextScopeEFCore

A version of Mehdi El Gueddari's DbContextScope library updated for EF Core with a number of improvements and bug fixes
9 stars 2 forks source link

IOC container registration service of IDbContextScopeFactory #172

Open jrt324 opened 1 month ago

jrt324 commented 1 month ago

I looked at your README and there is no explanation about registering IDbContextScopeFactory in Startup. Am I doing it correctly?

Singleton or Scoped?

builder.Services.AddSingleton<IDbContextScopeFactory,DbContextScopeFactory>();
builder.Services.AddSingleton<IAmbientDbContextLocator,AmbientDbContextLocator>();