unable to add dbcontext connection in linqpad 8 due to geometry types
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.
Answers
-
Hi @psmocko Could you please include what error message is being displayed by LINQPad when it creates the connection?