The example for Property bag entity types configures properties using Property. Shouldn't that be IndexerProperty instead in accordance with the description
Entity types that contain only indexer properties are known as property bag entity types.
@lukaepti Using Property in this way actually creates indexer properties when the entity type is a property bag, so the sample does the correct thing. However, we should clarify this in the docs.
The example for Property bag entity types configures properties using
Property
. Shouldn't that beIndexerProperty
instead in accordance with the descriptionas well as the Shared-type entity types and property bags example from "What's New in EF Core 5.0"?
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.