InvalidOperationException with multiple HasDbFunction in 9 RC1 #34672
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
regression
type-bug
Milestone
File a bug
In EFCore 9 RC1 I'm getting a System.InvalidOperationException when my DbContext has multiple HasDbFunction calls.
In EF8 it works fine. If I limit it to 1 HasDbFunction(), it also works.
Include your code
Minimum reproducable project:
EFCore9Bug.zip
Include stack traces
Include provider and version information
EF Core version: 9 RC1
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 8.0
The text was updated successfully, but these errors were encountered: