dotnet / EntityFramework.Docs

Documentation for Entity Framework Core and Entity Framework 6
https://docs.microsoft.com/ef/
Creative Commons Attribution 4.0 International
1.59k stars 1.95k forks source link

Confusingly named lambda parameters in examples #4339

Open davidda opened 1 year ago

davidda commented 1 year ago

In the examples the lambda parameters for UsingEntity's arguments are named l for the "configureRight" argument and r for the "configureLeft" argument. This is confusing. It should be the other way around.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ajcvickers commented 8 months ago

Note from triage: this needs investigating. The left/right naming here is proving to be quite confusing.