- #338 - remove obsolete APIs and clean up (@sungam3r)
- #348 - update test dependencies (@SimonCropp)
- #349 - collect trace and span ids for propagation with Serilog 3.1 (@nblumhardt)
- #351 - update to .NET 8 RTM and Serilog 3.1.1 (@nblumhardt)
Breaking change
The obsolete UseSerilog()
extension on IWebHostBuilder
has been removed. Switch to either IHostBuilder.UseSerilog()
or IServiceCollection.AddSerilog()
instead.
.ConfigureServices(services => services.AddSerilog())