TurnerSoftware / MongoFramework

An "Entity Framework"-like interface for MongoDB
MIT License
392 stars 35 forks source link

Fix incorrect key lookup on WhereIdMatches #343

Closed Turnerj closed 1 year ago

Turnerj commented 1 year ago

With the new mapping change, the Id was looked up only on the specific entity definition, not any parent definitions. This would cause problems with derived types.