_logger.Information("{@DaTa}", data); writes out the data object properties and values just fine. How do I do the same thing with PushProperty? I tried using (LogContext.PushProperty("{@DaTa}", data)) but all it does is .ToString() which is essentially the class name.
Thanks