RehanSaeed/Serilog.Exceptions

disable reflection based destructurer

304NotModified opened this issue · 5 comments

Hi,

As far as I understand, disabling/replacing the reflection based destructurer isn't an option.

(see also https://stackoverflow.com/questions/59054681/is-it-possible-to-disabled-the-reflection-based-destructurer-in-serilog-exceptions)

Is a PR accepted for this?

Hi @304NotModified, thanks for reaching out.

You are right, this is not an option yet. Nobody asked for it and we did not think about it :-).

I am pretty sure that we would agree on backward-compatible change that would allow disabling reflection-based destructurer.

I think I can implement it early next week.

Fixed in #158

5.4.0 released.

Great!