Ryan Chang

Results 5 comments of Ryan Chang

Hi @hikalkan, after looking into how Abp registers `DbContext` and resolves it dynamically with `TDbContext` in `DefaultDbContextResolver` I am curious if it can be done similarly as the `DbContextPool` registration...

Hi @liangshiw , can you give an example of this?

I think we could log a warning if an async generator is given. I can take a look at this.

Could you share the error stacktrace for `System.ObjectDisposedException`?

@Brandejs By design, Abp does not set tenant information during the unit of work for entities with `IMayHaveTenant` interface. You will have to assign the tenant information yourself