You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't use IReadOnlyDictionary because of mono
In mono 4.2, ConcurrentDictionary doesn't implement IReadOnlyDictionary
and so Npgsql bombs.
Fixesnpgsql#875
Second beta8 release
The first beta8 release included dependencies from the myget feeds which
weren't available at nuget.org. Removed the myget feeds and rebuilt.