It is now possible to use wrong entity state type passed as a generic parameter to Entity
type. For example, I can mark an entity state as AGGREGATE
and pass the generated class to a Projection
.
Nothing terrible happens, but in most cases it's a programming error.