-
Hi,
Could you update with Microsoft.EntityFrameworkCore 6.0.10
I got an error after updating
-
here is a small test demonstrating the issue: (Version 5)
```
[Theory]
[InlineData(0)]
[InlineData(1)]
[InlineData(10)]
[InlineData(100)]
publi…
-
**Version**
5.0,1
**Describe the bug**
I have bunch of unit tests (1000+). When I write unit test that uses memory stream ( (simplified to show core of code)):
```
var repository = new LiteRepo…
-
**Version**
5.0.1
**Describe the bug**
Upsert Returns always False while it upsert successfully
**Code to Reproduce**
MakerSureConfigTypeHasNoId(typeof(TConfig));
…
-
### Version
5.0.12
### Severity
Critical
### Environment
msi
### Steps to Reproduce
Run the installer.
### Expected behavior
```console
I would expect it to install.
```
…
-
I was trying to query an ILiteCollection object (*reference* may be more suitable) with LINQ, as how I could just query an IEnumerable:
```cs
var results = (from guild_ in RegisteredGu…
-
Hi,
_Preconditions_: full .NET 4.6+, asp.net webapi app.
Does anyone know a library or an existing code that will run a bunch of my sql scripts upon the application new version deploy (on-demand r…
-
What can I do, if I'd like to provide a custom AutoId implementation, that - for example - uses one of the following:
- Sequential GUID
- A unique string
Do I really **have to** set the ID pro…
-
```
class Test
{
[BsonId]
public ulong ID { get; set }
publi string Name { get; set }
}
```
using `ulong` as datatype for ID does not increment, and results with an exception.
-
Hi
I had submitted a question about a week ago but did not get any response, so trying to ask differently in case I was not clear in that post.
I am trying to let power users of my application …