ReAn
EF Core Defined in Library Assembly, Configured in ASPNET Asembly
It seems that way, after moving the deps to my context and instantiating the configuration in the
OnModelCreating
it works. Does anyone have a better way for allowing the EntityTypeConfiguration<T>
to work from the Service Collection?3 replies