-
**Version**
5.0.16
**Describe the bug**
Using this version and 5.0.15 leads to System.Reflection.AmbiguousMatchException: Ambiguous match found
after some time of usage
**Code to Reproduce**…
-
Hi everybody, I've just faced an issue with my LiteDb. After some period of work I found this error in my stackTrace (BSON type not supported). I attached link where you can get db file. It's crashing…
-
Litedb 5.0.10, Windows 10, .Net Core 3.1, WPF
Checkpoint set to 0 (manual)
At application start we creating database connection to exist database and perform Checkpoint and after that Rebuild.
No…
-
I tried it as in the issue "https://github.com/mbdavid/LiteDB/issues/776", but the builder no longer accepts the same parameters.
How do I get the Log to work now that it is no longer in the constr…
-
Hi @mbdavid
It's great to see this new development, I'm looking forward to it.
Is it too early for issues/questions?
I notice the projects are targeted netstandard2.1. This worries me a little…
-
Hello,
Could you please show example of using liteDB in web site with single site instance.
As I understand it is not possible to use liteDB single file from two different processes (for example t…
-
**Is your feature request related to a problem? Please describe.**
In my library ([LiteDB.Migration](https://github.com/JKamsker/LiteDB.Migration)) i support "Implicit migrations" which automatically…
-
On macOS:
```
PlatformNotSupportedException: Locking/unlocking file regions is not supported on this platform. Use FileShare on the entire file instead.
System.IO.FileStream.LockInternal(long pos…
-
Private m_MouldDatabase As LiteDB.LiteDatabase
Private m_Moulds As LiteDB.LiteCollection(Of Mould)
m_MouldDatabase = New LiteDB.LiteDatabase(IO.Path.Combine(DataPath, "xxx.db"))
…
-
Like the title already states, LiteDB doesn't have a mac os variant.
That being said, I'll use this "issue" to keep track of the progress (until a PR has been created) as I'll develop a mac variant u…