Firas M. Darwish
Firas M. Darwish
This project looks promising and well-architected, thanks for your efforts. I'm looking forward to contribute
i've tried the following but it still fails with the same error message: - global value converter for `UserType` - adding value comparer for `UserType` - using `HasDefaultValue` and `HasDefaultValueSql`...
it also fails with the same error when using other complex types (other than Ardalis.SmartEnum) for the discriminator property ```cs public sealed class CustomType { public int Value { get;...