Quantcast
Channel: entityframework Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1793

New Post: Entity Framework calls AssemblyName.ReferenceMatchesDefinition which is undefined in Mono

$
0
0
Yes, I suspect the original intention of the API was to compare version, public keys etc. too, but as confirmed by the Connect bug it simply never behaved like that.
They couldn't change the behavior afterwards for compatibility reasons, so this is why the MSDN docs for newer framework versions mention that it just compares the simple assembly name (i.e. the AssemblyName.Name property).

Removing the call to this API and replacing it with a simple compare of the two AssemblyName.Name properties should work IMHO, since this is all that the API does anyway.

Viewing all articles
Browse latest Browse all 1793

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>