I upgraded my abp version from 3.5.0
to 7.0.0
.
I set method’s attribute UnitOfWork[IsDisabled = true]
.
Then I run the code like:
xxRepository.GetAllList()
I get the exception:
Value cannot be null. (Parameter 'unitOfWork').
Why? Why not support getalllist in a disabled unitofwork any more? In this case how can I update 1,000,000 data in a loop?