DrSensor / DrSensor/BatchDI

Array of glob pattern in a blacklist

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

Description

* [ ] Implement an array of glob pattern in a blacklist. Example

```c#
service.BatchSingleton(
filter: new[] { "I*Service", "*Type", },
blacklist: new[] { "*NotNeeded*", "*SQL*" }
);
```

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.