dotnet / EntityFramework.Docs

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

Add back setter for scaffolded collection navigations #4694

Open Varorbc opened 1 month ago

Varorbc commented 1 month ago

Type of issue

Outdated article

Description

Add back setter for scaffolded collection navigations

Page URL

https://learn.microsoft.com/en-us/ef/core/modeling/relationships/navigations#reference-navigations

Content source URL

https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/modeling/relationships/navigations.md

Document Version Independent Id

46d5e507-b441-4c2c-26c5-7e8a4b03b29a

Article author

@ajcvickers

roji commented 1 month ago

@Varorbc you'll have to provide a bit more context on what you're asking here.

Varorbc commented 1 month ago

@roji missing set image

roji commented 1 month ago

Are you saying we need to fix the docs, or scaffolding? For collection navigations, or for reference navigations (which is what you linked to above)? Please, take the time to write a few sentences on what you'd want us to do.

Varorbc commented 1 month ago

Okay, please forgive my expression. What I mean is that the collection navigations in the docs I mentioned is missing a set because #30311 has already been merged, so the docs also needs to be updated accordingly