You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first resolve would be resolved normally, but container.Resolve<IEnumerable>() would return an empty collection.
If we remove Reuse.Scoped from the registration then collection contains one item.
Not obvious why the collection is empty. And if it is a bug.
The text was updated successfully, but these errors were encountered:
the first resolve would be resolved normally, but container.Resolve<IEnumerable>() would return an empty collection.
If we remove Reuse.Scoped from the registration then collection contains one item.
Not obvious why the collection is empty. And if it is a bug.
The text was updated successfully, but these errors were encountered: