A. Karboush

Results 2 issues of A. Karboush

## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [x] New feature or enhancement - [x] UI change (please include screenshot!) -...

### Bug description In EF Core 8, queries using `DefaultIfEmpty()` on value types were automatically translated to include a `COALESCE` function in the generated SQL: ```sql // LINQ query from...

regression
customer-reported
area-query