Arce19
Arce19
i tried that moving the `Audit.Core.Configuration.Setup()` to the Startup.Configure method, but now im getting this error **Cannot resolve scoped service 'Demo.Data.ApplicationDbContext' from root provider.**, using this `.UseDbContext(ev => app.ApplicationServices.GetService())`
Thanks, it worked, by created a new scope im getting a new instance of DbContext that works well, but im having a little trouble, when i try to get a...
Works perfect!, thank you for the detailed explanation and your answers @thepirat000