Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing doc about Primitive Collections #4709

Open
OrihuelaConde opened this issue Apr 10, 2024 · 1 comment
Open

Missing doc about Primitive Collections #4709

OrihuelaConde opened this issue Apr 10, 2024 · 1 comment

Comments

@OrihuelaConde
Copy link

Type of issue

Missing information

Description

There is no documentation on how to use Primitive Collections beyond what is found here. For example, it lacks details on how to use Fluent API with Primitive Collections, such as how to utilize different value converters instead of the default one.

builder.Entity<Flower>()
       .PrimitiveCollection(e => e.Colors)
       .ElementType()
       .HasConversion<string>()
       .HasMaxLength(255);

Page URL

https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/whatsnew#primitive-collections

Content source URL

https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md

Document Version Independent Id

97203c5d-fe52-b71e-dcb3-71c9492b4e04

Article author

@ajcvickers

@roji
Copy link
Member

roji commented Apr 11, 2024

Thanks, yeah, we're behind on documentation...

@roji roji added this to the 9.0.0 milestone Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants