The constructors in EntitySetConfiguration are public, while the constructors in EntitySetConfiguration<T> are internal. The constructors in EntitySetConfiguration were made public to ease unit testing, for consistency and for unit testing, please make EntitySetConfiguration<T> constructors also public.
↧