destructurama / attributed

Use attributes to control how complex types are logged to Serilog.
Apache License 2.0
263 stars 32 forks source link

Memory leak when using .Destructure.UsingAttributes(x => x.IgnoreNullProperties = true) #116

Closed PawelTroka closed 1 month ago

PawelTroka commented 4 months ago

Describe the bug Memory leak when using .Destructure.UsingAttributes(x => x.IgnoreNullProperties = true)

Expected behavior Memory usage should be around the same as without this attribute.

github-actions[bot] commented 3 months ago

This issue was marked as stale since it has not been active for a long time