"Failed to convert parameter value from a String to a Int32." when using subquery and grouping. #16743
Labels
area-query
closed-out-of-scope
This is not something that will be fixed/implemented and the issue is closed.
customer-reported
type-enhancement
When trying to create a query that contains a sub query that contains a string parameter and then grouping the result, Entity Framework tries to convert given string parameter to Int32.
Similar to #10871, but happens in latest version (2.2.6) of EF core.
Steps to reproduce
Console application (.NET Core)
Target framework: netcoreapp2.1
Further technical details
EF Core version: 2.2.6
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 10 1903
IDE: Visual Studio 2019 (version 16.2)
The text was updated successfully, but these errors were encountered: