© 2026 Hedgehog Software, LLC
var foos = services.GetRequiredService<IEnumerable<Foo>>(); // add .ToList()? foreach(foo in foos) {} foreach(foo in foos) {} foreach(foo in foos) {}