ipjohnson / Grace

Grace is a feature rich dependency injection container library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocateAll vs Locate<IEnumerable> discrepency

jods4 opened this issue · comments

commented

On Grace v7.x I've noticed that:

  • Locate<IEnumerable<Meta<T>> works
  • LocateAll<Meta<T>> finds nothing

Is that expected or a bug? I found it surprising.

Hmm that sounds like a bug.