Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"rate-limiting",
"asynchronous",
"async",
"task",
"tasks",
"asynchronous-programming",
"async-await"
],
"is_fork": false,
"size_kb": 808,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 316270,
"PowerShell": 100354
},
"pushed_at": "2026-07-22T21:20:38Z",
"created_at": "2022-01-03T22:39:35Z",
"owner_type": "User",
"updated_at": "2026-07-22T21:20:53Z",
"description": "Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#",
"PowerShell"
]
},
"owner": {
"blog": "http://www.tomlonghurst.com",
"name": "Tom Longhurst",
"type": "User",
"login": "thomhurst",
"company": null,
"location": "London, UK",
"followers": 244,
"avatar_url": "https://avatars.githubusercontent.com/u/30480171?v=4",
"created_at": "2017-07-26T21:00:36Z",
"is_verified": null,
"public_repos": 133,
"account_age_days": 3283
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.6.2",
"kind": "patch",
"published_at": "2025-08-10T17:03:55Z"
},
{
"tag": "v3.4.5",
"kind": "patch",
"published_at": "2025-08-09T00:17:10Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2025-08-07T15:47:30Z"
},
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2025-01-23T12:38:10Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2024-12-20T11:26:00Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2024-09-05T21:53:08Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2023-09-30T11:08:03Z"
}
],
"recent_commits": [
{
"oid": "ad235dc80706c6ee42d59f77cca90b93fe8e4190",
"body": null,
"is_bot": false,
"headline": "ci: run unit tests under Native AOT (#374)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-22T21:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c74be7752113e7eece6578bbdaf498a87e85d65",
"body": "…ish packaging (#373)\n\n* refactor!: remove result-discarding InParallelAsync overloads and polish packaging\n\nThe Func<TSource, Task<TResult>> and Func<TSource, TResult> overloads\nreturned plain Task and silently dropped every result. Callers that\nwant results already have SelectAsync(...).ProcessInP\n[…]\nellation doc claims\n\nAsync value-returning lambdas and explicitly typed result delegates do\nnot bind to the surviving overloads, and item faults take precedence\nover cancellation on the returned task.",
"is_bot": false,
"headline": "refactor!: remove result-discarding InParallelAsync overloads and pol…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-22T00:07:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "136b15e88bac4e69d744a466845eb4a3a8abaf63",
"body": "TUnit no longer depends on EnumerableAsyncProcessor, so the members kept\nsolely so TUnit.Engine (compiled against v3) could bind at runtime are\nno longer needed:\n\n- Remove redundant ProcessInParallel(int maxConcurrency) shims from the\n four builder classes; int arguments still resolve to the\n Proc\n[…]\nlityTests and the corresponding\n PublicAPI.Shipped.txt entries (v4 is not yet tagged, so the surface\n never shipped).\n- Drop the TUnit coupling notes from CLAUDE.md and the README migration\n guide.",
"is_bot": false,
"headline": "refactor!: remove v3 binary-compatibility shims for TUnit (#372)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T23:40:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b0e880cce99ed6ca2019ab60ae28d536689a8804",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency tunit to 1.61.29 (#371)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T23:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4c40f3e67c9e6ad7bb9bef7f627352fa1ea268",
"body": "… paths (#370)\n\n* fix: resolve pre-4.0 audit findings across streaming and cancellation paths (#362-#369)\n\nException fidelity (#362): the Task returned by the IAsyncEnumerable\nprocessors' ExecuteAsync is now built from a TaskCompletionSource, so\nTask.Exception.InnerExceptions carries every failure (\n[…]\nceled\nlocal: the catch filter already routes pure cancellation to the caller's\nOperationCanceledException handler, which completes the execution task\nas canceled. A regression test pins that contract.",
"is_bot": false,
"headline": "fix: resolve pre-4.0 audit findings across streaming and cancellation…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T22:43:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "53ae204c95d506bbcd06a7161a399c7d881ee65e",
"body": "* refactor!: freeze a clean v4 public API surface\n\nNow-or-never cleanup before the 4.0.0 contract freezes:\n\n- Internalize the ActionTaskWrapper/ItemTaskWrapper structs and demote the\n abstract processor bases' protected plumbing (TaskWrappers,\n EnumerableTaskCompletionSources, CancellationToken, c\n[…]\nlete a\nsignal when enumeration finishes, and DisposeAsync cancels then waits up\nto the shared 30-second disposal window before releasing the source.\nSynchronous Dispose still cancels without blocking.",
"is_bot": false,
"headline": "refactor!: freeze a clean v4 public API surface (#361)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T21:47:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d18f2c8bfeda161b35230175eef8a3d7fc33c73f",
"body": "… (#360)\n\nStreaming results via GetResultsAsyncEnumerable used task.Result on the\nnet9+ Task.WhenEach path, wrapping failures in AggregateException while\nthe net8 fallback rethrew the original exception. Both paths now await\nthe completed task so every TFM surfaces identical exceptions.\n\nIn the boun\n[…]\nw\nawaits pending results with WaitAsync(pipelineToken), workers cancel any\nunclaimed items they strand on exit, and abandoned faulted results are\nobserved so they cannot raise UnobservedTaskException.",
"is_bot": false,
"headline": "fix: unify streaming exception fidelity and prevent cancellation hang…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:59:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96e1c26718a2268377e8d421e2c8b4053e2d56ba",
"body": null,
"is_bot": false,
"headline": "docs: add v4 migration guide (#359)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:19:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b20abb2dbef8af538787e97149a7040ca602914",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update actions/checkout action to v7 (#351)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5a10541d21a25110fddc20b5116f74890e556c9",
"body": "* chore: track public API surface\n\n* fix: sync public API baseline (#356)",
"is_bot": false,
"headline": "Track the public API surface (#356)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b005d8bde7e93b4d511a41fa8804b96a238a919f",
"body": "* perf: pool async-enumerable workers\n\nBounded async streams now use P persistent channel workers and capped ordered-result queues, keeping source read-ahead and coordination proportional to concurrency.\n\nRefs #337\n\n* fix: preserve async stream exception type (#358)",
"is_bot": false,
"headline": "Pool bounded async-enumerable workers (#358)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:06:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53738906cb0105bbf59c2ca6921a9b5dba12a16",
"body": "Timed processors limit operation starts per window. New overload separates permit count from maximum in-flight concurrency.\n\nCloses #335",
"is_bot": false,
"headline": "feat: add token-bucket rate limiting (#357)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T20:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c0ac6fe7c5ee1ceb2ef6c11f3153bb221ee77c5",
"body": "Route positional and named concurrency limits through ParallelAsyncProcessor and remove the duplicate non-timed rate-limited processor types. Keep timed rate limiting separate and document one optional-limit API.",
"is_bot": false,
"headline": "refactor!: consolidate parallel API (#352)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T19:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "928aff6d45d1e523fed8243d125d2ba73db8dec6",
"body": "* perf: add reproducible benchmark suite\n\nAdd BenchmarkDotNet coverage for seven processor paths across completed and yielding selectors at 1k, 10k, and 100k items. Document filtering and revision comparisons, and exclude the non-packable benchmark project from release packaging.\n\n* ci: build benchmarks in pipeline (#353)",
"is_bot": false,
"headline": "Add reproducible BenchmarkDotNet suite (#353)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T19:46:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1089f680199463ca146336ed982ead7be4da8348",
"body": "* feat: add cancellation-aware selectors\n\nAdd token-aware SelectAsync and ForEachAsync overloads for enumerable, async-enumerable, item, and execution-count builders. Adapt each delegate once to the builder's linked processor token so CancelAll, disposal, and external cancellation interrupt in-fligh\n[…]\nx: await async selector cleanup\n\nExternal cancellation can end source enumeration before started selectors finish. Keep unbounded action and result execution alive through selector cleanup.\n\nRefs #336",
"is_bot": false,
"headline": "Add cancellation-aware async selectors (#354)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T19:37:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "691ecf54a0d3b99b0bba14752c0336d46428ea2a",
"body": null,
"is_bot": false,
"headline": "perf: use worker pool in InParallelAsync (#355)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T19:25:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f410558d03fca4d51ef869d63ebf3ef06f120a9",
"body": "agents.md pointed at claude.md, which dangles on case-sensitive\nfilesystems now the file is CLAUDE.md.",
"is_bot": false,
"headline": "docs: add CLAUDE.md and fix agents.md symlink case",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b36257c02c24a836ee83e6d25c34b30928b6fc55",
"body": null,
"is_bot": false,
"headline": "chore: add agent compatibility symlinks",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adde5f0c9de3a739ff379945ab6a0e8a8107e705",
"body": "Drop net6.0 and netstandard2.0 compatibility shims and packages now that v4 targets supported .NET releases.\n\nBREAKING CHANGE: v4 no longer supports net6.0 or netstandard2.0. Consumers must target net8.0 or later.\n\nRefs #334",
"is_bot": false,
"headline": "build!: require .NET 8 or later (#350)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7cae8da447ae215133f86a5293f0b5c88272c52",
"body": "Follow-up to #347",
"is_bot": false,
"headline": "fix(ci): fail on broken examples (#349)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:28:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3299d51f44a7b135e0ff13bc9201aa6d0330b843",
"body": "Refs #341",
"is_bot": false,
"headline": "fix: keep examples compiling in CI (#347)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "022bda47617f1318fbd120c542941af433eb61cc",
"body": "Refs #346",
"is_bot": false,
"headline": "test: isolate wrapper allocation measurement (#348)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6da598a0fe76264e3499a47923eeb2a175f3797",
"body": "* \"Claude PR Assistant workflow\"\n\n* \"Claude Code Review workflow\"",
"is_bot": false,
"headline": "Add Claude Code GitHub Workflow (#345)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3d1560b43511e250c33f85b9ecf9d4d11e4dd7",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update actions/setup-dotnet action to v6 (#331)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa1c5b2f080731c168d0a26cfad5f58cb60a766b",
"body": "Refs #342",
"is_bot": false,
"headline": "chore: define repository line endings (#344)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90d2c53f07063e09946bbb4f4882c83979c36fa",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency microsoft.sourcelink.github to v10 (#325)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c692dccaee99dbc56db86cc31cb186d79cbd9ce",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update actions/checkout action to v7 (#329)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6adad51f642df9becbe85cc16632fcf60646a31b",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency polyfill to v11 (#330)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T18:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70e43dcfc9161d4267cb264cca3747232b4a106b",
"body": "Copy the autonomous issue/PR loop skill, /issue-pr-loop command, and\nsupporting scripts (Redis agent locks, fail-closed PR merge gate,\nmerged-worktree cleanup) and adapt them for this repo: eap-prefixed\nlock container/keys/env var, EnumerableAsyncProcessor worktree root,\nTUnit test commands, and repo-specific gotchas.",
"is_bot": false,
"headline": "chore: add issue-pr-loop skill and agent scripts from Dekaf",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96afa0ed5986c0640132493f58378b4a570e26aa",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency tunit to 1.61.23 (#315)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da377f68de03fecdb879236cb2f49fa47724dea7",
"body": "Fix processor correctness: lazy re-enumeration, broken cancellation on dispose, hung awaiters",
"is_bot": false,
"headline": "Merge pull request #332 from thomhurst/fix/async-processor-correctness",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0db5f1cee8abd91060db5f77ade4c6cad05321c1",
"body": "…t-mcp",
"is_bot": false,
"headline": "chore: remove accidentally committed tool artifact, ignore .playwrigh…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "861d774dab6184f29f858fde62dbe516ce7aea15",
"body": "This PR ships breaking changes (eager input materialization,\nnon-blocking sync Dispose, removed caps, trimmed wrapper-struct\nsurface), so it releases as a major version. Verified locally:\nmain resolves to 4.0.0, PR refs to 4.0.0 pre-releases.\n\nAlso collapse the double blank line in\nResultBatchAsyncProcessor_1.cs flagged by CodeFactor.",
"is_bot": false,
"headline": "chore: pin next-version 4.0.0 and fix double blank line",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:43:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b5a076d47f98569c8fd6a808a953f9b9042424",
"body": null,
"is_bot": false,
"headline": "style: add missing final newlines to changed files",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d63780f9e331a6370d69446c45b9a9093d8fff68",
"body": "ModularPipelines writes a \"strategies: [Mainline]\" GitVersion\nconfig when the repo has none, and that strategy crashes\nGitVersion 6 with InvalidOperationException on GitHub PR merge\ncommits (reproduced locally against refs/pull/332/merge; the\ndefault strategies succeed on the same commit).\n\nA committed config takes precedence. Default strategies plus\nContinuousDeployment with an empty label on main keep publish\nversions stable: main resolves to 3.7.0, PR refs to\npre-release versions.",
"is_bot": false,
"headline": "fix(ci): commit GitVersion.yml to avoid generated Mainline config",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181840a705e5c45852577e296f7d159af7d617dc",
"body": "Pipeline.CreateBuilder resolves configuration files relative\nto the output directory, not the working directory the old\ngeneric host used, so CI failed with FileNotFoundException\nbefore any module ran.",
"is_bot": false,
"headline": "fix(pipeline): copy appsettings.json to output directory",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f07af4254b0979106ce3b73ec1782e33923d6763",
"body": "TUnit 0.53.0 -> 1.61.15: no source changes needed; 537 tests\npass on net9.0 and net8.0.\n\nModularPipelines 3.1.90 -> 3.2.8 (packages are net10.0-only,\nso the pipeline project targets net10.0; main was failing to\nrestore since the 3.x bump). Migrated to the v3 API:\n\n- Pipeline.CreateBuilder(args) + Bu\n[…]\nrified locally: 1074 tests across both TFMs run\nthrough the exact pipeline command).\n\nCI installs 8.0.x/9.0.x/10.0.x SDKs: 10 for the pipeline,\n8 and 9 as runtimes for the multi-targeted test project.",
"is_bot": false,
"headline": "chore(deps): TUnit 1.61.15, ModularPipelines 3.2.8",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:25:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36d38b0c932779b7803aa4fd1d0722aabb043619",
"body": "30 new tests across five suites, each pinned to a previously\nshipped bug:\n\n- InputEnumerationRegressionTests: input enumerated exactly\n once across process/await/CancelAll/dispose; one-shot\n enumerables work; iterator exceptions throw at build time\n instead of hanging awaiters.\n- DisposalRegressi\n[…]\nly once, and honour cancellation.\n\nTest project now targets net9.0 and net8.0 so the pre-net9\ncompletion-order bucket implementation of ToIAsyncEnumerable\nis exercised in CI rather than only compiled.",
"is_bot": false,
"headline": "test: regression coverage for correctness and perf fixes",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:12:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d494f49c09c720ac180dd9b0bdf2f04162d13990",
"body": "Measured at 100k items with completed-task selectors (pure\noverhead, net9):\n- unbounded parallel: 61ms -> 16ms, 444 -> 162 B/item\n- maxConcurrency 64: 57ms -> 10ms, 431 -> 164 B/item\n- rate-limited 64: 163ms -> 9ms, 1062 -> 156 B/item\n\nChanges:\n- Rate-limited, timed and throttled parallel processors\n[…]\non net8 -\n 100k results stream in 73ms.\n- Throttled ProcessInParallel now validates maxConcurrency\n at build time; previously 0 surfaced as a semaphore\n ArgumentOutOfRangeException at process time.",
"is_bot": false,
"headline": "perf: worker-pool processing, array hot paths, O(N) streaming",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T17:03:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eda8d646e542b1bc3a2eecfbc43be6fcb3877a27",
"body": "- Extract shared internal ProcessorLifecycle owning start/\n cancel/dispose. The void and result bases cannot share an\n ancestor (differently typed completion sources), and the\n previous mirrored ~90 lines of concurrency-sensitive code\n had already drifted once (one base registered CancelAll,\n t\n[…]\nativeOrZero; call the primitives\n directly. CallerArgumentExpression keeps messages identical.\n- Build the wrapper/completion-source arrays the same way in\n all four abstract processor constructors.",
"is_bot": false,
"headline": "refactor: deduplicate lifecycle, fault handling and validation",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T16:51:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "838180a9ba6a4653686a7780a63dbff228372b61",
"body": "- Remove GetPerformanceWarning: computed and immediately\n discarded in four constructors, never observable.\n- Remove arbitrary validation caps (10,000 tasks, 10,000\n batch size, 24h timespan) that threw on legitimate large\n workloads. Negative/zero checks remain.\n- Add missing parallelism/batch/t\n[…]\nceptions; awaiting is equivalent and\n correct.\n- LangVersion preview -> latest now that no preview features\n are used.\n- Update README disposal notes to match the non-blocking\n synchronous Dispose.",
"is_bot": false,
"headline": "refactor: remove dead code, arbitrary caps and unused API surface",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T16:40:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a303676c100b8c8bba2e1fda5a89893eb35950c2",
"body": "- Materialize task wrappers once at construction. Input\n enumerables were lazily re-enumerated up to 5 times\n (validation Any(), Process, WhenAll, CancelAll, dispose),\n breaking one-shot sources and re-running side effects.\n Removes the ConcurrentDictionary identity workaround and\n the eager .A\n[…]\nse no longer blocks via Task.Run().Wait(30s);\n it cancels and releases immediately.\n- Consistent cancellation token flow in rate-limited and\n timed processors (was a mix of None and missing tokens).",
"is_bot": false,
"headline": "fix: correctness issues in processor core",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-07-21T16:36:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "445d40600cc601156c4ecb378b1adfe0e634e324",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update modularpipelines to v3 (#326)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2026-02-09T19:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "290ebe6b682090b0188619ed2612c6bbc20f2ae9",
"body": "Add comprehensive disposal documentation and examples for processor objects",
"is_bot": false,
"headline": "Merge pull request #319 from thomhurst/copilot/fix-318",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-12T07:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "846679d692760b5ae891afe4312c1b318cef73fc",
"body": "Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>",
"is_bot": true,
"headline": "Add quick reference section and validate disposal patterns work",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-08-12T07:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90ec67ceef022631d3643bb435066b088ca098bf",
"body": "Co-authored-by: thomhurst <30480171+thomhurst@users.noreply.github.com>",
"is_bot": true,
"headline": "Add comprehensive disposal documentation and examples",
"author_name": "copilot-swe-agent[bot]",
"author_login": "Copilot",
"committed_at": "2025-08-12T07:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce917f40c2c58734fb33c8e3082bfa4d1467e33",
"body": null,
"is_bot": false,
"headline": "Initial plan",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2025-08-12T06:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b88a3904935c20b15b51ef758ead022b67383a4",
"body": "- Add SelectMany for IAsyncEnumerable to flatten IEnumerable and IAsyncEnumerable results\n- Add SelectManyAsync for IAsyncEnumerable to flatten async projections\n- Add SelectManyAsync for IEnumerable to support async flattening operations\n- Include array-specific overloads for automatic type inferen\n[…]\nrrays from async lambdas,\neliminating the need for explicit type parameters in common scenarios.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add SelectMany and SelectManyAsync extension methods",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T21:11:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c1e74000629fbd1ea02fb5db0ae826d14c4c79e9",
"body": "- Add Microsoft.Bcl.AsyncInterfaces 6.0.0 package for netstandard2.0\n- Remove all #if NET6_0_OR_GREATER conditionals from IAsyncEnumerable code\n- Make ProcessInParallel and other async enumerable extensions available for all target frameworks\n- This enables IAsyncEnumerable support across all framework targets\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Remove NET6.0+ conditionals for IAsyncEnumerable support",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T20:51:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "af0f064ae5fd39038f608086b8c16559e784faf3",
"body": "…Parallel test\n\nThe test was failing when run in parallel with other tests due to timing constraints.\nAdding NotInParallel ensures the test runs in isolation for accurate timing measurements.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: Add NotInParallel attribute to ProcessInParallel_ActuallyRunsIn…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T20:31:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3ba09d2fbaeedd4e752b283624330e1330ba603c",
"body": "- Add ProcessInParallel() methods that return IEnumerable<T> when awaited\n- Support both simple parallel processing and with transformations\n- Include overloads for max concurrency and thread pool scheduling\n- Add comprehensive unit tests for all new extension methods\n- Include example demonstrating usage and performance benefits\n- Achieve ~20x speedup for parallel vs sequential processing\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add ProcessInParallel extension methods for IAsyncEnumerable<T>",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T20:22:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5b9bbd4d9f781f4c6ec6f29acdc7cc709861c693",
"body": "…enumerable-parallel-enhancements\n\nfeat: Enhance IAsyncEnumerable support with full parallel processing …",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #317 from thomhurst/feature/async-…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T19:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1967e0b8f84e8ab623481f6cc41626ee3d8a6524",
"body": "…capabilities\n\n- Add unbounded parallel processing support for IAsyncEnumerable\n- Implement ProcessInParallel() overloads matching IEnumerable API\n - ProcessInParallel() - unbounded concurrency\n - ProcessInParallel(int?) - configurable concurrency limit\n - ProcessInParallel(bool) - thread pool sc\n[…]\ne processing,\nallowing developers to use the same fluent API patterns for both collection types.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Enhance IAsyncEnumerable support with full parallel processing …",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T19:39:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e25fa7bf5f8f293b3a05f4e418d4244ee49d591e",
"body": "…zed-parallel-processing\n\nfeat: Optimize parallel processing with optional thread pool scheduling",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #316 from thomhurst/feature/optimi…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T19:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3aa9d245d0ffcf08708e4225b483ab3128d2e4",
"body": "- Remove unsafe ProcessInParallelUnbounded() method that could block thread pool\n- Add optional scheduleOnThreadPool parameter to ProcessInParallel() methods\n- Default to direct task execution (scheduleOnThreadPool=false) for maximum performance\n- When scheduleOnThreadPool=true, use Task.Run() to pr\n[…]\nmance\nfor purely async delegates while still supporting synchronous/blocking code when required.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Optimize parallel processing with optional thread pool scheduling",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-11T19:22:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32ea3e9e097327efb682a9ac7af96c340397208b",
"body": "fix: Maximize parallel throughput",
"is_bot": false,
"headline": "Merge pull request #312 from thomhurst/fix/maximize-parallel-throughput",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T17:45:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4caa379c16b5fe8fa3436e02817795ec20866e",
"body": "Fixed ObjectDisposedException occurring when semaphore was disposed while\nbackground tasks were still trying to release it.\n\nChanges:\n- Wrapped task creation and execution in try-finally blocks\n- Ensured all tasks complete before disposing semaphore using finally blocks\n- Added exception handling fo\n[…]\nsed object\" exceptions that were\nappearing during test runs when tasks were finalized by the GC.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Resolve unobserved task exceptions in AsyncEnumerable processors",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T17:40:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f40ea5e173b85ca530f502f3f5fec83c3c7c8a04",
"body": "The Task.Yield() calls in TaskWrapper were causing sequential task scheduling,\nwhere each task had to yield before the next could start. This created a\nbottleneck that prevented true parallel execution.\n\nChanges:\n- Removed Task.Yield() from all TaskWrapper Process methods\n- Added Task.Run() at proce\n[…]\nInParallel() eagerly schedules all tasks immediately,\nmaximizing throughput and CPU utilization.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Maximize parallel throughput by removing Task.Yield bottleneck",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T17:36:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7254f25beb87752c2cee8c4bc02485d100b3bc8b",
"body": "fix: Fix critical deadlock and hanging issues in async processors",
"is_bot": false,
"headline": "Merge pull request #311 from thomhurst/fix/deadlock-and-hanging-issues",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T17:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c60bb06b6c6c1c2fbcb2abd6eac9269f835263",
"body": "## Changes Made:\n\n### 1. Fixed cancellation handling in EnumerableExtensions\n- Added proper CancellationToken support to ToIAsyncEnumerable method\n- While loop now properly responds to cancellation requests\n- Prevents infinite hanging when tasks don't complete\n\n### 2. Fixed semaphore release bug in \n[…]\nanalysis while maintaining the library's performance characteristics and backward compatibility.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix critical deadlock and hanging issues in async processors",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T17:01:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2858a6cb9145a6dd300a18bc35dd291a4d7027bb",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update modularpipelines to 2.47.0 (#308)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb3c673266d0ac16755a6d5ef8f289ba2c0f36a",
"body": "…-channel-processors\n\nRemove channel processors",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #310 from thomhurst/feature/remove…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d805b2ac6792c5128036b79ddb6107fab461f7c3",
"body": "- Mark MeasureParallelProcessingTime_200ItemsWithThreadSleep with [NotInParallel]\n- Mark MeasureParallelProcessingTime_200ItemsWithDirectThreadSleep with [NotInParallel]\n- Prevents thread pool exhaustion from affecting other tests running in parallel\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: Add [NotInParallel] attribute to Thread.Sleep tests",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:46:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "88d239194611a432956da2f58eedbb220fe3a468",
"body": "- Removed all isIOBound parameters and logic from ParallelExtensions\n- Removed System.Threading.Channels package reference\n- Refactored AsyncEnumerable processors to use semaphores instead of Channels\n- Removed ChannelItemTaskWrapper structs from TaskWrapper.cs\n- Simplified parallel processing to al\n[…]\ntency\n\nThis simplifies the codebase by removing the I/O vs CPU-bound distinction\nand eliminates the dependency on System.Threading.Channels, using standard\nsemaphore-based concurrency control instead.",
"is_bot": false,
"headline": "refactor: Remove isIOBound logic and all Channel usage",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:38:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f59a247c324457a435d854d52b7f9b1beb83198d",
"body": "- Removed all Channel processor classes and interfaces\n- Removed ProcessWithChannel() methods from all builder classes\n- Removed Channel-related extension methods\n- Removed Channel processor tests and examples\n- Kept System.Threading.Channels package for internal ParallelExtensions optimization\n\nThis simplifies the API by removing the Channel-based processing option,\nwhich was redundant with the existing parallel processing methods.",
"is_bot": false,
"headline": "feat: Remove Channel processor implementations",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd6b3f9008717105a9038ffa91a18ed841a3eab",
"body": "…-for-sync-operations\n\nfix: Add Task.Yield to prevent thread pool starvation with synchronous operations",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #309 from thomhurst/fix/task-yield…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aedacf57b9e8fbd4346f7373c9417a8fe4116c7",
"body": null,
"is_bot": false,
"headline": "fix: Enable parallel processing by adding ParallelLimiter to GlobalSetup",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b161bd2ff2015652f91f8b18d95a7cc134f321",
"body": "- Remove all IOBoundParallelAsyncProcessor classes as they're redundant with Task.Yield()\n- Replace isIOBound flag with optional maxConcurrency parameter for better flexibility\n- Add backward compatibility overloads to maintain binary compatibility\n- Increase test delays to account for Task.Yield() \n[…]\nG CHANGE: ProcessInParallelForIO methods removed. Use ProcessInParallel(maxConcurrency) instead.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: Remove IO vs CPU distinction and simplify parallel processing",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T15:11:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6595e378b01c16ced7ea11b3794b79c49f403261",
"body": "…s operations\n\nWhen users provide synchronous blocking functions (e.g., Thread.Sleep followed by Task.CompletedTask),\nthe library would experience severe thread pool starvation, leading to poor parallel performance.\n\nThis fix adds await Task.Yield() before invoking user-provided task factories to en\n[…]\nTask.Run wrapped operations\n\nAdded comprehensive performance tests to validate the improvements.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Add Task.Yield to prevent thread pool starvation with synchronou…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-10T14:18:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6d672d21a11fb987c649a511d9421dfe5fad6d26",
"body": "fix: Fix deadlock issues in async processors",
"is_bot": false,
"headline": "Merge pull request #307 from thomhurst/fix/deadlock-issues",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-09T00:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1547b184702297d1f1e144fec873f54b02adb3",
"body": "- Fix TaskCompletionSource not being set on exceptions in ProcessOrderedItemAsync\n Previously, if _taskSelector threw an exception, no TaskCompletionSource was added\n to the ordering dictionary, causing infinite waits. Now always add TCS first, then\n set result/exception appropriately.\n\n- Replace\n[…]\ncution. Uses finally blocks to guarantee completion\n regardless of where exceptions are thrown.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix critical deadlock issues in async processors",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-09T00:15:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4291d89b2e091bb30868dec3ba30b93191721f57",
"body": "The cancellation test was still failing intermittently because it relied on\ntiming to ensure items were processed before cancellation.\n\nChanges:\n- Track items that started processing separately from completed items\n- Trigger cancellation deterministically after 5 items start processing\n- Remove depe\n[…]\neterministic by ensuring cancellation\nhappens after a specific number of items begin processing.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Improve cancellation test reliability for channel processor",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T23:17:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b2e660fc2f82e70b0a805485c4533c4a8f66e368",
"body": "The test ProcessWithChannel_WithCancellation_ShouldCancelGracefully was failing\nbecause cancellation could occur before any items were written to the channel.\n\nChanges:\n- Added TaskCompletionSource to signal when processing starts\n- Wait for processing to begin before triggering cancellation\n- Reduc\n[…]\nitems are processed before cancellation, making\nthe test behavior more predictable and reliable.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix cancellation handling in channel processor test",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T23:10:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bfe0bb2d59b11c9da80da8c8fd559191334172e8",
"body": "…onfigureawait-issues\n\nfix: Fix deadlock issues by adding ConfigureAwait(false)",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #306 from thomhurst/fix/deadlock-c…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T22:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f705aa025f34f6ce166aa51babcebf1aac9504",
"body": "Found and fixed additional methods that were returning Task.WhenAll directly\nwithout awaiting with ConfigureAwait(false). This completes the comprehensive\nConfigureAwait(false) implementation across the entire library.\n\nFixed files:\n- BatchAsyncProcessor.cs & BatchAsyncProcessor_1.cs\n- ParallelAsync\n[…]\nAll methods now properly use async/await with ConfigureAwait(false) pattern.\nAll 498 tests pass.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Add ConfigureAwait(false) to remaining Task.WhenAll statements",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T22:56:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1ccca9797417f915ce61d55dc73b93ccf224a1cb",
"body": "…ibrary\n\nThis commit addresses critical deadlock issues that were causing libraries to hang:\n\n1. Fixed synchronous Dispose() methods that were blocking on async disposal\n - Added ConfigureAwait(false) to prevent synchronization context capture\n - Added exception handling to suppress disposal exc\n[…]\nnization context can cause blocking.\n\nAll 498 tests pass confirming no functionality was broken.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix deadlock issues by adding ConfigureAwait(false) throughout l…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T22:40:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "79e25cbfb97d749b0d0cd0365a5299c487f90fa3",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update modularpipelines to 2.46.1 (#292)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T21:23:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a6afebe3f5b02326bfc82dc20fbe0a1f09a8cb4",
"body": "…enumerable-parallel-processing\n\nfeat: Add parallel processing support for IAsyncEnumerable",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #305 from thomhurst/feature/async-…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8cab57366cbce2981f95fbd8048ec7da4278d07",
"body": "- Modified ProcessWithChannel_WithCancellation_ShouldCancelGracefully to not pass cancellation token to Task.Delay\n- Added explicit cancellation checks in ForEachAsync_WithCancellation_StopsProcessing\n- Ensures some items are processed before cancellation takes effect\n- All 498 tests now passing\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix cancellation handling in async processor tests",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:29:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7479060371eeac2ea1aa78905f7c027b948b7d3",
"body": "- Add ProcessInParallelUnbounded() for both ForEachAsync and SelectAsync\n- Implement AsyncEnumerableUnboundedParallelProcessor\n- Implement ResultAsyncEnumerableUnboundedParallelProcessor\n- Add tests to verify unbounded processing behavior\n\nThe unbounded processor starts ALL tasks immediately without\n[…]\nt.\n\nWARNING: Use with caution as it can overwhelm system resources\nwith large async enumerables.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add unbounded parallel processing for IAsyncEnumerable",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:22:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7b2624835c5364709d77ce6421aaff4b3f4620e",
"body": "The performance comparison test between channel and batch processors\nwas failing intermittently due to timing variations on different systems.\nIncreased the acceptable performance ratio from 3x to 5x to improve\ntest stability while still catching significant performance regressions.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: Increase tolerance for channel performance test",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:15:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "281a53acbaed7a28c854b08998d63491eb0ae44b",
"body": "- Use IsEquivalentTo instead of IsEqualTo for collection comparisons in TUnit\n- Fix race condition in order preservation logic\n- Properly complete output channel to prevent timeout\n- Track producer completion state correctly\n- Ensure all consumer tasks complete before finalizing\n\nAll 497 tests now passing.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Fix test failures in AsyncEnumerable processors",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:11:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c1c0dc7792870b4fdc932bd279fcf5e69fe3ae18",
"body": "- Add SelectAsync and ForEachAsync extension methods for IAsyncEnumerable\n- Implement parallel, I/O-optimized, and channel-based processors\n- Support configurable concurrency and order preservation\n- Add comprehensive unit tests for async enumerable processing\n- Include example code demonstrating us\n[…]\nterializing the entire collection, providing better memory\nefficiency and backpressure handling.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add parallel processing support for IAsyncEnumerable",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T19:03:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2088c2b060eae5a3395aef7b3aa80bca2bead405",
"body": "…se-parallelism-limits\n\nfeat: Add unbounded parallel processor",
"is_bot": false,
"headline": "+semver:minor - Merge pull request #304 from thomhurst/feature/increa…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T15:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eb35e8a3340234871d4c71c214cf2a715ce0350",
"body": "…imits\n\n- Add UnboundedParallelAsyncProcessor for true unlimited parallelism\n- Increase IOBoundParallelAsyncProcessor default concurrency from 100-800 to 1000-4096\n- Add ProcessInParallelUnbounded() methods to all builder classes\n- Enable scenarios like running 10,000+ unit tests truly in parallel\n\n\n[…]\nableAsyncProcessor\nwas limiting parallelism and preventing all tests from starting concurrently.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Add unbounded parallel processor and increase I/O concurrency l…",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T15:13:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1808fe74bfb04e0fdc2afa89300ba0a4824352a9",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency tunit to 0.53.0 (#303)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-08T13:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea40419b7eaecd2b053a3bf03f6f66273ce1cec",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency tunit to 0.52.64 (#302)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T23:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7853fe764bd769e14a38c20c327bcc03d32d1b36",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "chore(deps): update dependency tunit to 0.52.60 (#301)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T18:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acfafe7dca22bd48f137f909567571a021e70d08",
"body": "- Replace SetException/SetResult/SetCanceled with TrySet* methods\n- Prevents InvalidOperationException when TaskCompletionSource already set\n- Fixes unobserved task exceptions in channel-based processors\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: Prevent unobserved task exceptions in TaskWrapper",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T17:56:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "068d3af0d4a869120970e72b1c61227233bb374d",
"body": "- System handles resource management through SemaphoreSlim, ThreadPool, etc.\n- Fixes ArgumentOutOfRangeException when using int.MaxValue for unlimited parallelism\n- Only validates minimum parallelism (must be at least 1)",
"is_bot": false,
"headline": "fix: Remove artificial upper limit on parallelism level",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T16:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa2e3acecd331b442c8466a3a3c10b6ef67bd5ac",
"body": "Performance Improvements",
"is_bot": false,
"headline": "Merge pull request #300 from thomhurst/feature/performance-optimizations",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T15:47:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae7ca755dbf29e96e65f96b9fd419d0fb642e4f",
"body": "Major throughput optimizations:\n- Remove unnecessary Task.Run for I/O operations (massive improvement)\n- Default 100+ concurrency for I/O vs ProcessorCount for CPU\n- Fast-path for already-completed tasks (skip async machinery)\n- Channel-based processing for extreme concurrency (1000s of ops)\n- New I\n[…]\nnt limit for I/O\n- Eliminated thread pool pressure from unnecessary Task.Run\n- CPU-bound operations maintain existing optimized behavior\n\nAll 485 tests passing - 100% backward compatibility maintained",
"is_bot": false,
"headline": "perf: Maximize throughput for I/O-bound operations",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T15:39:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0058b277f02625eefd4e4ca34e28b9665b11985",
"body": "Fixed cancellation handling issues:\n- Added ConfigureAwait(false) to all async calls in ParallelExtensions\n- Added cancellation token support throughout ParallelExtensions\n- Fixed immediate cancellation in AbstractAsyncProcessorBase\n- Properly propagate cancellation tokens in RateLimitedParallelAsyn\n[…]\nl processor cancellation exception handling\n\nResults:\n- All 485 tests now passing (100% pass rate)\n- Cancellation tests no longer timeout\n- Proper async/await patterns throughout\n- No breaking changes",
"is_bot": false,
"headline": "fix: Resolve all test failures - 100% test pass rate achieved",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T15:23:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fc4f9fdf7a5640186e9233175cc30b4de5df8e1",
"body": "Phase 1 - Critical Performance Fixes:\n- Removed unnecessary Task.Run() calls reducing thread pool pressure\n- Converted TaskWrapper records to readonly structs for stack allocation\n- Replaced ConcurrentDictionary with arrays for better cache locality\n- Added ConfigureAwait(false) throughout to preven\n[…]\nd GC pressure through struct usage\n- Better CPU utilization with modern async patterns\n- Improved memory efficiency with array-based storage\n\nBreaking Changes: None - Full API compatibility maintained",
"is_bot": false,
"headline": "feat: Comprehensive performance optimizations and modernization",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T15:13:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fcaced3743c11d8552b0f6d092809c290fe74102",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.56 (#299)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T14:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf683177cc56e605e7b155136ac336577cea0f1",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.51 (#298)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T09:55:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10976872bfb23de5ee541db49cc8f67bc78787b2",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.49 (#297)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-07T01:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b2e16a8ffde960471be3714abc4fdde3db1a51",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.30 (#296)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-06T19:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96bf8f9451d672701a2843165e77b0d692dbc94",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.25 (#295)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-06T16:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a538cabde37942c79647a473a798a7cacf135cc9",
"body": "Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>",
"is_bot": false,
"headline": "Update dependency TUnit to 0.52.24 (#294)",
"author_name": "Tom Longhurst",
"author_login": "thomhurst",
"committed_at": "2025-08-06T15:29:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 102,
"latest_release_at": "2025-08-10T17:03:55Z",
"latest_release_tag": "v3.6.2",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 346,
"mean_days_between_releases": 113.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "EnumerableAsyncProcessor",
"exists": true,
"license": null,
"keywords": [
"async",
"enumerable",
"ienumerable",
"linq",
"array",
"list",
"processor",
"delegate",
"task",
"tasks"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/EnumerableAsyncProcessor",
"is_deprecated": false,
"latest_version": "4.0.0",
"repository_url": "https://github.com/thomhurst/EnumerableAsyncProcessor",
"versions_count": 32,
"total_downloads": 3535449,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T21:49:45.810000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 4,
"stars": 147,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2025-01-19",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"EnumerableAsyncProcessor.Example/EnumerableAsyncProcessor.Example.csproj",
"EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj",
"EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj",
"EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"benchmarks/EnumerableAsyncProcessor.Benchmarks.csproj"
],
"largest_source_bytes": 14683,
"source_files_sampled": 95,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md",
"agents.md"
],
"agent_instruction_max_bytes": 5475
},
"dependencies": {
"manifests": [
"EnumerableAsyncProcessor.Example/EnumerableAsyncProcessor.Example.csproj",
"EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj",
"EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj",
"EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"benchmarks/EnumerableAsyncProcessor.Benchmarks.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "ModularPipelines.DotNet",
"manifest": "EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.8"
},
{
"name": "ModularPipelines.Git",
"manifest": "EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.8"
},
{
"name": "TUnit",
"manifest": "EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj",
"ecosystem": "nuget",
"version_constraint": "1.61.29"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.301"
},
{
"name": "System.Threading.RateLimiting",
"manifest": "EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Microsoft.CodeAnalysis.PublicApiAnalyzers",
"manifest": "EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"ecosystem": "nuget",
"version_constraint": "5.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.CodeAnalysis.PublicApiAnalyzers",
"direct": true,
"version": "5.6.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.SourceLink.GitHub",
"direct": true,
"version": "10.0.301",
"ecosystem": "nuget"
},
{
"name": "ModularPipelines.DotNet",
"direct": true,
"version": "3.2.8",
"ecosystem": "nuget"
},
{
"name": "ModularPipelines.Git",
"direct": true,
"version": "3.2.8",
"ecosystem": "nuget"
},
{
"name": "System.Threading.RateLimiting",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "TUnit",
"direct": true,
"version": "1.61.29",
"ecosystem": "nuget"
},
{
"name": "BenchmarkDotNet",
"direct": false,
"version": "0.15.8",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 6,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 292,
"open_issues": 1,
"closed_ratio": 0.957,
"closed_issues": 22,
"closed_unmerged_prs": 59
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "thomhurst",
"commits": 394,
"avatar_url": "https://avatars.githubusercontent.com/u/30480171?v=4"
},
{
"type": "User",
"login": "asos-tomlonghurst",
"commits": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/90332054?v=4"
},
{
"type": "User",
"login": "renovate-bot",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/25180681?v=4"
},
{
"type": "User",
"login": "msm-tomlonghurst",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/130671542?v=4"
},
{
"type": "User",
"login": "AArnott",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3548?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.855
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"aot.yml",
"claude-code-review.yml",
"claude.yml",
"dotnet.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ad235dc80706c6ee42d59f77cca90b93fe8e4190",
"ran_at": "2026-07-23T00:15:20Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T21:49:53Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-22T21:20:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 106,
"created_at": "2024-09-05T21:50:53Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thomhurst/EnumerableAsyncProcessor",
"host": "github.com",
"name": "EnumerableAsyncProcessor",
"owner": "thomhurst"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 63,
"vitality": 63,
"community": 61,
"governance": 62,
"engineering": 50
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 63,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 102,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "102 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 102
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v3.6.2",
"releases_from_tags": true,
"days_since_latest_release": 346,
"mean_days_between_releases": 113.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 346 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 346
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~113.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 113.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 4,
"stars": 147,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "147 stars",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 147
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 85,
"inputs": {
"packages": [
"EnumerableAsyncProcessor"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 3535449,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "3,535,449 downloads all-time across nuget",
"points": 68,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 3535449,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.855
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 86% of commits",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 292,
"open_issues": 1,
"closed_issues": 22,
"issue_closed_ratio": 0.957,
"closed_unmerged_prs": 59
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 44.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "292/351 decided PRs merged",
"points": 31.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 292,
"decided": 351
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"followers": 244,
"owner_type": "User",
"is_verified": null,
"owner_login": "thomhurst",
"public_repos": 133,
"account_age_days": 3283
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "244 followers of thomhurst",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 244,
"login": "thomhurst"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "133 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 133
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"EnumerableAsyncProcessor"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "32 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 32
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 50,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"rate-limiting",
"asynchronous",
"async",
"task",
"tasks",
"asynchronous-programming",
"async-await"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 20 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.99,
"agent_instruction_files": [
"CLAUDE.md",
"agents.md"
],
"agent_instruction_max_bytes": 5475
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, agents.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, agents.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "97 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.24,
"toolchain_manifests": [
"EnumerableAsyncProcessor.Example/EnumerableAsyncProcessor.Example.csproj",
"EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj",
"EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj",
"EnumerableAsyncProcessor/EnumerableAsyncProcessor.csproj",
"benchmarks/EnumerableAsyncProcessor.Benchmarks.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "EnumerableAsyncProcessor.Example/EnumerableAsyncProcessor.Example.csproj, EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj, EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "EnumerableAsyncProcessor.Example/EnumerableAsyncProcessor.Example.csproj, EnumerableAsyncProcessor.Pipeline/EnumerableAsyncProcessor.Pipeline.csproj, EnumerableAsyncProcessor.UnitTests/EnumerableAsyncProcessor.UnitTests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "24 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 24,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 14683,
"source_files_sampled": 95,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/95 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 95,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:15:37.631741Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thomhurst/EnumerableAsyncProcessor.svg",
"full_name": "thomhurst/EnumerableAsyncProcessor",
"license_state": "standard",
"license_spdx": "MIT"
}