Specification icon indicating copy to clipboard operation
Specification copied to clipboard

.NET 10 Support

Open Vizual-Dev opened this issue 1 month ago • 0 comments

I am attempting to update my application to .NET 10.

I have the latest stable version (9.3.1) of Ardalis.Specification installed.

Before the upgrade to .NET 10 everything worked fine however now when I use a specification to retreive a list of entities I receive the following error:

Method not found: 'Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression Microsoft.EntityFrameworkCore.Query.ISqlExpressionFactory.Fragment(System.String)'

Vizual-Dev avatar Nov 13 '25 09:11 Vizual-Dev