Right now at 0.2.0 we are missing a filtered implementation by default, by that I mean a way to Seed only part of the data or context
The initial implementation of this I suppose to be an
EFCore<TContext> that would only inject the TContext and IEnumerable<ISeed<TContext>>
but it would only work to seed full contexts we should think of a way to seed only chunks of data
Right now at 0.2.0 we are missing a filtered implementation by default, by that I mean a way to Seed only part of the data or context
The initial implementation of this I suppose to be an
EFCore<TContext>that would only inject theTContextandIEnumerable<ISeed<TContext>>but it would only work to seed full contexts we should think of a way to seed only chunks of data