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
I am writing a simple IPropertyConvention to map certain property types to Not.Nullable(). When I have a nullable enum property IPropertyInstance.Type.IsNullable returns false.
I am writing a simple IPropertyConvention to map certain property types to Not.Nullable(). When I have a nullable enum property IPropertyInstance.Type.IsNullable returns false.
Here is my sample code:
The text was updated successfully, but these errors were encountered: