HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
73 stars 30 forks source link

Fix ArgumentException from ObjectRepresentationRepository when removing entities with public readonly properties backed by static fields. #140

Closed ericburcham closed 4 months ago

ericburcham commented 5 months ago

This removes a bug where the InMemoryDataContext could not remove entities with public readonly properties backed by static fields.