When I register multiple services to the DI container with the same interface and then request an IEnumerable, do the container guarantee that t
IEnumerable
Yes it does. The order is based on registration order and is guaranteed