0
mc86 created
Hello I want to get all the User Role Org entities from IdentityDbContext in my .*EntityFrameworkCore project How can I achieve that? thanks~ or are there User Role Org cache in Redis ?
28 Answer(s)
-
0
Can you try to use System.Text.Json in the console app?
https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-how-to?pivots=dotnet-6-0
-
0
System.Text.Json causes the problem. It's working now. tks.
-
0
Good news.
Showing 26 to 50 of 28 entries.