Ankit Srivastava

Results 2 issues of Ankit Srivastava

The below query works fine with EF6 and also produces correct SQL but fails with EFCore 7.0 I have taken a sample code out of a long LINQ expression, essentially...

type-bug
customer-reported
area-query
punted-for-7.0

Models: ``` public partial interface IUser { long Id { get; } bool IsActive { get; } long CreatedById { get; } } public partial interface IUserSiteAccess { long Id...

customer-reported
area-query
ef6-parity