hi
You can create a new project via CLI. then compare the code.
eg: xxxMigrationsDbContext
xxxEntityFrameworkCoreModule
hi
I suggest you check all migration guides first. There are lot of changes.
https://docs.abp.io/en/abp/latest/Migration-Guides/Index https://docs.abp.io/en/commercial/latest/migration-guides/index
hi ]Can you share the error stack?
using (var uow = _unitOfWorkManager.Begin(true))
This is recommend way, because you can't assume there is uow.
var query = await _repository.GetQueryableAsync();
The method will start a new uow and then the dbcontext will be disposed.
Not sure. You can try with a new project create via CLI 4.3.
hi
I back the Question Credits to you, you can open a new quesion.
Problem has beed resolved.
hi yorytang
Your steps are incomplete, I can't reproduce the problem.
hi yorytang
Can you share a demo project? liming.ma@volosoft.com You can create via cli.
hi
Send me an email when you're available, I can remote check it again.
hi
https://github.com/alkaabi82/Acme.Bookstore/issues/1#issuecomment-837920654