-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When using this package in a project targeting .NET 10 and EF Core 10, a System.MissingMethodException is thrown at runtime during query execution.
The exception indicates that the package is trying to call a constructor for Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlFragmentExpression that only takes a System.String. It appears this constructor signature has been removed or changed in EF Core 10, causing a breaking change.
This prevents any LINQ query that utilizes this package's features from running.
LEDENOFF, ondgat and nicola87
Metadata
Metadata
Assignees
Labels
No labels