You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.