Closed petarpetrovt closed 3 years ago
The change has already been implemented, I will be publishing the new version.
@felixclase Sorry, I'm still seeing the old argument name?! It doesn't seem to have changed: https://github.com/raisedapp/Hangfire.Storage.SQLite/blob/65c37b8bf1d8a901312b273342a57000b5c600c7/src/main/Hangfire.Storage.SQLite/SQLiteStorageExtensions.cs#L37-L40
Extension method
UseSQLiteStorage
has a argument namednameOrConnectionString
but thesqlite-net
library'sSQLiteConnection
takesdatabasePath
as argument.Doesn't work
Works