JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"dotnet",
"library",
"bytecode",
"cil",
"c-sharp",
"mono"
],
"is_fork": false,
"size_kb": 19588,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 1643086
},
"pushed_at": "2025-09-11T16:57:23Z",
"created_at": "2010-04-12T07:03:52Z",
"owner_type": "User",
"updated_at": "2026-07-20T14:42:26Z",
"description": "Cecil is a library to inspect, modify and create .NET programs and libraries.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "http://evain.net/",
"name": "Jb Evain",
"type": "User",
"login": "jbevain",
"company": "@Microsoft",
"location": "Seattle, WA",
"followers": 617,
"avatar_url": "https://avatars.githubusercontent.com/u/79284?v=4",
"created_at": "2009-04-29T19:33:25Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 6292
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.11.5",
"kind": "patch",
"published_at": "2023-04-19T16:15:51Z"
},
{
"tag": "0.11.4",
"kind": "patch",
"published_at": "2021-07-01T22:35:49Z"
},
{
"tag": "0.11.3",
"kind": "patch",
"published_at": "2020-09-15T23:41:27Z"
},
{
"tag": "0.11.2",
"kind": "patch",
"published_at": "2020-02-19T21:39:16Z"
},
{
"tag": "0.11.1",
"kind": "patch",
"published_at": "2019-11-04T23:28:26Z"
},
{
"tag": "0.11",
"kind": "other",
"published_at": "2019-08-30T03:51:05Z"
}
],
"recent_commits": [
{
"oid": "882ca5eedda1e62eb41bd5869aeb15d8f1538e51",
"body": null,
"is_bot": false,
"headline": "update ubuntu runner (#972)",
"author_name": "samuraiGH",
"author_login": "samuraiGH",
"committed_at": "2025-09-11T16:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3136847ea620fb9b4a3ff96bc4f573148e8bd2e4",
"body": "* Preserve Documents\n\n* Target net6.0\n\nTo remove reference to RefSafetyRulesAttribute\n\n* Target .NET Framework\n\nTo avoid references to System.Runtime",
"is_bot": false,
"headline": "Preserve Documents debug info (#965)",
"author_name": "Sven Boemer",
"author_login": "sbomer",
"committed_at": "2025-03-05T19:14:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1c428ad8f340002799d4e3030cf633e0b63efc0",
"body": "* Protect against circular type forwarders\n\nIf we have two assemblies with type forwarders that point to each other, we enter an infinite loop and a stack overflow.\n\nThis breaks the cycle by detecting reentrancy.\n\nFixes https://github.com/jbevain/cecil/issues/706\n\n* Add a test for TypeForwardedTo circularity\n\n* Move field up",
"is_bot": false,
"headline": "Protect against circular type forwarders (#806)",
"author_name": "Kirill Osenkov",
"author_login": "KirillOsenkov",
"committed_at": "2025-03-05T18:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de7d8cbc91f6fd98dcc24b26b8c398db497809c",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.6",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2024-10-02T16:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f61f99afb4c201c96e87a12604c560f98f6c32",
"body": "* Preserve custom debug info on types\r\n\r\n* Use ICustomDebugInformationProvider in ISymbolReader/ISymbolWriter\r\n\r\n* Move get logic to Mixin helpers\r\n\r\n* Add test dll/pdb\r\n\r\n* PR feedback\r\n\r\n- Use static lambdas\r\n- Check HasCustomDebugInformation\r\n- Test writing modified CustomDebugInformation\r\n- Form\n[…]\nthored-by: Jackson Schuster <36744439+jtschuster@users.noreply.github.com>\r\n\r\n* Build for netstandard2.0\r\n\r\n---------\r\n\r\nCo-authored-by: Jackson Schuster <36744439+jtschuster@users.noreply.github.com>",
"is_bot": false,
"headline": "Preserve custom debug information on types (#948)",
"author_name": "Sven Boemer",
"author_login": "sbomer",
"committed_at": "2024-09-25T15:20:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50292e77590951e6cbb3b0c02051a847dca0d9f5",
"body": "* Fixed: SymWriter COM object is not released on exception\r\n\r\nThe Problem:\r\n\r\nProblem observed when being used in coverlet:\r\nhttps://github.com/coverlet-coverage/coverlet/issues/1471\r\nIf an exception caused `NativePdbWriter.Write` to never be\r\ncalled, it would not call `SymWriter.Close`,\r\nwhich in t\n[…]\ner.Close` there. But now it could be called twice,\r\nso I had to add a boolean to SymWriter to avoid releasing\r\neverything twice.\r\n\r\n* Code style\r\n\r\n---------\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Fixed: SymWriter COM object is not released on exception (#955)",
"author_name": "Oski Kervinen",
"author_login": "OskiKervinen-MF",
"committed_at": "2024-09-25T15:20:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "608fac6f22814e3eeb4609c80c0b5f08205e24ed",
"body": "…flection.Metadata (#958)\n\n* Fix WriteCompressedInt32 logic by using the same code as in System.Reflection.Metadata\r\n\r\nNote: the implementation in SRM uses methods that are not available in netfx 4.0. To make the code work with all platforms supported by Mono.Cecil, I extracted the required methods.\r\n\r\n* Cleanup whitespaces\r\n\r\n---------\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Fix WriteCompressedInt32 logic by using the same code as in System.Re…",
"author_name": "Simon Ferquel",
"author_login": "simonferquel",
"committed_at": "2024-08-22T16:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1ae7b4ea67ccc38cb8db3ded6802643109ffd7",
"body": "In the .NET world, executable assemblies have a Foo.exe and Foo.dll file. Foo.exe is not a managed assembly and attempt to load it will cause\r\n```\r\nSystem.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.\r\n at Mono.Cecil.PE.ImageReader.ReadOptionalHeaders(UInt\n[…]\npendencies of an executable that referenced another executable. I fixed our resolver the same way but noticed `BaseAssemblyResolver` had the same behavior we had so I thought I'd upstream the change.",
"is_bot": false,
"headline": "Resolve `.dll` before `.exe` (#949)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2024-06-18T23:35:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1da214577984a511fb7de3ada0f39ae4d755db99",
"body": "* Add new flag for ByRefLike constraints\r\n\r\n* Allow seems to be the prefered nomenclature",
"is_bot": false,
"headline": "Add new flag for ByRefLike constraints (#945)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2024-05-21T15:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff01d96ccc9b7f62c22152cc2592a26f87c4a6d",
"body": null,
"is_bot": false,
"headline": "Use FIPS compliant SHA1 (#944)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2024-05-21T02:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec4ee9f51e7f252a489d8a856ec879c629e8c63",
"body": null,
"is_bot": false,
"headline": "Import reflection modifiers (#943)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2024-05-21T02:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a840bdbd4cdf053fa4ef8326009d93bf0d6be7d8",
"body": null,
"is_bot": false,
"headline": "Update to .net 8.0 (#942)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2024-05-20T20:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d4409b8a0165830565c6e3f96f41bead2c418b",
"body": "When resolving a `GenericInstanceMethod` for a `privatescope` method that has the same signature as other methods, `MetadataResolver.GetMethod` would incorrectly return the first method with the same name.\r\n\r\nThe fix for this seems to be an optimization opportunity as well. Although I have to admit\n[…]\nand passed as is. This is because the instruction operands are MethodDefinitions and therefore didn't need to be resolved by `MetadataResolver`\r\n\r\n`PrivateScopeGeneric` - This test triggered the bug.",
"is_bot": false,
"headline": "Fix privatescope method resolution bug (#916)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2023-06-29T22:13:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04286acc94e65e5ca4564d6cf3bd3e99df4f88ff",
"body": "Co-authored-by: Marek Safar <marek.safar@gmail.com>",
"is_bot": false,
"headline": "Add public API for instruction clonning (#915)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2023-06-26T20:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed62c02873bdfe58d97b16e1ae092e0cfe5c1777",
"body": null,
"is_bot": false,
"headline": "Update README.md to remove lost link.",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2023-06-23T01:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9c6c79f5b82c68517cb005fb1174cea7805a64",
"body": "With MSBuild 7.0.201 and later, building the Mono.Cecil projects used by\r\nUnity's IL2CPP causes warning NU1605 to occur, indicating that there is\r\na package version mismatch between the .NET Framework reference\r\nassemblies package used. To avoid this, bump the version used by\r\nMono.Cecil and similar project to be the latest, version 1.0.3.\r\n\r\nNote that MSBuild version 7.0.100 and earlier did not cause this warning\r\nto occur.",
"is_bot": false,
"headline": "Use v1.0.3 of the .NET FW reference assemblies (#902)",
"author_name": "Joshua Peterson",
"author_login": null,
"committed_at": "2023-04-20T17:33:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c123e16bd0d693afc9932da85e1c9e740aa508c",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.5",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2023-04-19T16:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870ce3ed2bbc8cea09f91d328e941a0fa5a0cd21",
"body": "* Fix RVA field alignment\r\n\r\n* Use non-latest images to run tests\r\n\r\n* Revert windows-2019 change\r\n\r\n* Don't align code segment\r\n\r\nThis wasn't aligned to begin with. Attempting to align it causes problems\r\ndue to the way CodeWriter gets the code RVA - it computes the RVA\r\nfrom the CLI Header length,\n[…]\noesn't take into account the code's\r\nalignment requirements.\r\n\r\n* Revert \"Don't align code segment\"\r\n\r\nThis reverts commit 9410f1e7d669f5f93db27ca2b3f2fe6b4a7ffa70.\r\n\r\n* Keep alignment values for code",
"is_bot": false,
"headline": "Fix RVA field alignment (#888)",
"author_name": "Sven Boemer",
"author_login": "sbomer",
"committed_at": "2023-01-18T19:19:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ad9c0f0174347763165caf724f4f13a554450d3",
"body": "… the same (#885)",
"is_bot": false,
"headline": "Fix that method resolution would consider all function-pointers to be…",
"author_name": "Nulldata",
"author_login": "nulldatamap",
"committed_at": "2022-11-28T16:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc48622532f5dc963d34ca2657f68d80dd7e6001",
"body": "During `AssemblyReader.ReadCustomAttributes` there is a call to `WindowsRuntimeProjections.Project`\r\n\r\n```\r\nif (module.IsWindowsMetadata ())\r\n\tforeach (var custom_attribute in custom_attributes)\r\n\t\tWindowsRuntimeProjections.Project (owner, custom_attributes, custom_attribute);\r\n```\r\n\r\n`WindowsRuntim\n[…]\n was.\r\n\r\nThe fix was pretty easy. `AssemblyReader.ReadCustomAttributes` will now pass in the custom attributes to `WindowsRuntimeProjections.Project` avoiding the need to call `type.CustomAttributes`",
"is_bot": false,
"headline": "Fix a StackOverflowException reading windows runtime assemblies. (#879)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2022-11-16T18:00:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "341fb149cbba55b2dcd5cc1e728d614eb7751588",
"body": "…ion (#882)\n\nWhen all other comparisons (return type, parameters, etc.) are the same,\r\ntreat instance and static methods with the same name as different\r\nmethods.\r\n\r\nThis corrects a problem we noticed in IL2CPP in Unity.",
"is_bot": false,
"headline": "Treat instance and static methods as different methods during resolut…",
"author_name": "Joshua Peterson",
"author_login": null,
"committed_at": "2022-11-15T17:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e052ab52e44fd2a6564964e47e79929068731916",
"body": "* Address issue #873\r\n\r\n* Be explicit as to what we support writing\r\n\r\n* Use normal test infrastructure\r\n\r\n* Restore writing primitives\r\n\r\n* Restore style\r\n\r\n* Can't verify .net core assembly\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Address issue #873 (#874)",
"author_name": "Steve Gilham",
"author_login": "SteveGilham",
"committed_at": "2022-09-29T21:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f32da3b9516b2610612cd73dfd965f141c5f64",
"body": "In .NET Core 3.0 and later, `MethodImplOptions` got a new flag value,\r\n`AggressiveOptimization` (512).\r\n\r\nThis adds that same flag to `MethodImplAttributes` (and a corresponding\r\nproperty to `MethodDefinition`). It also updates the comments for the\r\nflags to match the `MethodImplOptions` documentation better.",
"is_bot": false,
"headline": "Add `MethodImplAttributes.AggressiveOptimization` (#855)",
"author_name": "Tim Van Holder",
"author_login": "Zastai",
"committed_at": "2022-09-29T21:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cfe168450ad7c14d881c1388e981564a06eab7",
"body": "…ion property. (#843)\n\nWe found a rare race condition between `MethodDefinition.HasOverrides` and `MethodDefinition.Overrides`.\r\n\r\nWhat can happen is\r\n\r\n1) Thread 1 get's past the null check in `MethodDefinition.HasOverrides` and then is suspended.\r\n\r\n2) Thread 2, calls `MethodDefinition.Overrides` \n[…]\ning the metadata system is asking for problems and probably not worth the freed memory is provides.\r\n\r\nIf you'd prefer Fix 1 instead. Or both Fix 1 & Fix 2 let me know and I can change around the PR.",
"is_bot": false,
"headline": "Fix a race condition between certain Has properties and their collect…",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2022-09-29T21:11:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65a29121bcdbee99a45c76dc35b4ea94e5e23b53",
"body": "This sets up .NET naming for fields, locals and parameters to use\r\nsnake_case, so that editors won't complain about those.\r\n\r\nIt also disables trimming of trailing blanks to avoid accidentally\r\nincluding such whitespace diffs in PRs.",
"is_bot": false,
"headline": "Add more style configuration (#854)",
"author_name": "Tim Van Holder",
"author_login": "Zastai",
"committed_at": "2022-09-29T21:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9eb00e40195963ec797ddd2bd785a33ff458958d",
"body": "* ILProcessor should also update custom debug info (#34)\r\n\r\n* ILProcessor should also update custom debug info\r\n\r\nWhen eidting IL with ILProcessor various pieces of debug information have references to the origin IL instructions. These references can be either resolved (point to Instruction instance\n[…]\nfalls back to portable PDB automatically. Since the two PDB implementations read the custom debug info from a different place the test constructing the input needs to adapt to this difference as well.",
"is_bot": false,
"headline": "ILProcessor should also update custom debug info (#867)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2022-09-29T21:08:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d36386f53566513dc22195b5ad1487ea3a95cc7",
"body": "… entries. (#869)\n\nBasically the first two entries are written correctly, and any after that which has data will have the RVA correct, but the virtual address field will be wrong. Depending on the consumer this can work (if they use RVA) or fail (if they use virtual address) as they would read garba\n[…]\necksum, EmbeddedPdb and Deterministic (in this order), so the embedded PDB data is effectively wrong.\r\n\r\nAlso adds a test which validates that both the RVA and virtual address point to the same thing.",
"is_bot": false,
"headline": "Fix corrupted debug header directory entry when writing multiple such…",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2022-09-29T21:06:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f9461380b908750486205855c0bfe6d8d87c19c",
"body": "…ring() (#870)\n\n* Use InvariantCulture for operand to string conversion in Instruction.ToString()",
"is_bot": false,
"headline": "InvariantCulture for operand to string conversion in Instruction.ToSt…",
"author_name": "Fantoom",
"author_login": "Fantoom",
"committed_at": "2022-09-29T21:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b9ef143d3f02403d19f7c3bbe1af0c59fe2031",
"body": "* Add support for generic attributes\r\n\r\n* Compile test assembly against mscorlib\r\n\r\nTo satisfy PEVerify",
"is_bot": false,
"headline": "Add support for generic attributes (#871)",
"author_name": "Sven Boemer",
"author_login": "sbomer",
"committed_at": "2022-09-29T21:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49b1c52df5e8d2bf03768dc35ba6575e88277bc7",
"body": "Fixes jbevain/cecil#842.",
"is_bot": false,
"headline": "Add `Unmanaged` calling convention (#852)",
"author_name": "Tim Van Holder",
"author_login": "Zastai",
"committed_at": "2022-06-15T03:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6892705c20294859da5bc36f9b82f60aa333c7",
"body": "Fix reading some pdb generated by the C++ compiler for mixed mode assemblies.\r\n\r\nCo-authored-by: Marco Rossignoli <mrossignol@microsoft.com>",
"is_bot": false,
"headline": "Fix mixed module ReadSymbols() (#851)",
"author_name": "Marco Rossignoli",
"author_login": "MarcoRossignoli",
"committed_at": "2022-06-15T03:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b64f756021c546d303e55413f10967728ad8ba",
"body": "* Fix custom attribute with enum on generic type\r\n\r\nFixes both the reader and the write to correctly handle values of type enum on a generic type.\r\nCecil represents generic instantiations as typeref which has etype GenericInst, so the exising check for etype doesn't work. Also since attributes only \n[…]\ny @mrvoorhe with array of such enums.\r\n\r\n* Disable the new tests on .NET 4\r\n\r\nThe CodeDom compiler doesn't support parsing enums on generic types in attributes (uses the \"old\" csc.exe from framework).",
"is_bot": false,
"headline": "Fix custom attribute with enum on generic type (#827)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2022-02-21T23:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "79b43e8e72866f450dee8b59510cb5767b1491ec",
"body": "* Fix deterministic MVID and add PdbChecksum (#31)\r\n\r\n* Fix how pdb path is calculated in the tests\r\n\r\n* Fix portable PDB stamp in CodeView header (#32)\r\n\r\n* Introduce ISymbolWriter.Write\r\n\r\nThis mostly cleans up the code to make it easier to understand. `ISymbolWriter.GetDebugHeader` no longer actu\n[…]\n for just that.\r\n\r\nThe assembly writer calls `Write` first and then the image writer calls `GetDebugHeader` when it's needed.\r\n\r\nThis is partially taken from https://github.com/jbevain/cecil/pull/617.",
"is_bot": false,
"headline": "Fix deterministic MVID and add PdbChecksum (#810)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2022-01-19T23:58:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b593d5fb0c5d7ead5636d59f77eed55689cbc40",
"body": "* Harden debug scope update logic\r\n\r\nBased on bug reports like #816 it seems there are still cases where the IL and scope offsets are out of sync in weird ways. This change modifies the logic to have no potential to cause the `IndexOutOfRangeException`. While I was not able to determine what combina\n[…]\ning to the previous instruction (as there's none). Without having a real repro it's hard to tell what would be a better solution, this way it won't crash and the scopes still make sense.\r\n\r\n* Fix typo",
"is_bot": false,
"headline": "Harden debug scope update logic (#824)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2022-01-19T23:07:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a56b5bda0ca83789e87bf9d34fc0a9e8d2148115",
"body": "* FieldRVA alignment\r\n\r\nIn support of dotnet/runtime#60948 the linker (an assembly rewriter) will need to be able to preserve the alignment of RVA based fields which are to be used to create the data for `CreateSpan<T>` records\r\n\r\nThis is implemented by adding a concept that RVA fields detect their \n[…]\n\r\n\r\nCo-authored-by: Aaron Robinson <arobins@microsoft.com>\r\n\r\n* Enhace logic used to ensure type providing PackingSize is local to the module.\r\n\r\nCo-authored-by: Aaron Robinson <arobins@microsoft.com>",
"is_bot": false,
"headline": "FieldRVA alignment (#817)",
"author_name": "David Wrighton",
"author_login": "davidwrighton",
"committed_at": "2022-01-19T23:05:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75372c781ee228c11406c86751d75a9d27fea291",
"body": null,
"is_bot": false,
"headline": "Switch to netcoreapp3.1 for tests (#823)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2022-01-14T00:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f69faa7be1e10c8f6bc3c3b31cb4a63532496b8",
"body": "…ature with nested types (#801)\n\n* Add support for generating the method and generic method comment signature with nested types from Xiao Luo\r\n\r\n* Use type.GenericParameters.Count instead of custom method",
"is_bot": false,
"headline": "Add support for generating the method and generic method comment sign…",
"author_name": "Michael Jin",
"author_login": null,
"committed_at": "2022-01-13T00:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a6ce41c0e5292413ca33dcb76d514e608d21e5",
"body": "* Pose the problem\r\n\r\n* Quick and v dirty fix\r\n\r\n* A better and more targeted fix (to fix the previous fix)",
"is_bot": false,
"headline": "Addressing issue #781 (#782)",
"author_name": "Steve Gilham",
"author_login": "SteveGilham",
"committed_at": "2021-08-12T23:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1077d7bb3527c3d821cb726a6d762abaea101a",
"body": "…0 (#787)\n\nsince is detected as a package downgrade and a failure in newer SDKs",
"is_bot": false,
"headline": "Update the version of Microsoft.NETFramework.ReferenceAssemblies.net4…",
"author_name": "Tlakaelel Axayakatl Ceja",
"author_login": "tlakollo",
"committed_at": "2021-07-22T18:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede17f98c9dd9396f9b3f4079af166a784e4baac",
"body": null,
"is_bot": false,
"headline": "Fix handling of empty string constants (#776)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-07-02T21:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04b44978799b4c5268955de2219cda45904aa397",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.4",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-07-01T22:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d820a5beca4104364178c61e1c59718fb228589e",
"body": null,
"is_bot": false,
"headline": "Preserve LargeAwareAddress image flag (#775)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-07-01T21:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b93f5e29237fca6ece940cbc3a1219c387d456",
"body": null,
"is_bot": false,
"headline": "Prevent an exception if a string local constant is invalid (#774)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-07-01T20:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceebae47f2cec4e6606c9270a6da755a67a05bb6",
"body": null,
"is_bot": false,
"headline": "Remove unused field (#772)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-07-01T03:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96c159d4687ea7493893011f3bd4a6e098dab163",
"body": "…n (#771)",
"is_bot": false,
"headline": "Avoid decompressing/compressing unresolved embedded source informatio…",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-06-30T04:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbb3c444bba3086f26c03bca8928307dd4ac6883",
"body": "…ug entries (#770)",
"is_bot": false,
"headline": "Add support for reading symbols of modules with multiple codeview deb…",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-06-24T04:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd5556af12ab8fd053f9072a1f8e80d7a9608a7",
"body": "… (#769)\n\n* Add test with long type name\r\n\r\n* Fix definition and usage of IMetadataImport methods to handle long names",
"is_bot": false,
"headline": "Fix NRE when writing native pdb with type name exceeding PDB_MAX_PATH…",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-06-24T01:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72c1b1e11762d940f95ffb662dbdf7f0de92a28",
"body": "\"break\" is not an unconditional jump instruction, it should not impact the stack size.",
"is_bot": false,
"headline": "Do not reset the stack size after a break instruction (#755)",
"author_name": "Lucas Trzesniewski",
"author_login": "ltrzesniewski",
"committed_at": "2021-05-17T22:13:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634a37d3f2be7b8c72a612fce7b4907a12533d4c",
"body": "* add failing test\r\n\r\n* Fix resolving from netmodules\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Fix resolving from a ModuleReference (#730)",
"author_name": "AnakinSklavenwalker",
"author_login": "AnakinRaW",
"committed_at": "2021-04-23T21:46:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b8ee049a151204997eecf587c69acc2f67c8405",
"body": null,
"is_bot": false,
"headline": "Issues #710: Ability to load debug symbols from MemoryStream (#735)",
"author_name": "Sergey Aseev",
"author_login": "Serg046",
"committed_at": "2021-03-17T22:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ec06a1a4b711748ec371385380e47882559912",
"body": "* Implement automatic handling of the HasFieldRVA field attribute.\r\n\r\nFixes #728\r\n\r\n* Add FieldDefinition.HasFieldRVA\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Implement automatic handling of the HasFieldRVA field attribute. (#733)",
"author_name": "Jeremy Koritzinsky",
"author_login": "jkoritzinsky",
"committed_at": "2021-03-16T18:17:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "553506adb74b1edbc12a8fb8cd681dcc93f180cf",
"body": "* Fix reading GenericInst constants in portable pdbs\r\n\r\n* Add test",
"is_bot": false,
"headline": "Fix reading GenericInst constants in portable pdbs (#729)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2021-03-13T01:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c4ea3f8f4fcb688194f5f1e501ab01642d4bdf4",
"body": "We are going to use this to do a multi stage load in parallel. We will be able to greatly reduce our load times using this new API. The way it's going to work is\r\n\r\nStage 1 - In parallel, load the assemblies with ReadingMode.Deferred.\r\nStage 2 - Populate our AssemblyResolver with a cache of all re\n[…]\noad method bodies. I don't know if/how you want want something like this exposed via the public API. For now I'm iterating the data model and forcing things to load that ImmediateRead did not cover.",
"is_bot": false,
"headline": "Add ModuleDefinition.ImmediateRead (#713)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2021-02-12T18:51:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25f85c94787bc51fd91dba9598aba741c4384e51",
"body": "* Revert \"Refactor AddLayoutInfo\"\r\n\r\nThis reverts commit 6070fe78e62b743eaed7bb9a6675f8170e4e27e6.\r\n\r\n* Revert \"Add a ClassLayoutTable row for structs with no instance fields\"\r\n\r\nThis reverts commit 8f2b91726578075e4fb49d6d5759c4cd4495d0a5.",
"is_bot": false,
"headline": "revert layout change (#720)",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2021-02-11T23:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43336ee5e873ac601ce25ae216c8b76dbe2ee959",
"body": "…ch attribute is put on a method in a projected type. (#722)\n\nCo-authored-by: Tautvydas Žilys <tautvydas.zilys@gmail.com>",
"is_bot": false,
"headline": "Fix type reference name in attribute argument getting mangled when su…",
"author_name": "Mike Voorhees",
"author_login": "mrvoorhe",
"committed_at": "2021-02-11T23:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b1b58a5da2a261d003f3f2647f7219b5344f20d",
"body": "* Allow removing value of ModuleDefinition::EntryPoint\r\n\r\n* PR feedback",
"is_bot": false,
"headline": "Allow removing value of ModuleDefinition::EntryPoint (#711)",
"author_name": "Marek Safar",
"author_login": "marek-safar",
"committed_at": "2021-01-07T19:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6edabe0525a17bda3613c2f4e5b28db568cb2c21",
"body": null,
"is_bot": false,
"headline": "Replace licenseUrl with SPDX license identifier (#700)",
"author_name": "Cooper",
"author_login": "gdynamics",
"committed_at": "2020-10-21T16:08:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77f7bd1266371728b6bf4c2f0474231d4a2e93f0",
"body": "* Provoke the issue\r\n\r\n* Minimum fix\r\n\r\n(cherry picked from commit 0f23047c62027e10206a5d0dbb81cba6f2dc260f)\r\n\r\n* Revert \"Provoke the issue\"\r\n\r\nThis reverts commit 1a2275b7f6704298fa386fa416c91bb09f0368bf.\r\n\r\n* Add unit test\r\n\r\n(cherry picked from commit 185ba884111e30cfb84aeb64f00324d995cfdd35)\r\n\r\n* Use existing infrastructure\r\n\r\n* Quick fix\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "A minimum tactical fix for issue #697 (#698)",
"author_name": "Steve Gilham",
"author_login": "SteveGilham",
"committed_at": "2020-10-15T17:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c6ce49fa4eeb237ebb2ecea0e23c0f74ec7c2c",
"body": null,
"is_bot": false,
"headline": "Remove static field that introduces threading issues (#696)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-10-13T21:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1105a49ada467404f8bc0436cb84a0ab36ef4c4",
"body": "Co-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Add failing test for #694 (#695)",
"author_name": "Lucas Trzesniewski",
"author_login": "ltrzesniewski",
"committed_at": "2020-10-13T18:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e23f1b30b179739eeb61bf0988863b1262b262",
"body": "This reverts commit 191f9fc0a79a138fdb634fbb51cf836a86b4e565.",
"is_bot": false,
"headline": "Revert \"Fix ReadSymbols in a Module that is already created (#686)\"",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-10-13T18:38:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9a4815fdb102a3bc87a606c6e9ee5f61c00414a",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.3",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-09-15T23:29:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "191f9fc0a79a138fdb634fbb51cf836a86b4e565",
"body": "* When I try to use ReadSymbols in a Module that is already created, for example:\r\n\r\nvar symbolReader = portablePdbReaderProvider.GetSymbolReader(asm.image, stream);\r\nasm.image.ReadSymbols(symbolReader);\r\n\r\nmethod.debug_info has a list, but it's empty, so it wasn't entering in the if, but it should, maybe we should change de if to method.debug_info == null || method.debug_info.count = 0.\r\n\r\n* Adding test.\r\n\r\n* Fix styling.\r\n\r\n* Typo\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Fix ReadSymbols in a Module that is already created (#686)",
"author_name": "Thays Grazia",
"author_login": "thaystg",
"committed_at": "2020-09-15T22:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9276c6d931b191df38af0859166b798689e22381",
"body": "* Better way to update local scopes when method bodies are editted\r\n\r\nThis change will make sure that all local scopes are resolved (they refer to instructions directly and don't rely on instruction offset alone) then fixup local scopes by simply updating instruction references.\r\n\r\nAdded better tests to validate that the behavior is correct across PDB write/read and some variations of the resolved/unresolved scopes behavior.\r\n\r\n* Fix crash with null local scope",
"is_bot": false,
"headline": "Better way to update local scopes when method bodies are edited (#687)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2020-09-15T22:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3bbed3ef66b79be7818f6c6ecf2ac639ffeb19",
"body": "* Implemented Windows Runtime projections for implemented interface overrides.\r\n\r\n* Don't redirect Windows Runtime projected methods on interfaces.\r\n\r\n* Add additional test cases for Windows Runtime interface projection.\r\n\r\n* Fix reading interface impl attributes when using immediate reading mode.\r\n\n[…]\n formatting.\r\n\r\n* Remove extra char\r\n\r\n* Style fix\r\n\r\nCo-authored-by: Ignas Ziberkas <ignas@unity3d.com>\r\nCo-authored-by: Josh Peterson <petersonjm1@gmail.com>\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Unity's Windows Runtime changes (#394)",
"author_name": "Tautvydas Žilys",
"author_login": "TautvydasZilys",
"committed_at": "2020-09-15T22:48:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e94d04f9196e3bdec9226bcfb89571249f62b6f3",
"body": "* Add newer algorithms to the AssemblyHashAlgorithm enum.\r\n\r\n* Format changes\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Add newer algorithms to the AssemblyHashAlgorithm enum. (#656)",
"author_name": "Theodore Tsirpanis",
"author_login": "teo-tsirpanis",
"committed_at": "2020-07-30T20:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e37f44535e0753ff3e4dbdef4ef148ca8bb09e0",
"body": "* Automatically update local variable debug info\r\n\r\nWhen manipulating the local variables collection on a method body, automatically update the debug info for all affected local variables.\r\n\r\nWhen removing a local variable, also remove the debug info for that local variable from the scopes.\r\n\r\nWhen \n[…]\n\r\n\r\nReworked the `UpdateVariableIndeces` to only loop over variables once and also to handle removal of resolved variable debug infos.\r\n\r\n* Simplify the code a little and add comments\r\n\r\n* PR feedback",
"is_bot": false,
"headline": "Automatically update local variable debug info (#676)",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2020-07-23T22:01:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd450b0f09615c0e1e9c6663bbf7ae00ad96a7bc",
"body": "… (#677)\n\n* Auto update local scopes in debug info when manipulating instructions\r\n\r\nBefore this change Cecil would not update local scopes when manipulating mehod bodies. This can lead to corrupted debug info - which when written to a PDB results in corrupted PDB.\r\n\r\nCecil can store local scopes in\n[…]\nbly (since most resolved instructions will have the numerical offset 0).\r\n\r\n* Add internal property on `InstructionOffset` to be able to keep all its fields private.\r\n\r\n* Improve comments in the code.",
"is_bot": false,
"headline": "Auto update local scopes in debug info when manipulating instructions…",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2020-07-23T17:07:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5edadc68e5c120478eddf76baf08a5bfec0a96c",
"body": "…t is required (#681)\n\nThis is a fix for https://github.com/jbevain/cecil/issues/680.\r\n\r\nThe MdbWriter must not cache the MVID upon writer construction, but it needs to get it only after it was computed - so basically only when it's about to actually write.",
"is_bot": false,
"headline": "Fix MdbWriter to produce the correct MVID in case deterministic outpu…",
"author_name": "Vitek Karas",
"author_login": "vitek-karas",
"committed_at": "2020-07-21T16:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a3c199c31b76e3064316a5f24e176ca780b0af",
"body": null,
"is_bot": false,
"headline": "Add Clear to ILProcessor (#662)",
"author_name": "MichalPetryka",
"author_login": "MichalPetryka",
"committed_at": "2020-05-21T00:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce1ae875d32a4d303afbdfbf1564fe2da4d12b84",
"body": "…data when computing table information (#665) (#666)\n\nCo-authored-by: ivan <ivan@raincode.com>",
"is_bot": false,
"headline": "Removing the assumption that StringHeap is always present in the meta…",
"author_name": "Ivan Povazan",
"author_login": "ivanpovazan",
"committed_at": "2020-05-14T17:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f74703c36e9a7626ef435399c45d27a84b246864",
"body": null,
"is_bot": false,
"headline": "Avoid using constant; Fix #658 (#660)",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-04-06T22:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2958c0d8473aa6eaa6b3bd7ad19d5f643a97804",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.2",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-02-19T21:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2479e42bee1e27e0067bbfe821693f5fec674b",
"body": "…(#648)\n\n* Changing GetSymbolReader from PdbReaderProvider, when we create a Module from stream we don't have the filename, and it's not necessary to create an EmbeddedPortablePdbReaderProvider, so I've moved the check to after the creation of EmbeddedPortablePdbReaderProvider.",
"is_bot": false,
"headline": "Changing PdbReaderProvider to accept create EmbeddedPDB from stream. …",
"author_name": "Thays Grazia",
"author_login": "thaystg",
"committed_at": "2020-02-12T22:50:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "933575cbd7c9e306439cefcd171785e9f7280c55",
"body": "* add failing test for LocallyScopedConstantArray\r\n\r\n* add LocallyScopedConstantArray target assembly\r\n\r\n* ElementType.Array should be treated the same as object in ReadLocalConstant\r\n\r\n* assert constant is null\r\n\r\n* Style fixes\r\n\r\nCo-authored-by: Jb Evain <jb@evain.net>",
"is_bot": false,
"headline": "Fix locally scoped constant array (#644)",
"author_name": "Simon Cropp",
"author_login": "SimonCropp",
"committed_at": "2020-01-31T17:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2f2944638c13987d8a2318bc34bd64fdac55fd",
"body": "Improves thread safety of lazy initializations",
"is_bot": false,
"headline": "Merge pull request #641 from Unity-Technologies/improve-thread-safety",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-01-28T16:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227f665e222de5fe603d94a71d4a4b8c423fda1a",
"body": "Intialize it to null to match pattern for the other references.\nFixes the case were the lazy initialization would break when\npublic_key_token was Empty<byte>.Array.",
"is_bot": false,
"headline": "Updated lazy initialization for AssemblyNameReference.PublicKeyToken",
"author_name": "Scott Ferguson",
"author_login": "scott-ferguson-unity",
"committed_at": "2020-01-27T15:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d82dabe506147f34eecc4acf10168330689c96a",
"body": null,
"is_bot": false,
"headline": "Cleanup spacing & formatting",
"author_name": "Scott Ferguson",
"author_login": "scott-ferguson-unity",
"committed_at": "2020-01-24T18:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df63b279ada3d41e1e95e77c3bc2b4139d178f4b",
"body": "The Interlocked.Exchange calls will ensure that the same object is\nreturned from each call even under a race. That's not necessarily\nrequired, but it should also make sure that no write re-ordering issues\noccur on platforms that allow it. And it also makes the possibility\nof thread safety issues explicit.",
"is_bot": false,
"headline": "Improves thread safety of lazy initializations",
"author_name": "Scott Ferguson",
"author_login": "scott-ferguson-unity",
"committed_at": "2020-01-24T14:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93aeae7f8f67e0d9899c41d252817bf12ec54086",
"body": null,
"is_bot": false,
"headline": "Add sourcelink",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2020-01-17T21:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daadf7659817104634be6d2ab30d1ff877fc11f6",
"body": "Add index based method to ILProcessor",
"is_bot": false,
"headline": "Merge pull request #636 from marek-safar/api",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-12-16T18:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab9bd42251c0bae987d4bfd1578f83c196bebd37",
"body": "This makes it simpler to work with it when the instruction positions\nare known in advance.",
"is_bot": false,
"headline": "Add index based method to ILProcessor",
"author_name": "Marek Safar",
"author_login": "marek-safar",
"committed_at": "2019-12-16T14:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96026325ee1cb6627a3e4a32b924ab2905f02553",
"body": "Allocate GenericArguments collections with the right sizes",
"is_bot": false,
"headline": "Merge pull request #635 from jbevain/pre-alloc-generic-args",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-12-10T03:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517467371a929c4d4c4ab93b9ef5d9596a89787a",
"body": null,
"is_bot": false,
"headline": "Allocate GenericArguments collections with the right sizes",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-12-10T03:38:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "797ee891ba9006e442a500b79ad13eb1d68eef39",
"body": "* stop creating empty arrays over and over\r\n\r\n* take a conservative starting size for sequence points collection\r\n\r\n* don't use 0 as default size for generic arguments of a generic instance type.\r\n\r\n* revert initial reserve of 4\r\n\r\n* use existing Empty<T>.Array\r\n\r\n* Remove whitespaces",
"is_bot": false,
"headline": "Reduce some GC pressure that adds up in several unity workloads. (#633)",
"author_name": "Lucas Meijer",
"author_login": "lucasmeijer",
"committed_at": "2019-12-08T04:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a6a88f6d26425dec6d6e1b34f377144fe68feab",
"body": "Use the new reference assemblies package",
"is_bot": false,
"headline": "Merge pull request #632 from jbevain/netfx-ref-assemblies",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-12-04T22:19:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee6af0359a3828f21200327f88a0be5c8f3115f",
"body": null,
"is_bot": false,
"headline": "Use the new reference assemblies package",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-12-04T21:40:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a04692660ab875c5caaf69e331424b50b2cd0a0",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-11-05T18:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a458bbeb9c2c59a463699bd30325e1ecdad607f6",
"body": null,
"is_bot": false,
"headline": "Bump to 0.11.1",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-11-04T23:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c075ce6ab615c6123f51f34016aaf0b84fe51804",
"body": null,
"is_bot": false,
"headline": "Update README to point at the sponsorship page.",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-10-25T04:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58568f39ba45ae810f7a88253515a65c4f79c32",
"body": null,
"is_bot": false,
"headline": "Add new places to look for peverify",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-10-18T20:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a6d0ebceae7d4394a55fd1c996c60f56a212d2",
"body": "Fix invalid ComputeHash from ByteByffer array computation",
"is_bot": false,
"headline": "Merge pull request #622 from jeromelaban/dev/jela/mvid-fix",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-10-18T16:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeda49954b805f80dfafa5d5b971d5bfb3e73043",
"body": null,
"is_bot": false,
"headline": "Fix invalid ComputeHash from ByteByffer array computation",
"author_name": "Jerome Laban",
"author_login": "jeromelaban",
"committed_at": "2019-10-18T01:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06da31930ff100cef48aef677c4ceeee858e6c04",
"body": null,
"is_bot": false,
"headline": "Remove Azure Pipelines",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T03:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c11eb3f0ea78f60a0daec3653750eee3cbb09163",
"body": null,
"is_bot": false,
"headline": "Ignore packages folder",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T03:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3081d75d922a1ada70752b6dbf92609187c019eb",
"body": null,
"is_bot": false,
"headline": "Try running tests in a single domain",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T03:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ac63630ac7ae1f1d0ce0fe54547d9b7f230bd0",
"body": null,
"is_bot": false,
"headline": "Fix typo in action",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T01:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e0f137f8009594ec7524eb41a9ee9e4fc07b2b2",
"body": null,
"is_bot": false,
"headline": "Add Linux job",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T01:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78bd9c2b176f2205053df3f894f9f907fef37bba",
"body": null,
"is_bot": false,
"headline": "Move yml file to github workflows",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T01:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9639f6909f45e29c6cda51e6a8fe73af345d0f1",
"body": null,
"is_bot": false,
"headline": "Add github action CI",
"author_name": "Jb Evain",
"author_login": "jbevain",
"committed_at": "2019-08-30T01:03:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 1,
"latest_release_at": "2023-04-19T16:15:51Z",
"latest_release_tag": "0.11.5",
"releases_from_tags": false,
"days_since_last_push": 313,
"active_weeks_last_year": 1,
"days_since_latest_release": 1189,
"mean_days_between_releases": 265.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Mono.Cecil",
"exists": true,
"license": null,
"keywords": [
"assembly",
"assemblies",
"module",
"modules",
"il",
"cil",
"msil",
"bytecode",
"reflection",
"injection",
"cecil",
"mono",
"aop"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Mono.Cecil",
"is_deprecated": false,
"latest_version": "0.11.6",
"repository_url": "http://github.com/jbevain/cecil/",
"versions_count": 23,
"total_downloads": 95347076,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2024-10-02T16:55:40.247000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 657
}
]
},
"popularity": {
"forks": 651,
"stars": 2986,
"watchers": 106,
"fork_history": {
"days": [
{
"date": "2010-04-21",
"count": 1
},
{
"date": "2010-05-13",
"count": 1
},
{
"date": "2010-07-14",
"count": 1
},
{
"date": "2010-09-11",
"count": 1
},
{
"date": "2011-02-09",
"count": 1
},
{
"date": "2011-04-04",
"count": 1
},
{
"date": "2011-04-10",
"count": 1
},
{
"date": "2011-04-19",
"count": 1
},
{
"date": "2011-05-19",
"count": 1
},
{
"date": "2011-05-31",
"count": 1
},
{
"date": "2011-10-18",
"count": 1
},
{
"date": "2011-10-19",
"count": 1
},
{
"date": "2011-10-20",
"count": 1
},
{
"date": "2011-12-30",
"count": 1
},
{
"date": "2012-01-16",
"count": 1
},
{
"date": "2012-01-25",
"count": 1
},
{
"date": "2012-02-29",
"count": 1
},
{
"date": "2012-03-08",
"count": 1
},
{
"date": "2012-03-24",
"count": 1
},
{
"date": "2012-04-26",
"count": 1
},
{
"date": "2012-05-21",
"count": 1
},
{
"date": "2012-06-01",
"count": 1
},
{
"date": "2012-06-06",
"count": 1
},
{
"date": "2012-06-14",
"count": 1
},
{
"date": "2012-06-25",
"count": 1
},
{
"date": "2012-06-29",
"count": 1
},
{
"date": "2012-09-09",
"count": 1
},
{
"date": "2012-09-22",
"count": 1
},
{
"date": "2012-09-28",
"count": 1
},
{
"date": "2012-10-27",
"count": 1
},
{
"date": "2012-11-20",
"count": 1
},
{
"date": "2012-11-27",
"count": 1
},
{
"date": "2012-12-04",
"count": 1
},
{
"date": "2012-12-12",
"count": 1
},
{
"date": "2012-12-30",
"count": 1
},
{
"date": "2013-01-04",
"count": 1
},
{
"date": "2013-01-16",
"count": 1
},
{
"date": "2013-01-26",
"count": 1
},
{
"date": "2013-02-04",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-04-13",
"count": 1
},
{
"date": "2013-04-23",
"count": 1
},
{
"date": "2013-04-30",
"count": 1
},
{
"date": "2013-05-08",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-26",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-10",
"count": 1
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-06-30",
"count": 2
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-24",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-16",
"count": 1
},
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-11-29",
"count": 1
},
{
"date": "2014-01-02",
"count": 1
},
{
"date": "2014-02-16",
"count": 1
},
{
"date": "2014-03-04",
"count": 1
},
{
"date": "2014-04-09",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-05-06",
"count": 1
},
{
"date": "2014-05-09",
"count": 1
},
{
"date": "2014-06-21",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-08-01",
"count": 1
},
{
"date": "2014-08-11",
"count": 1
},
{
"date": "2014-08-24",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-13",
"count": 3
},
{
"date": "2014-11-21",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2014-12-18",
"count": 1
},
{
"date": "2014-12-19",
"count": 1
},
{
"date": "2015-01-05",
"count": 1
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-13",
"count": 1
},
{
"date": "2015-03-15",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-03-21",
"count": 1
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-28",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-05-30",
"count": 1
},
{
"date": "2015-06-05",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-15",
"count": 2
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-18",
"count": 1
},
{
"date": "2015-09-20",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-29",
"count": 2
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-07",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-26",
"count": 1
},
{
"date": "2015-12-04",
"count": 2
},
{
"date": "2015-12-19",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-09",
"count": 2
},
{
"date": "2016-01-15",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-01-30",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-02-11",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-22",
"count": 1
},
{
"date": "2016-02-27",
"count": 1
},
{
"date": "2016-03-01",
"count": 2
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-21",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-04-10",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-04-22",
"count": 2
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-04-30",
"count": 1
},
{
"date": "2016-05-07",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-06-01",
"count": 1
},
{
"date": "2016-06-18",
"count": 1
},
{
"date": "2016-06-21",
"count": 2
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-27",
"count": 2
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-14",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-02",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-23",
"count": 1
},
{
"date": "2016-10-24",
"count": 2
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-02",
"count": 1
},
{
"date": "2016-12-05",
"count": 2
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-13",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-01-21",
"count": 1
},
{
"date": "2017-01-23",
"count": 1
},
{
"date": "2017-01-31",
"count": 1
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-11",
"count": 2
},
{
"date": "2017-04-25",
"count": 2
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-05-12",
"count": 1
},
{
"date": "2017-05-18",
"count": 2
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-06-06",
"count": 2
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-07-01",
"count": 1
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-09-01",
"count": 2
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-29",
"count": 2
},
{
"date": "2017-09-30",
"count": 2
},
{
"date": "2017-10-14",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-11",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-17",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-28",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-13",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-08",
"count": 2
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-06-01",
"count": 2
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-29",
"count": 2
},
{
"date": "2018-07-07",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-22",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-24",
"count": 1
},
{
"date": "2018-11-25",
"count": 2
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-18",
"count": 2
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-03-23",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-06",
"count": 1
},
{
"date": "2019-04-07",
"count": 1
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-17",
"count": 2
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-05-16",
"count": 2
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-16",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-29",
"count": 2
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-23",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-03-12",
"count": 2
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-15",
"count": 2
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-22",
"count": 1
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-23",
"count": 1
},
{
"date": "2020-11-28",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-04-27",
"count": 2
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-16",
"count": 1
},
{
"date": "2021-06-03",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-19",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-20",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-10-18",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-09",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-09",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-19",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-11-12",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-07-19",
"count": 2
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-26",
"count": 2
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-02-03",
"count": 2
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
}
],
"complete": true,
"collected": 571,
"total_forks": 651
},
"star_history": {
"days": [
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-10-29",
"count": 2
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-09",
"count": 2
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-17",
"count": 2
},
{
"date": "2021-11-18",
"count": 2
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2021-11-22",
"count": 2
},
{
"date": "2021-11-23",
"count": 2
},
{
"date": "2021-11-24",
"count": 2
},
{
"date": "2021-11-27",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-08",
"count": 2
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-13",
"count": 2
},
{
"date": "2021-12-14",
"count": 2
},
{
"date": "2021-12-15",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2021-12-27",
"count": 2
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-06",
"count": 2
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-12",
"count": 2
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-14",
"count": 3
},
{
"date": "2022-01-17",
"count": 2
},
{
"date": "2022-01-18",
"count": 3
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-23",
"count": 2
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-01-31",
"count": 1
},
{
"date": "2022-02-01",
"count": 2
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-11",
"count": 3
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-18",
"count": 2
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-11",
"count": 2
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-03-28",
"count": 2
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-03-31",
"count": 2
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-04",
"count": 2
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-09",
"count": 1
},
{
"date": "2022-04-11",
"count": 3
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-21",
"count": 2
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-04-30",
"count": 2
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-10",
"count": 2
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-13",
"count": 2
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-19",
"count": 3
},
{
"date": "2022-05-20",
"count": 2
},
{
"date": "2022-05-23",
"count": 1
},
{
"date": "2022-05-25",
"count": 3
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-05-30",
"count": 1
},
{
"date": "2022-05-31",
"count": 5
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-05",
"count": 2
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-19",
"count": 2
},
{
"date": "2022-06-23",
"count": 2
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-26",
"count": 2
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-04",
"count": 3
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-08",
"count": 2
},
{
"date": "2022-07-09",
"count": 3
},
{
"date": "2022-07-10",
"count": 1
},
{
"date": "2022-07-11",
"count": 2
},
{
"date": "2022-07-13",
"count": 2
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-18",
"count": 2
},
{
"date": "2022-07-19",
"count": 2
},
{
"date": "2022-07-20",
"count": 3
},
{
"date": "2022-07-22",
"count": 2
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-07-25",
"count": 2
},
{
"date": "2022-07-27",
"count": 2
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-07-30",
"count": 2
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-01",
"count": 2
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-07",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-08-14",
"count": 2
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-22",
"count": 2
},
{
"date": "2022-08-24",
"count": 4
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-08-30",
"count": 3
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-09-06",
"count": 4
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-15",
"count": 2
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-21",
"count": 2
},
{
"date": "2022-09-22",
"count": 2
},
{
"date": "2022-09-24",
"count": 2
},
{
"date": "2022-09-26",
"count": 2
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-09-30",
"count": 3
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-08",
"count": 2
},
{
"date": "2022-10-11",
"count": 5
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2022-10-14",
"count": 2
},
{
"date": "2022-10-17",
"count": 2
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-10-27",
"count": 2
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-10-30",
"count": 2
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-01",
"count": 2
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-19",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-21",
"count": 2
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-25",
"count": 2
},
{
"date": "2022-11-30",
"count": 2
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-07",
"count": 3
},
{
"date": "2022-12-08",
"count": 2
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-20",
"count": 2
},
{
"date": "2022-12-21",
"count": 2
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-23",
"count": 2
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-28",
"count": 2
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-07",
"count": 3
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-19",
"count": 3
},
{
"date": "2023-01-22",
"count": 2
},
{
"date": "2023-01-25",
"count": 2
},
{
"date": "2023-01-26",
"count": 3
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-02-01",
"count": 2
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-07",
"count": 2
},
{
"date": "2023-02-09",
"count": 3
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-02-22",
"count": 2
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 4
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-03-10",
"count": 2
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-06",
"count": 4
},
{
"date": "2023-04-07",
"count": 2
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-12",
"count": 2
},
{
"date": "2023-04-13",
"count": 2
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-19",
"count": 2
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-29",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-01",
"count": 2
},
{
"date": "2023-05-03",
"count": 2
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-16",
"count": 2
},
{
"date": "2023-05-17",
"count": 3
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-25",
"count": 2
},
{
"date": "2023-05-31",
"count": 2
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-11",
"count": 1
},
{
"date": "2023-06-12",
"count": 2
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-06-28",
"count": 3
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-04",
"count": 2
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-08",
"count": 2
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-19",
"count": 2
},
{
"date": "2023-07-20",
"count": 3
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-01",
"count": 2
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-13",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-18",
"count": 2
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-21",
"count": 1
},
{
"date": "2023-08-22",
"count": 2
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 2
},
{
"date": "2023-08-28",
"count": 2
},
{
"date": "2023-08-30",
"count": 2
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-20",
"count": 4
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-08",
"count": 2
},
{
"date": "2023-10-10",
"count": 2
},
{
"date": "2023-10-12",
"count": 2
},
{
"date": "2023-10-13",
"count": 2
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-10-29",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-11",
"count": 1
},
{
"date": "2023-11-12",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-23",
"count": 2
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-27",
"count": 3
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 2
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-10",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-14",
"count": 2
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-19",
"count": 2
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-29",
"count": 3
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2023-12-31",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-04",
"count": 2
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-02-01",
"count": 3
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-05",
"count": 2
},
{
"date": "2024-02-07",
"count": 3
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-13",
"count": 2
},
{
"date": "2024-02-16",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-24",
"count": 2
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 2
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-03-21",
"count": 2
},
{
"date": "2024-03-22",
"count": 2
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-19",
"count": 2
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-13",
"count": 2
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-26",
"count": 2
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-30",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-14",
"count": 3
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-03",
"count": 2
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-12",
"count": 2
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-28",
"count": 1
},
{
"date": "2024-07-29",
"count": 2
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-08-04",
"count": 2
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-22",
"count": 2
},
{
"date": "2024-08-24",
"count": 1
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-08-27",
"count": 3
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-04",
"count": 2
},
{
"date": "2024-09-08",
"count": 2
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-14",
"count": 2
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-09-29",
"count": 3
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-19",
"count": 2
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-24",
"count": 3
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-30",
"count": 2
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-09",
"count": 2
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-11",
"count": 2
},
{
"date": "2024-11-13",
"count": 2
},
{
"date": "2024-11-14",
"count": 2
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-19",
"count": 3
},
{
"date": "2024-11-20",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-11-25",
"count": 2
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-03",
"count": 2
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2024-12-23",
"count": 3
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-02",
"count": 1
},
{
"date": "2025-01-03",
"count": 2
},
{
"date": "2025-01-04",
"count": 2
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-08",
"count": 2
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-14",
"count": 2
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-18",
"count": 2
},
{
"date": "2025-01-19",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-21",
"count": 2
},
{
"date": "2025-01-23",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-15",
"count": 2
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-26",
"count": 3
},
{
"date": "2025-02-27",
"count": 2
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-18",
"count": 2
},
{
"date": "2025-03-20",
"count": 2
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-02",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-13",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-25",
"count": 2
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 2
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-10",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-16",
"count": 2
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-20",
"count": 2
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 2
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-21",
"count": 2
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-08-05",
"count": 2
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-15",
"count": 2
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-23",
"count": 2
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-30",
"count": 2
},
{
"date": "2025-09-04",
"count": 1
},
{
"date": "2025-09-09",
"count": 2
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-13",
"count": 2
},
{
"date": "2025-09-19",
"count": 4
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-10-21",
"count": 2
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-26",
"count": 2
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-04",
"count": 2
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-02",
"count": 2
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-14",
"count": 2
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-21",
"count": 2
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-02-24",
"count": 2
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-07",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-24",
"count": 3
},
{
"date": "2026-03-29",
"count": 2
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-05",
"count": 1
},
{
"date": "2026-04-20",
"count": 2
},
{
"date": "2026-04-22",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-17",
"count": 2
},
{
"date": "2026-07-19",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 2986
},
"open_issues_and_prs": 108
},
"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": [
"Mono.Cecil.csproj",
"Test/Mono.Cecil.Tests.csproj",
"rocks/Mono.Cecil.Rocks.csproj",
"rocks/Test/Mono.Cecil.Rocks.Tests.csproj",
"symbols/mdb/Mono.Cecil.Mdb.csproj",
"symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj",
"symbols/pdb/Mono.Cecil.Pdb.csproj",
"symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj"
],
"largest_source_bytes": 103798,
"source_files_sampled": 243,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Mono.Cecil.csproj",
"Test/Mono.Cecil.Tests.csproj",
"rocks/Mono.Cecil.Rocks.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": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.CodeAnalysis.CSharp",
"direct": false,
"version": "2.10.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 31,
"merged_prs": 215,
"open_issues": 77,
"closed_ratio": 0.858,
"closed_issues": 467,
"closed_unmerged_prs": 99
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "jbevain",
"commits": 1116,
"avatar_url": "https://avatars.githubusercontent.com/u/79284?v=4"
},
{
"type": "User",
"login": "dgrunwald",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/243140?v=4"
},
{
"type": "User",
"login": "sbomer",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/787361?v=4"
},
{
"type": "User",
"login": "TautvydasZilys",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1092489?v=4"
},
{
"type": "User",
"login": "vitek-karas",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/10670590?v=4"
},
{
"type": "User",
"login": "mrvoorhe",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/16102349?v=4"
},
{
"type": "User",
"login": "rolfbjarne",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/249268?v=4"
},
{
"type": "User",
"login": "ignas2",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/2393440?v=4"
},
{
"type": "User",
"login": "SimonCropp",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/122666?v=4"
},
{
"type": "User",
"login": "xen2",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/527565?v=4"
}
],
"contributors_sampled": 68,
"top_contributor_share": 0.86
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 0,
"reason": "binaries present in source code",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"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": 7,
"reason": "Found 23/30 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 contributing companies or organizations",
"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": 0,
"reason": "no 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "882ca5eedda1e62eb41bd5869aeb15d8f1538e51",
"ran_at": "2026-07-22T01:18:29Z",
"aggregate_score": 3,
"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": "2025-09-11T16:59:29Z",
"oldest_open_prs": [
{
"number": 132,
"created_at": "2013-04-30T19:23:52Z",
"last_comment_at": "2015-04-24T07:26:58Z",
"last_comment_author": "poizan42"
},
{
"number": 224,
"created_at": "2015-06-01T14:20:43Z",
"last_comment_at": "2020-01-28T08:14:58Z",
"last_comment_author": "SimonCropp"
},
{
"number": 392,
"created_at": "2017-05-05T07:01:39Z",
"last_comment_at": "2021-02-15T09:06:15Z",
"last_comment_author": "AnakinRaW"
},
{
"number": 393,
"created_at": "2017-05-05T11:31:14Z",
"last_comment_at": "2017-11-28T14:29:09Z",
"last_comment_author": "atykhyy"
},
{
"number": 400,
"created_at": "2017-05-23T04:36:45Z",
"last_comment_at": "2017-08-08T16:16:24Z",
"last_comment_author": "jbevain"
},
{
"number": 503,
"created_at": "2018-03-22T14:41:48Z",
"last_comment_at": "2020-01-30T06:53:43Z",
"last_comment_author": "SimonCropp"
},
{
"number": 617,
"created_at": "2019-08-30T22:48:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 618,
"created_at": "2019-09-01T22:56:42Z",
"last_comment_at": "2019-09-01T23:16:25Z",
"last_comment_author": "SimonCropp"
},
{
"number": 629,
"created_at": "2019-11-07T16:59:57Z",
"last_comment_at": "2024-09-20T18:50:19Z",
"last_comment_author": "Rohansi"
},
{
"number": 631,
"created_at": "2019-11-29T22:05:54Z",
"last_comment_at": "2020-06-11T04:13:33Z",
"last_comment_author": "NotoriousRebel"
},
{
"number": 701,
"created_at": "2020-10-28T20:34:07Z",
"last_comment_at": "2021-10-21T08:05:22Z",
"last_comment_author": "teo-tsirpanis"
},
{
"number": 702,
"created_at": "2020-10-29T17:03:03Z",
"last_comment_at": "2020-10-30T07:12:07Z",
"last_comment_author": "teo-tsirpanis"
},
{
"number": 734,
"created_at": "2021-03-16T21:50:07Z",
"last_comment_at": "2021-03-17T16:21:27Z",
"last_comment_author": "jbevain"
},
{
"number": 751,
"created_at": "2021-04-23T22:56:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 807,
"created_at": "2021-10-29T22:10:03Z",
"last_comment_at": "2022-01-13T00:32:31Z",
"last_comment_author": "KirillOsenkov"
},
{
"number": 819,
"created_at": "2021-12-13T04:49:01Z",
"last_comment_at": "2023-12-14T07:38:15Z",
"last_comment_author": "kant2002"
},
{
"number": 825,
"created_at": "2022-01-28T10:39:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 853,
"created_at": "2022-06-10T23:20:17Z",
"last_comment_at": "2024-10-18T07:11:14Z",
"last_comment_author": "leppie"
},
{
"number": 860,
"created_at": "2022-06-16T15:56:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 864,
"created_at": "2022-06-24T17:56:05Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-09-11T16:57:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2010-04-13T09:59:17Z",
"last_comment_at": "2010-04-13T13:10:38Z",
"last_comment_author": "jbevain"
},
{
"number": 3,
"created_at": "2010-04-13T12:49:23Z",
"last_comment_at": "2015-03-17T19:57:50Z",
"last_comment_author": "asbjornu"
},
{
"number": 7,
"created_at": "2010-04-26T08:19:28Z",
"last_comment_at": "2016-04-30T22:46:30Z",
"last_comment_author": "OmegaExtern"
},
{
"number": 13,
"created_at": "2010-05-12T08:49:01Z",
"last_comment_at": "2014-09-06T01:09:33Z",
"last_comment_author": "SimonCropp"
},
{
"number": 26,
"created_at": "2010-06-24T08:40:48Z",
"last_comment_at": "2010-08-09T16:01:40Z",
"last_comment_author": "jbevain"
},
{
"number": 31,
"created_at": "2010-08-17T09:00:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2010-09-10T12:48:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 46,
"created_at": "2010-12-04T15:47:41Z",
"last_comment_at": "2014-03-24T00:19:44Z",
"last_comment_author": "alexrp"
},
{
"number": 79,
"created_at": "2011-10-25T04:26:40Z",
"last_comment_at": "2011-10-25T07:19:37Z",
"last_comment_author": "jbevain"
},
{
"number": 154,
"created_at": "2014-01-24T08:43:18Z",
"last_comment_at": "2014-01-24T09:20:06Z",
"last_comment_author": "jbevain"
},
{
"number": 180,
"created_at": "2014-09-23T18:15:16Z",
"last_comment_at": "2018-07-06T17:38:16Z",
"last_comment_author": "rtwede"
},
{
"number": 182,
"created_at": "2014-09-25T08:48:48Z",
"last_comment_at": "2021-06-10T17:38:18Z",
"last_comment_author": "lovettchris"
},
{
"number": 235,
"created_at": "2015-08-07T09:04:38Z",
"last_comment_at": "2015-08-07T09:05:46Z",
"last_comment_author": "SimonCropp"
},
{
"number": 242,
"created_at": "2015-10-07T09:57:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 294,
"created_at": "2016-09-26T10:13:35Z",
"last_comment_at": "2016-10-04T15:48:27Z",
"last_comment_author": "jbevain"
},
{
"number": 325,
"created_at": "2017-02-09T01:49:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 389,
"created_at": "2017-05-04T14:03:34Z",
"last_comment_at": "2017-05-24T17:29:44Z",
"last_comment_author": "atykhyy"
},
{
"number": 413,
"created_at": "2017-06-06T14:27:01Z",
"last_comment_at": "2017-09-18T14:57:54Z",
"last_comment_author": "lkinsella"
},
{
"number": 426,
"created_at": "2017-06-29T18:05:19Z",
"last_comment_at": "2019-08-06T03:49:12Z",
"last_comment_author": "Sellorio"
},
{
"number": 427,
"created_at": "2017-07-04T00:42:18Z",
"last_comment_at": "2017-07-20T03:17:26Z",
"last_comment_author": "jbevain"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jbevain/cecil",
"host": "github.com",
"name": "cecil",
"owner": "jbevain"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 44,
"inputs": {
"security": 44,
"vitality": 22,
"community": 79,
"governance": 62,
"engineering": 56,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 52,
"overall_after_abandonment_multiplier": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 22,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 313,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 313 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 313
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 6,
"latest_release_tag": "0.11.5",
"releases_from_tags": false,
"days_since_latest_release": 1189,
"mean_days_between_releases": 265.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1189 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1189
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~265.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 265.7
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 20,
"unanswered_open_issues": 12,
"days_since_last_merged_pr": 313,
"days_since_last_human_commit": 313,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 313 days; 3 unmet obligation(s): issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 313,
"count": 3,
"signals": "issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 79,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"forks": 651,
"stars": 2986,
"watchers": 106,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,986 stars",
"points": 56.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2986
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "651 forks",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 651
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "106 watchers",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 106
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"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": 0,
"status": "missed",
"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": 100,
"inputs": {
"packages": [
"Mono.Cecil"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 95347076,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "95,347,076 downloads all-time across nuget",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 95347076,
"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": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 68,
"top_contributor_share": 0.86
},
"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.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "68 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 68
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 215,
"open_issues": 77,
"closed_issues": 467,
"issue_closed_ratio": 0.858,
"closed_unmerged_prs": 99
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "215/314 decided PRs merged",
"points": 26.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 215,
"decided": 314
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 23/30 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"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": 617,
"owner_type": "User",
"is_verified": null,
"owner_login": "jbevain",
"public_repos": 20,
"account_age_days": 6292
},
"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": "617 followers of jbevain",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 617,
"login": "jbevain"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~17 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"Mono.Cecil"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 657
},
"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 657 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 657
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"dotnet",
"library",
"bytecode",
"cil",
"c-sharp",
"mono"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 27 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 23/30 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1 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": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"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": 1,
"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": 12
},
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.74,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "74 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 39.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 74,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Mono.Cecil.csproj",
"Test/Mono.Cecil.Tests.csproj",
"rocks/Mono.Cecil.Rocks.csproj",
"rocks/Test/Mono.Cecil.Rocks.Tests.csproj",
"symbols/mdb/Mono.Cecil.Mdb.csproj",
"symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj",
"symbols/pdb/Mono.Cecil.Pdb.csproj",
"symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Mono.Cecil.csproj, Test/Mono.Cecil.Tests.csproj, rocks/Mono.Cecil.Rocks.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Mono.Cecil.csproj, Test/Mono.Cecil.Tests.csproj, rocks/Mono.Cecil.Rocks.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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": 99,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 103798,
"source_files_sampled": 243,
"oversized_source_files": 4
},
"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": "4/243 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 243,
"oversized": 4
}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T01:18:57.331088Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jbevain/cecil.svg",
"full_name": "jbevain/cecil",
"license_state": "standard",
"license_spdx": "MIT"
}