Serilog input 1.0.1 (bugfix release)
Bug fix
72aa6a5 Convert StructureValue
into IDictionary<string,object>
when possible (Nicholas Blumhardt)
Changed the way the fallback ToString()
is applied so that array/dictionary/structure elements still have their essential structure when transmitted, even if their elements are not scalar (ToRawValue()
scalarizes them).