Is there a way to use an updated version of Npgsql with ServiceStack.OrmLite.PostgreSQL? ServiceStack seems to require Npgsql 2.0.11 which has a significant bug (latest is now 2.0.14.3).
See here: http://stackoverflow.com/questions/21620386
FYI v4.0.10 is now deployed to NuGet.
Dan Mueller:
Thanks! Works great using ServiceStack v4.0.10 and Npgsql 2.0.14.3 — my unit tests are passing now.
Yeah the updated OrmLite packages using the latest dependencies have been deployed to MyGet, e.g:
https://www.myget.org/feed/servicestack/package/ServiceStack.OrmLite.PostgreSQL
You can add ServiceStack’s MyGet feed by following these intructions: https://github.com/ServiceStack/ServiceStack/wiki/MyGet
We’ll deploy this to NuGet either tonight or tomorrow.