BrandoCaserotti
BrandoCaserotti
The same happens if you filter against the computed property ( no alias for the column is used and the where clause is evaluated again): ```sql SELECT TOP(10) [obj].[Code] AS...
Hi magicmoux, the generated SQL is the following : `SELECT [fru].[Code], ( SELECT COUNT(*) FROM [FruCants] AS [f0] WHERE [fru].[Id] = [f0].[FruId] ) AS [AssociatedCants] FROM [Frus] AS [fru] ORDER...
Good to know that the issue is not from DD. This library should become the standard for EF Core. I will open a issue on EF Core github. Thank you
@ocombe are you planning to fix this issue in the immediate future?