[Mono-dev] Old version of Entity Framework bundled with Mono

Daniel Lo Nigro lists at dan.cx
Sat Aug 8 04:52:32 UTC 2015


I recently spend a while debugging an issue I was having with Entity
Framework, only to find that it was happening because Mono ships with a
beta version in its GAC. Would it be possible to either update this to the
latest release build, or stop shipping with it and instead let people use
their own version from NuGet? There's some bugs in the bundled beta that
were resolved in the final release, and it's lacking some of the classes
(for example, DbConfiguration is missing). Shipping an older version in the
GAC is problematic as a GAC'd version of an assembly is always preferred
over a local copy, so I needed to completely delete it from the GAC to get
my site to work properly.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150807/1d9abe61/attachment.html>


More information about the Mono-devel-list mailing list