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
{{ message }}
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.
EnumTypeConverterTests successfully tests Nullable enums, however TypeConverterTests does not
When attempting to use a Nullable enum we experience a NotSupportException thrown from TypeConverter.ResolveDbType as the check for .IsEnum fails on the NullableType
Adding an extra test to TypeConverterTests (PR coming) confirms the issue
The text was updated successfully, but these errors were encountered:
EnumTypeConverterTests successfully tests Nullable enums, however TypeConverterTests does not
When attempting to use a Nullable enum we experience a NotSupportException thrown from TypeConverter.ResolveDbType as the check for .IsEnum fails on the NullableType
Adding an extra test to TypeConverterTests (PR coming) confirms the issue
The text was updated successfully, but these errors were encountered: