dotnet / EntityFramework.Docs

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

NoTracking and NoTrackingWithIdentityResolution have the same description. #4721

Closed dcarapic closed 1 month ago

dcarapic commented 1 month ago

Type of issue

Missing information

Description

[Enter feedback here] The description of the enum values NoTracking and NoTrackingWithIdentityResolution is completely the same. Even though there is a link to a page for details I think there should be something to differentiate the two. For example you could add for 'NoTrackingWithIdentityResolution ': 'The tracking is only used to ensure that the same instance of an object (for the same unique identifier) is returned during query result materialization.'

... or something like that.

Page URL

https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.querytrackingbehavior?view=efcore-8.0

Content source URL

https://github.com/dotnet/EntityFramework.ApiDocs/blob/live/dotnet/xml/Microsoft.EntityFrameworkCore/QueryTrackingBehavior.xml

Document Version Independent Id

6333e2cc-32d7-ef36-4198-926eb45a4255

Article author

@dotnet-bot

ajcvickers commented 1 month ago

Tracked by https://github.com/dotnet/efcore/issues/31207