-
LiteDB被使用率越来越高,建议增加LiteDB支持
-
For a test, I changed the connection mode for LiteDb from exclusive to shared. And then, operations on files started erroring out.
the code I'm using looks like this:
```
var fs = db.GetStorage…
-
### Description
When an iOS application uses `LiteDB` library, Mono runtime tends to crash with:
```
2023-08-30 14:40:53.182 TestLiteDB[33696:14992971] System.TypeInitializationException: TypeIniti…
-
**Version**
Current master (commit 4f77be4cc096653472bf06ebcf95eb399b1a4ff5).
**Describe the bug**
LiteFileStream.SetReadStreamPosition, part of how seeking is implemented, has a few bugs.
First…
CSDSP updated
5 months ago
-
It'd be nice if YMouseButtonControl could automatically run at system startup. The current idea to toggle this is a menu item from the tray icon.
Not installed:
![image](https://github.com/user-…
-
## Exception
LiteAsyncException: LiteDB encounter an error. Details in the inner exception.
### Sentry ID
```
e782ad73d6f64bd897e3b61415ef1c83
```
### Stack Trace
```
at StabilityMatrix.Cor…
-
Hi, I'm using a single LiteDatabase instance shared in the entire process.
I noticed that without using the LiteDatabase.Checkpoint() function the **-log.db* file size keeps on increasing.
What I un…
-
\
**User Id: (Not logged user)**
**Version:** 0.10.2.4 beta release-674
**Steps to Reproduce:**
**Expected behavior:**
**Actual behavior:**
Было получено следующее сообщение об ошибке:…
-
\
**User Id: (Not logged user)**
**Version:** 0.10.2.4 beta release-674
**Steps to Reproduce:**
**Expected behavior:**
**Actual behavior:**
Было получено следующее сообщение об ошибке:…
-
With .NET 6's `record class`, is there any way to specify the constructor?