We currently consider derived DbContext type and provider type, however the same type can work with different versions of the database engine that can support different functionality, e.g. different store types, different query constructs. Two models with a different ProviderManifestToken are two different models and should be kept separtely in the cache in order for things to work correctly.
↧