vip32 / serilog-sinks-litedb

Apache License 2.0
33 stars 15 forks source link

connection string with password can not be used #17

Open AngrySKL opened 9 months ago

AngrySKL commented 9 months ago

connection string with password can not be used becaused the connection this sink create instead contains a additional '='

AngrySKL commented 9 months ago

ok, i know why, if the connection string ends with ';' then this issue will happen