System.Text.Json causes the problem. It's working now. tks.
https://docs.abp.io/en/abp/latest/Caching I see the IDistributedCache internally serializes/deserializes the cached objects in the doc.
I tested
string json = JsonConvert.SerializeObject(List<PORItem>); is worked fine.
no
You can use it in
CP.IdentityService
project.
as you mentioned if I can't use identitydbcontext in my .*EntityFrameworkCore project, so the Identityuser navigation property can't use in my entities of the microservice solution?
Can I ADD [repalcedbcontext(identitydbcontext)] to my .*EntityFrameworkCore project to use the identitydbcontext?
already added tks