Convention for properties in a ComponentMap
I noticed that property conventions like the following are not applied to properties in a ComponentMap.
ConventionBuilder.Property.Always(x => x.Not.Nullable())
ConventionBuilder.Property.Always(x => x.Column(getColName(x.Name)))
Is this by design?
If yes, how do I create conventions for properties in ComponentMaps?