schotime / NPoco

Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
Apache License 2.0
848 stars 302 forks source link

NPoco 5.0.1 on .net 5.0 #623

Closed plsft closed 3 years ago

plsft commented 3 years ago

I'm using the Postgres Driver and was reviewing the docs and saw there is a new constructor we need to use, however it's not letting me use it:

image

The entire project is .NET 5.0

plsft commented 3 years ago

I see why. I created a class that inherited from NPoco.Database that needed to directly expose this constructor