IGet
-
- 28,648 total downloads
- last updated 12/13/2023
- Latest version: 1.1.8
Instantiate classes that are NOT in your service collection via i.Get<Class>(). Dependencies from your service collection are automatically injected. Setup: serviceCollection.AddIGet(). See the readme for many... More information -
IGet.
by: IGetGetAll - 8,184 total downloads
- last updated 12/13/2023
- Latest version: 1.0.5
Extends IGet. Get an IEnumerable of class instances (with their dependencies injected) via i.GetAll<IMyInterface>() or i.GetAll<MyBaseClass>(). Additional setup: serviceCollection.AddIGetAll(new [] {... More information