AspNetCore.Identity.DocumentDb
AspNetCore.Identity.DocumentDb copied to clipboard
Is it considered to change dependency to Microsoft.Azure.Cosmos?
I have notice the project uses Microsoft.Azure.DocumentDB.Core, this library is deprecated and I understand is going to not be supported after August 31st, 2022.
My question is: Is there a consideration to use Microsoft.Azure.Cosmos instead of DocumentDB?