Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoRebuildEnabled litedb #138

Merged
merged 2 commits into from
Mar 14, 2024
Merged

AutoRebuildEnabled litedb #138

merged 2 commits into from
Mar 14, 2024

Conversation

jamesmontemagno
Copy link
Owner

Fixes #137

Updated Barrel class and LiteDB package version

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.

Updated Barrel class and LiteDB package version

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`.
@jamesmontemagno jamesmontemagno merged commit 5c84d3b into master Mar 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump LiteDB to latest version (5.0.19) to support AutoRebuild functionality in ConnectionString, Other Fixes
1 participant