-
**Description**
```
at System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker timeout)
at System.Threading.ReaderWriterLockSlim.TryEnterReadLock(TimeSpan timeout)
at Li…
-
### Description
This is a continuation of the question I asked last time.
I compared the preview version with the official version and recorded.
https://github.com/files-community/Files/issues/15…
-
I need a way to ensure that each test receives a fresh instance of `AppDbContext` to prevent data leakage and interference between test test assembly.
In the current implementation, `SetupAsync` is…
-
**Version**
LiteDB 5.0.13 / .NET 7.0
**Describe the bug**
A simple class with an integer id and an array of objects of the same type decorated with the [BsonRef] attribute results in an OS access…
-
Can the repository be switch to current/supported .NET versions ?
All pre .NET 6 are now End of Life.
-
### Description
It just crashed when I opened a folder, but I was using normally for a time..
Worth stacktrace:
```cs
WinRT
ExceptionHelpers.g__Throw|39_0 (Int32 hr)
ABI.Files.App.Server.Dat…
-
LiteDB : 5.0.18 Windows 11 x64
I ran a simple test with the following code and found that the latest version (5.0.18) throws a "Maximum number of transactions reached" error, but the older version…
-
## Issue
Setup failed: Method ToLowerInvariant() in String are not supported when convert to BsonExpression
(value(Grand.Business.Customers.Services.CustomerService+c__DisplayClass11_0).email.ToL…
rualb updated
7 months ago
-
Version: LiteDB v5.0.19
**Describe the bug**
When processing through records to delete oldest, the following error is thrown:
`Current transaction contains open cursors. Close cursors before run …
-
I have added search to my Event model:
````ruby
class Event < ApplicationRecord
include Litesearch::Model
litesearch do |schema|
schema.field :title
schema.tokenizer :trigram
en…