Serilog.Sinks.MSSqlServer not filling custom columns

前端 未结 1 2005
無奈伤痛
無奈伤痛 2020-12-17 17:53

I\'ve looked around, but I could not find a working solution, and since all examples look alike I assume it must be me overlooking something obvious. Also note this is my fi

相关标签:
1条回答
  • 2020-12-17 18:21

    The latest stable version of Serilog.Sinks.MSSqlServer (5.1.2) doesn't have Microsoft.Extensions.Configuration support. The same with the latest stable version of Serilog.Settings.Configuration (2.6.1) (ref).

    Updating to pre-release versions Serilog.Sinks.MSSqlServer 5.1.3-dev-00204 and Serilog.Settings.Configuration 3.0.0-dev-00119 solves this issue.

    0 讨论(0)
提交回复
热议问题