-
We are in the process of upgrading from ef core 6 to ef core 8, and consequently the efcore.pg libraries (from now on when I refer to ef core X, I am also refering to the EF Core Npgsql packages) . Ho…
-
- [x] Enum support [sample here](https://github.com/ErikEJ/EFCorePowerTools/issues/1472#issuecomment-1220273164)
- [x] Custom collection initializers - see https://github.com/dotnet/efcore/issues/14…
-
docToolchain V3.2.0 tested with Confluence 8.6.2
Source code blocks containing template parameters are not correct transfered to Confluence.
The following AsciiDoc code block is formatted correc…
-
**Describe the bug**
The `SectionDrawing` class extends the `Drawing` class. The Drawing class provides a helper method [`insert(iModelDb: IModelDb, documentListModelId: string, name: string): st…
-
Hello,
i'd like to create a query which filters by a `List` in EFCore 3.1.3. This was working before in EFCore 2.2.6.
### Steps to reproduce
Filtering by a `List` throws an InvalidOperati…
-
Hello,
Take the following `DbContext`:
```C#
using Microsoft.EntityFrameworkCore;
namespace CircularKeys;
public class CircularContext : DbContext
{
public record ChildEntity(string…
-
### Steps to reproduce
I had some existing EF migrations (code first) generated using .NET 6 (and Pomelo 6.0.2). These migrations had some Guid properties that were mapped with the following code:
`…
-
When trying to implement a fairly basic, but polymorphic, active record style model system we run into issues with the type system not respecting `this` when used in conjunction with a constructor or …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Issue originally posted in slack: https://hotchocolategraphql.slack.com/archives/CD9TNK…
-
## File a bug
### Include your code
```C#
// r:"nuget:Microsoft.EntityFrameworkCore.Sqlite,8.0.5"
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Diagnostics;
usin…