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