datalust / serilog-sinks-seq

A Serilog sink that writes events to the Seq structured log server
https://datalust.co/seq
Apache License 2.0
239 stars 50 forks source link

Don't crash on Blazor, where PooledConnectionLifetime can't be specified #189

Closed nblumhardt closed 2 years ago

nblumhardt commented 2 years ago

Fixes #184

See also https://github.com/dotnet/aspnetcore/issues/18268

This will need verifying, as I haven't tested it with Blazor/WASM, but keen to unblock the OP.