Open nblumhardt opened 2 years ago
Serilog 2.12 supports IAsyncDisposable on Logger and sinks. Async disposal helps avoid deadlocks in sinks that flush via async APIs on disposal.
IAsyncDisposable
Logger
This will require checking and changing dispose handling code here as well as in _Serilog.Extensions.Logging`.
Serilog 2.12 supports
IAsyncDisposable
onLogger
and sinks. Async disposal helps avoid deadlocks in sinks that flush via async APIs on disposal.This will require checking and changing dispose handling code here as well as in _Serilog.Extensions.Logging`.