-
Here's my document
```
class PhoneBookCategory
{
public Guid Id { get; set; }
public List PhoneBooks { get; set; }
}
class PhoneBook
{
publ…
-
> 收集github上有意思的issue 和 讨论
-
Hi,
I am wondering, it is faster to filter the data at the database level or to use LINQ given that I keep the
collections from the database already in memory?
Or in other words, is the filterin…
-
### What feature or improvement do you think would benefit Files?
We initially chose Win32 Shell APIs for file operations because we wanted the file operations to continue even after Files was clos…
-
Steps to reproduce:
1. Close DB
2. Open DB
Expected result:
It opens correctly
Actual result:
[Trace.txt](https://github.com/mbdavid/LiteDB/files/3520517/Trace.txt)
Environment: MacOS
…
-
### Description of the bug / バグの説明
"missing field `Verison`"のエラーが出てしまいプロジェクト、「設定」が開けなくなっています
### Steps to Reproduce / 再現手順
ALCOMを開いたら突然
VCCをアプデしたかもしれないぐらいしか心当たりがない
### Expected Behavi…
-
**Version**
latest
**Describe the bug**
**document:**
```
public class Customer
{
public class Contact
{
public string Phone { get; set; }
…
-
**Version**
5.0.8
**Describe the bug**
It's not really bug. But suggestion for query optimization.
In code below I start 2 equivalent queries. In first condition is `Where(x => x.Id >= low && x.…
-
I'm using LiteCollection's Find method to make some complex queries:
IEnumerable Find(Expression predicate, int skip = 0, int limit = 2147483647)
Using this particular method works well since it a…
-
## Summary
[Blazor Webassembly](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor) is a really cool technology allowing us to run C# in the browser through Mono. It can use .NET Standard 2.0…