-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Its less about that it allows value types but more that the internal code is inconsistent with how it actually checks the values as there are a number of places it is just checking if the TEntity instance is null.
I don't think we really need to support value types but at the same time, its its probably just worth checking if Entity Framework does.
If it does and it isn't difficult to fully support value types, then it should be implemented. Otherwise, constraints on TEntity should be implemented.
Reactions are currently unavailable