### Describe the bug When a `DbEntityValidationException` is thrown the `EntityValidationErrors.Entry.Entity` is logged including all navigation properties. ### Steps to reproduce 1. `Enrich.WithExceptionDetails` 2. Cause a 'DbEntityValidationException' 3. Entire entity graph is included in log (including navigation properties which query the database) Here is a basic app for repo: [Serilog.Exceptions.EntityFramework.zip](https://github.com/user-attachments/files/20414607/Serilog.Exceptions.EntityFramework.zip) ### Expected behaviour Entities are not destructured