Updated the Barrel class in the MonkeyCache.LiteDB namespace to include a new static property AutoRebuildEnabled and modified the LiteDatabase instance creation code to append "; auto-rebuild=true" to the path variable if AutoRebuildEnabled is true. Also, updated the LiteDB package version in MonkeyCache.LiteDB.csproj from 5.0.13 to 5.0.19.
Fixes #137
Updated Barrel class and LiteDB package version
Updated the
Barrel
class in theMonkeyCache.LiteDB
namespace to include a new static propertyAutoRebuildEnabled
and modified theLiteDatabase
instance creation code to append"; auto-rebuild=true"
to thepath
variable ifAutoRebuildEnabled
istrue
. Also, updated theLiteDB
package version inMonkeyCache.LiteDB.csproj
from5.0.13
to5.0.19
.