Skip to content

Support for EF 10 / dotnet 10 #21

@tavo2047

Description

@tavo2047

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions