DrSensor / DrSensor/BatchDI

Support injecting Interface with multiple Implementation

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
feature help wanted
Dominant language
C#
Stars
6
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This feature can support batch dependency injection with Class that implement specific Interface
### Usage
```c#
service.BatchSingleton("*Service");
```
**IBaseService**: The interface class
__*Service__: Class name to look. This will look out a class with the name that contains Service (e.g `MyService`, `CoolService`)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.