unable to add dbcontext connection in linqpad 8 due to geometry types
Options
I am getting an error adding my dbcontext as a connection in linqpad 8. My dbcontext uses Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite and some entities have geometry properties. The context works fine when running the application, but I get an error when linqpad tries to instantiate the connection. Any help is appreciated.