Skip to content

Serilog input 1.0.1 (bugfix release)

Compare
Choose a tag to compare
@karolz-ms karolz-ms released this 11 Jan 19:12

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).