Patrick
Patrick
I should also point that calling `db.ChangeTracker.Entries();` before the saving changes and after changing a property or inside the `SavingChanges` event changes the behavior and makes the property changes inside...
The code supplied is enough to see what is happening is it not? You can just copy that and paste on a toplevel console application and run, on the console...
@ajcvickers Sorry for that, something must have happened when I pasted it, will be uploading shortly
I updated the snippet with DbContext and entity types, if anything else is missing please ping me. If it really is not the intended behavior I would be apt to...