Parallelize `check-assemblies` and `check-apis`
Open
area-CLI
enhancement
- Dominant language
- C#
- Stars
- 126
- Forks
- 39
- Avg merge
- 17h 36m
- Merged PRs (30d)
- 1
Description
We're using CCI to analyze the assemblies but we can't really parallelize too well because CCI uses a static lock, rather than a metadata host specific lock :-(
We should consider kicking worker processes (what we do for usage analysis already) or switch to Cecil or `MetadataLoadContext`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.