0
maria_ruiz created
Exception message and full stack trace:
System.InvalidOperationException Empty collections are not supported as inline query roots.
Steps to reproduce the issue: https://github.com/dotnet/efcore/issues/37216
Is neccesary update in ABP the version for EntityFramework that fix the bug.
We updated from net 9 to 10 and have this problem.
1 Answer(s)
-
0
hi
You can use the latest version of Entity Framework in your project.
Include="Microsoft.EntityFrameworkCore" Version="10.0.2" />We have upgraded them, but not released them.
https://github.com/abpframework/abp/pull/24653
Thanks.