Skip to content

Commit 178d07e

Browse files
committed
whats new in preview4 non-cosmos changes
1 parent 3cda73b commit 178d07e

File tree

1 file changed

+1
-0
lines changed
  • entity-framework/core/what-is-new/ef-core-10.0

1 file changed

+1
-0
lines changed

entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ See [#12793](https://github.com/dotnet/efcore/issues/12793) and [#35367](https:/
8484
- Optimization for `MIN`/`MAX` over `DISTINCT` ([#34699](https://github.com/dotnet/efcore/pull/34699), contributed by [@ranma42](https://github.com/ranma42)).
8585
- Translation for date/time functions using `DatePart.Microsecond` and `DatePart.Nanosecond` arguments ([#34861](https://github.com/dotnet/efcore/pull/34861)).
8686
- Simplifying parameter names (e.g. from `@__city_0` to `city`) ([#35200](https://github.com/dotnet/efcore/pull/35200)).
87+
- Translate `COALESCE` as `ISNULL` ([#34171](https://github.com/dotnet/efcore/pull/34171), contributed by [@ranma42](https://github.com/ranma42)).
8788

8889
## ExecuteUpdateAsync now accepts a regular, non-expression lambda
8990

0 commit comments

Comments
 (0)