Hi,
I'm implementing the use of Spatial Data on my solution for Geometry/Polygon properties, using Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite 9.0.0 package. When I add the Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite package on needed projects, the identity login doesn't work anymore (using the correct user and password). Actualy, if I add the package even only on Web project the problem come. Remove the package and the identity Works fine again.
I try to separate the Identity DbContext from the App DbContext and use the **UseNetTopologySuite() **method only on App DbContext, (EntityFrameworkCore project) however, login still doesn't work.
Is there any wayl to deal with this problem?
