dotnet / dotnet/apisof.net

Parallelize `check-assemblies` and `check-apis`

Open
#21 1 comment 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.