Array of glob pattern in a blacklist
Open
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
Assessment
This issue has not been assessed yet.