Skip to content

Commit

Permalink
fix lint issue in ef docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maumar committed Feb 12, 2025
1 parent 385043f commit 92c8fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release-notes/10.0/preview/preview1/efcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.NET 10 Preview 1 includes new Entity Framework Core features & enhancements:

- [Support for the .NET 10 LeftJoin operator](#support-for-left-join)
- [Support for the .NET 10 LeftJoin operator](#support-for-the-net-10-leftjoin-operator)
- [ExecuteUpdateAsync now accepts a regular, non-expression lambda](#executeupdateasync-now-accepts-a-regular-non-expression-lambda)
- [Several small improvements](#small-improvements)

Expand All @@ -11,8 +11,6 @@ Entity Framework Core 10 updates:
- [What's new in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/whatsnew) documentation
- [Breaking change in Entity Framework Core 10](https://learn.microsoft.com/ef/core/what-is-new/ef-core-10.0/breaking-changes)

<a name="support-for-left-join"></a>

## Support for the .NET 10 LeftJoin operator

`LEFT JOIN` is a common and useful operation when working with EF Core. In previous versions, implementing `LEFT JOIN` in LINQ was quite complicated, requiring `SelectMany`, `GroupJoin` and `DefaultIfEmpty` operations in a particular configuration:
Expand Down

0 comments on commit 92c8fef

Please sign in to comment.