Release v17.18.2
Fixed
- Don't define an entity if it does not have any properties that matches the converters we have (Guid, ConceptAs, Json) for Entity Framework. If we call
.Entity()for an entity, it gets promoted as an entity - while we really don't want that for every type.