JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"orleans",
"orleans-storage-provider",
"mongodb"
],
"is_fork": false,
"size_kb": 37863,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 157354,
"Batchfile": 212
},
"pushed_at": "2026-01-12T21:37:22Z",
"created_at": "2016-09-29T20:52:45Z",
"owner_type": "Organization",
"updated_at": "2026-05-18T04:58:11Z",
"description": "A MongoDb implementation of the Orleans Providers: Membership, Storage and Reminders.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://gitter.im/dotnet/orleans",
"name": "OrleansContrib",
"type": "Organization",
"login": "OrleansContrib",
"company": null,
"location": null,
"followers": 151,
"avatar_url": "https://avatars.githubusercontent.com/u/7149163?v=4",
"created_at": "2014-04-03T10:42:41Z",
"is_verified": null,
"public_repos": 62,
"account_age_days": 4492
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v9.5.0",
"kind": "minor",
"published_at": "2026-01-06T10:50:13Z"
},
{
"tag": "v9.4.0",
"kind": "minor",
"published_at": "2025-12-15T04:56:00Z"
},
{
"tag": "v9.3.0",
"kind": "minor",
"published_at": "2025-11-04T06:34:28Z"
},
{
"tag": "v9.2.0",
"kind": "minor",
"published_at": "2025-09-22T20:30:10Z"
},
{
"tag": "v9.1.0",
"kind": "minor",
"published_at": "2025-03-11T00:44:38Z"
},
{
"tag": "v9.0.0",
"kind": "major",
"published_at": "2024-12-01T12:44:45Z"
},
{
"tag": "v8.2.0",
"kind": "minor",
"published_at": "2024-11-12T07:31:35Z"
}
],
"recent_commits": [
{
"oid": "2c8d7283c366e84a622a8b0b048a745522d9a9cc",
"body": null,
"is_bot": false,
"headline": "Rewrite ReadRows to use direct expression builder",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2026-01-06T10:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c48045c35b3e9c6693ec59c85ab0b8cf6e809404",
"body": null,
"is_bot": false,
"headline": "Rewrite ReadRow to use direct expression builder",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2026-01-06T10:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54736026f2e71c7567a4930db97d189b65834d48",
"body": null,
"is_bot": false,
"headline": "Rewrite RemoveRow to use direct expression builder",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2026-01-06T10:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43df7411c55c307f390b130eb38a541179b4b15e",
"body": "Reduce the amount of IO on updates of reminders when adjusting the\nperiods needed for that period.",
"is_bot": false,
"headline": "Optimized upsert operation",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2026-01-06T10:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3291905cd3da29d5f7fdaf45a2254fdaa1067cc",
"body": "…rk scenarios\n\n- Integrated Orleans-native reminder provider in benchmarks.\n- Replaced direct MongoDB reminder table interactions with silo-hosted GrainFactory.\n- Refactored scenarios to utilize grain-based reminder operations.\n- Introduced `IReminderBenchGrain` and its implementation for testing reminder scenarios within the Orleans framework.",
"is_bot": false,
"headline": "Replace `MongoReminderTable` with Orleans-native reminders in benchma…",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2026-01-06T10:50:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67eb98839fba9aa49a39110c07f6e47e6aafb072",
"body": "* Introduced `CleanAllRedundantIndexes` option in `MongoDBRemindersOptions`.\n* Updated `MongoReminderCollection` to utilize the new option for index removal logic.\n* Enhanced flexibility for index cleanup during rolling deployments.",
"is_bot": false,
"headline": "Add option to clean redundant MongoDB indexes during initialization",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-15T04:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3526ca8de4310683fa73431b780f8c59eaa841f",
"body": null,
"is_bot": false,
"headline": "Validate GrainID at ReminderTable level",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-15T04:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f5cfc79a12a35bb899bab961c4bb214bab9818",
"body": "* Introduced `Orleans.Providers.MongoDB.Benchmarks` project for performance testing.\n* Added benchmark scenarios to evaluate `MongoReminderTable` behaviors.\n* Configured NBomber for load testing with multiple reminder storage strategies.\n* Updated solution and `.gitignore` to include benchmarks and related resources.",
"is_bot": false,
"headline": "Add MongoDB benchmark project for reminders",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-15T04:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38e07d9c0135413115d7fc9dc5f1c960c0db44d0",
"body": "* Employ hashed lookup storage index strategy.\n* Removal of defunct indexes. Note that during a rolling deployment, performance of to-be-retired grains may suffer due to the preference of library culling it's own indexes first.",
"is_bot": false,
"headline": "Improved Reminder Collection provider",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-15T04:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810aa3c552718d5c0aa69446f514b3c64e0bff7e",
"body": null,
"is_bot": false,
"headline": "Aligning Expression logic with other Orleans conventions",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-10T03:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8e7bb41e121730efb312490269b3e367ef7139d",
"body": "…Membership\" to \"Reminder\"",
"is_bot": false,
"headline": "Update `MongoReminderTable` to correct MongoDB client category from \"…",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-10T03:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25981a15c78df1a764bc22ccd63461c25157bc29",
"body": "…tion",
"is_bot": false,
"headline": "Remove unused method `ReadReminderRowsAsync` from MongoReminderCollec…",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-10T03:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba1f2331988d0be3865127d73c51df82011a6ed",
"body": "By default the test project will use version 8.\n\nCI pipeline will run on all supported Mongo versions.",
"is_bot": false,
"headline": "Unit Test project to use different Mongo Versions",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-12-09T12:48:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4dde10c1d0050928a119df80509722a85925a60",
"body": null,
"is_bot": false,
"headline": "Corrected Membership Session Handling (#150)",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-11-12T11:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e8ecab3b9698739c9c4ec2049bfdf27113e1a4",
"body": null,
"is_bot": false,
"headline": "Do not use transaction for multiple membership collection reads",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2025-11-04T06:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "579c850ceaca2554bc8306a8dbe84e71caaefc7d",
"body": null,
"is_bot": false,
"headline": "Refactored `ReadRow` to simplify query by utilizing precomputed `Id`.",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-11-04T02:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac18d991188e18f58a33f0b71b811b7f8fd9f36a",
"body": null,
"is_bot": false,
"headline": "Align test bulk deletion to Index fields",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-11-04T02:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33b0df040cc33b8e0febefbb6572a2ed321892c6",
"body": "* Ensures that soft-deleted reminders are not returned\n* Creates alignment to ByName index",
"is_bot": false,
"headline": "Add IsDeleted check to reminder query in MongoReminderCollection",
"author_name": "Justin Lovell",
"author_login": "justin-lovell",
"committed_at": "2025-11-04T02:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d86e86d8dceabde76ca0ca40acbb2d16f7c775",
"body": null,
"is_bot": false,
"headline": "Validate GrainId Type and Key on reminder creation",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2025-09-22T20:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3414f3d4aac10920f1723afaaf800669e6c2a657",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Mohammad Mahdi",
"author_login": "mmahdium",
"committed_at": "2025-03-11T00:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70f28c78ccc22a1255c18e3fb3097ef9d5ab57db",
"body": null,
"is_bot": false,
"headline": "Upgrade to Orleans v9.0",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2024-12-01T12:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6487f5fe43f142810c1fa6d4c8d5b06d17d553bf",
"body": null,
"is_bot": false,
"headline": "Upgrade MongoDB.Driver to v3.0",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2024-11-12T07:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76815edb4961b3e8cf65c9646f3f40fdb9029b6",
"body": null,
"is_bot": false,
"headline": "Update build workflow",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2024-11-12T07:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dde80de03a20cf6081ec66e16c78a51aca102b05",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Chris Robison",
"author_login": "chrisdrobison",
"committed_at": "2024-08-01T23:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "104845c4656890a7e52a775c75402fd1f719525d",
"body": null,
"is_bot": false,
"headline": "Create a new JSON serializer instance to avoid thread-safety issues",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2024-07-25T01:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8b4007c49426f5aeaed34bb4f22062771e52a3",
"body": "…cuments without required properties",
"is_bot": false,
"headline": "UpdateIAmAlive for SingleMembership fixed to not create invalid subdo…",
"author_name": "Michal Lehončák",
"author_login": "lehoncak-intens",
"committed_at": "2024-03-12T01:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9d50c2b350d2d3a269256ea3125e0e90f7f1a5",
"body": null,
"is_bot": false,
"headline": "State serialization: DateTime precision increased",
"author_name": "Norbert Žofák",
"author_login": "NorekZ",
"committed_at": "2024-03-05T13:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111870490b026fce7ab616c727896331ae266c7d",
"body": null,
"is_bot": false,
"headline": "Non-deterministic collection initialization fixed",
"author_name": "Norbert Žofák",
"author_login": "NorekZ",
"committed_at": "2024-03-05T02:42:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536af9867199f865c86ba078592fb575920ce070",
"body": null,
"is_bot": false,
"headline": "Upgrade to Orleans v8.0",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2024-01-08T08:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d4b39a1e7d7a16ee815c72e112e2415622e31b",
"body": null,
"is_bot": false,
"headline": "bugfix: using collection name as key for caching collections (#131)",
"author_name": "TimoSchmechel",
"author_login": "TimoSchmechel",
"committed_at": "2023-12-20T06:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5206df8a266cf93d813e75428c32eb72b42d3f0d",
"body": null,
"is_bot": false,
"headline": "Update tests",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2023-08-28T00:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a7a29976208403cff4b9e2a4247e2b35e6e7ec7",
"body": null,
"is_bot": false,
"headline": "Update to Orleans v7.2.1",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2023-08-28T00:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "408d5f6760ced730888893dcc8f2e69387435a9e",
"body": null,
"is_bot": false,
"headline": "#124 Unique constraint violations are not propagated",
"author_name": "Tomas Hrebicek",
"author_login": "hrebitom",
"committed_at": "2023-03-24T09:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f0fe5101705dd82c6c59823476862daa708940",
"body": "Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.18.0 to 2.19.0.\n- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)\n- [Commits](https://github.com/mongodb/mongo-csharp-driver/compare/v2.18.0...v2.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: MongoDB.Driver\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump MongoDB.Driver from 2.18.0 to 2.19.0 in /UnitTest",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-23T22:32:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "117999571949903010f7c8b1414818a00d63b8c7",
"body": null,
"is_bot": false,
"headline": "Use WithTransaction in Multiple membership strategy",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2023-01-23T21:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7b461ad46072bd27724a5c6b2a40766a9a5e28",
"body": null,
"is_bot": false,
"headline": "Fix reminders startAt time kind",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2023-01-01T00:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "537c2df52304ad55a4550317d5259188af48e78a",
"body": null,
"is_bot": false,
"headline": "Auto AddReminders() call",
"author_name": "Ryan Henderson",
"author_login": "htxryan",
"committed_at": "2022-11-29T23:30:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1569f596eb5c7224cb9b960b6136ce5810c2d53f",
"body": "* Added overload for UseMongoDBClient and AddMongoDBClient that takes a factory delegate Func<IServiceProvider, MongoDbSettings>",
"is_bot": false,
"headline": "Added config overload for UseMongoDBClient and AddMongoDBClient (#114)",
"author_name": "Markus Geiger",
"author_login": "MarkusGeigerDev",
"committed_at": "2022-11-21T16:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd643ff3215332260c922021a76484bac6edcc4a",
"body": "* added some hints about the orleans submodule in ./libs\n\n* typo\n\nCo-authored-by: Markus Geiger <external.markus.geiger@bosch,com>",
"is_bot": false,
"headline": "added some hints about the orleans submodule in ./libs (#113)",
"author_name": "Markus Geiger",
"author_login": "MarkusGeigerDev",
"committed_at": "2022-11-15T14:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292d3c0d182862a06ea0ee7ddc30d38b9eb840ab",
"body": null,
"is_bot": false,
"headline": "Update Orleans.Providers.MongoDB.csproj",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2022-11-14T08:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef4f517c1707723fc55e5ab3314c23ff580d91d",
"body": null,
"is_bot": false,
"headline": "Add Source Link. Closes #111",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2022-11-14T08:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5cdd4d1ecc240e100b1a6d3d63c1d5b75bcfd8",
"body": "* Refactor grain state serialization\n\n* PR feedback\n\n* Clean up package references",
"is_bot": false,
"headline": "Refactor grain state serialization (#112)",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2022-11-14T00:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06fdd5d0d9577edb6fb6370633d54a6cc448df9",
"body": "* Upgrade to Orleans 7.0\n\n* Add orleans projects to solution\n\n* Fix collection name for Grain<TState>\n\n* Delete libs files\n\n* Update build dotnet-version",
"is_bot": false,
"headline": "Upgrade to Orleans 7.0 (#109)",
"author_name": "wassim-k",
"author_login": "wassim-k",
"committed_at": "2022-11-12T23:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8dd92b12251ed7ff60b2714c52280518d88bc6f",
"body": null,
"is_bot": false,
"headline": "Add property to options to configure settings.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2022-07-31T21:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "955b156d1fe15da6a63ac8bf7efa684d9fafd232",
"body": null,
"is_bot": false,
"headline": "Do not share serializer. Closes #86",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2022-07-31T16:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820e1b254fdd4b194e3e16c37c93c319baface39",
"body": null,
"is_bot": false,
"headline": "Increase SDK version.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2022-07-31T16:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b27a777f4a9536ed4ce2ca8dfa032d469cf05ac",
"body": null,
"is_bot": false,
"headline": "Fix tests and cleanup. Closes #97",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2022-07-31T16:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62efc19ca144979935ae14a657a1ac5b68ddbb19",
"body": null,
"is_bot": false,
"headline": "Update Orleans.Providers.MongoDB.csproj",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2022-06-06T14:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929093d991fca428c82f5190c43b471eff70d801",
"body": "…orrect order of parameters (#99)\n\nCo-authored-by: Tomas Hrebicek <tomas.hrebicek@tietoevry.com>",
"is_bot": false,
"headline": "shardCollection command has to be run against admin database & with c…",
"author_name": "Tomas Hrebicek",
"author_login": "tomhreb",
"committed_at": "2022-06-06T14:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a3237dbfb6f6510ca2ed954304d7871ee3edb7",
"body": "…ored states. (#93)",
"is_bot": false,
"headline": "Adds the ability to use a different strategy for creating keys for st…",
"author_name": "Diego Frata",
"author_login": "diegofrata",
"committed_at": "2021-12-20T16:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90e597a1fbc92c87bb196896f068f601e67b269e",
"body": null,
"is_bot": false,
"headline": "Update Orleans.Providers.MongoDB.csproj",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2021-11-02T14:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc55d8aa9654946f693d50336d3372be7c698e87",
"body": "fix reminders not running after silo restart",
"is_bot": false,
"headline": "Update MongoReminderDocument.cs (#91)",
"author_name": "PDarkTemplar",
"author_login": "PDarkTemplar",
"committed_at": "2021-11-02T14:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb0968c35036e21c3bd2680e21f80fda456ffbe3",
"body": null,
"is_bot": false,
"headline": "Added more examples.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2021-08-28T20:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37e29f0b71656ca777ae3e1211424a8e482a36c",
"body": null,
"is_bot": false,
"headline": "Configure correct validator. Closes #82",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2021-08-28T19:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e116beb13b7ad1a9551b168d4cdd7c630aa9e2d5",
"body": null,
"is_bot": false,
"headline": "Update JsonGrainStateSerializer.cs",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2021-07-21T11:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050c90823d8f46332c24592ced3249a7076ba015",
"body": "Missing comma added between provider name and options parameters in AddMongoDBGrainStorage method",
"is_bot": false,
"headline": "missing comma added (#88)",
"author_name": "Sinan TAVILOGLU",
"author_login": "staviloglu",
"committed_at": "2021-06-25T12:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bdbafef4b8d4cb9e16237c52640884e77348688",
"body": "* Update Mongo Driver version\r\n\r\nWorkaround to fix this bug: https://jira.mongodb.org/browse/CSHARP-1895\r\n\r\nThis issue is happening in AKS.\r\n\r\n* bumped version.",
"is_bot": false,
"headline": "Update Mongo Driver version (#87)",
"author_name": "Sienna Lloyd",
"author_login": "siennathesane",
"committed_at": "2021-06-14T09:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bc56b54b9407453116d9f2294700e40992bdb4",
"body": null,
"is_bot": false,
"headline": "Github action updated.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2021-03-23T14:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f20798f58f7ff7b9083a02bc7983829d3f532855",
"body": "…MongoDB",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:OrleansContrib/Orleans.Providers.…",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2021-03-23T14:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd9f72b32de2927a2018ce71879935cdc3f0561",
"body": null,
"is_bot": false,
"headline": "Increase version.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2021-03-23T14:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f86b865a68cf2378ab2dd78895a7ba2054da8a",
"body": null,
"is_bot": false,
"headline": "Add RecordExists support (#85)",
"author_name": "Alsein",
"author_login": "AlseinX",
"committed_at": "2020-12-24T06:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15287a885c33175c2bbf2293a93b8a9d35eb60e",
"body": null,
"is_bot": false,
"headline": "Updates",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2020-12-17T15:42:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ccafbad4b01e0867c7a4c7f3fc1b9063dab1f56",
"body": null,
"is_bot": false,
"headline": "Update Orleans.Providers.MongoDB.csproj",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2020-12-17T14:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8e09e07caadfdb71a86f69605b0b862d83d1dc",
"body": "As discussed at https://jira.mongodb.org/browse/CSHARP-2592 , the `MongoDB.Driver` package version 2.10.x targets only `netstandard1.5`, while it brings in a lot of extension packages providing with APIs which are missing from .net standard 1.x.\r\nEven when a project targets .NET 5.0, a ton of the un\n[…]\nts .net standard 2.0, which means when restored in a modern .NET Core or .NET 5 project, the build that targets .net standard 2.0 would be preferred, that gets rid of some build and analytic problems.",
"is_bot": false,
"headline": "Update MongoDB.Driver reference to version 2.11 (#84)",
"author_name": "Alsein",
"author_login": "AlseinX",
"committed_at": "2020-12-17T14:57:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8461878da2b32a4a0f2aa85b7582e731e1966ba",
"body": "This is a small documentation update. To make it more clear and easy to use.\r\nMongoDBSiloExtensions.AddMongoDBGrainStorage method (and overloaded versions) require name parameter.",
"is_bot": false,
"headline": "update README.md (#80)",
"author_name": "Oleg Lukin",
"author_login": "oleglukin",
"committed_at": "2020-06-09T10:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5a26b62d3842dbc580e55ba5778177ad2f09e2",
"body": "MongoDBMembershipStrategy enum doesn't have Single value. There is SingleDocument.\r\nversion 3.1.7",
"is_bot": false,
"headline": "Update README.MD (#79)",
"author_name": "Oleg Lukin",
"author_login": "oleglukin",
"committed_at": "2020-05-29T14:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749d53a066086fd5b5fe45bf2d879fd195ec1b94",
"body": "* Fixed multi-document transaction by creating collection explicitly\r\n\r\n* Update to orleans 3.1.7\r\n\r\nCo-authored-by: Kalpesh Alien <kalpeshchheda@aicraft.org>",
"is_bot": false,
"headline": "Fixed multi-document transaction by creating collection explicitly (#78)",
"author_name": "AwsomeCode",
"author_login": "AwsomeCode",
"committed_at": "2020-05-25T15:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c13a6c83bee8999dccb25cd26ea841e4633ca60",
"body": null,
"is_bot": false,
"headline": "Use singleton IOptionsMonitor instead of scoped IOptionsSnapshot (#76)",
"author_name": "Gundam",
"author_login": "gundambox",
"committed_at": "2020-04-10T09:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af6e1cfbc0c89cf30cbd620b56b0cd03af6bffdf",
"body": null,
"is_bot": false,
"headline": "Some formatting.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2020-03-08T22:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34cb9140f76168ed758654b2e94306356384b3e5",
"body": null,
"is_bot": false,
"headline": "Add support for Generic Host + Silo Builder (#74)",
"author_name": "Jurby",
"author_login": "jurby",
"committed_at": "2019-11-12T17:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d08cc19107341ab910a1ab569f7883b9e4b6114c",
"body": null,
"is_bot": false,
"headline": "Workflow",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2019-11-09T10:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b361d08e0f234b3016256510ba7c0d1eed6cfe",
"body": null,
"is_bot": false,
"headline": "Increase version.",
"author_name": "Sebastian",
"author_login": "SebastianStehle",
"committed_at": "2019-11-09T10:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "156b1584aec965fb9c99f62e4855c498a09a7119",
"body": null,
"is_bot": false,
"headline": "Better approach how to deal with Mongoclient. (#73)",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-11-09T10:53:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c3200c10b78c29f0c2111f2a3367618f0f77e24",
"body": "* Extended Membership Protocol",
"is_bot": false,
"headline": "Extended Membership Protocol (#72)",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-11-08T22:28:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ce9090986b04aa94fe24e7db8d456cfa5100a7",
"body": null,
"is_bot": false,
"headline": "Orleans upgraded.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-10-25T12:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0acb9401b16b0eee2b39948d89b714f5e46039",
"body": null,
"is_bot": false,
"headline": "Consistent index names with fallback for old namings.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-08-19T19:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51434a23d4ac399b3d1e5741293a24cf70909e83",
"body": null,
"is_bot": false,
"headline": "Just a formatting improvement.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-08-14T12:20:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d1c150073cdb8138300be7cb4d3d013065f798",
"body": null,
"is_bot": false,
"headline": "Remove key.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-07-29T19:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f054fe25f8daab77ee9a818c1f506bd444c365",
"body": null,
"is_bot": false,
"headline": "Shard key support for mongodb.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-07-29T19:31:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53214943d5bd0a807c7e6f2ee284144f236678c3",
"body": "Clean test console and fix initialization bug",
"is_bot": false,
"headline": "Merge pull request #63 from bw-gaming/cleanup-test-console",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-06-11T12:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "224bbbf344ea14beba3258318fb90dd601d28243",
"body": null,
"is_bot": false,
"headline": "Clean test console and fix initialization bug",
"author_name": "Nicholas",
"author_login": "vella-nicholas",
"committed_at": "2019-06-11T07:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae0b8e34f9a037972aad770468c0e3a9e584fa3c",
"body": "Re-populating lists with ReadStateAsync",
"is_bot": false,
"headline": "Merge pull request #62 from bw-gaming/bug/readstateasync",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-06-11T04:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d6d9ac3ad8ac7eba2a0dafb8a33f54c38167b9",
"body": null,
"is_bot": false,
"headline": "Replace order of default settings",
"author_name": "Nicholas",
"author_login": "vella-nicholas",
"committed_at": "2019-06-10T17:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bab4c30598a7f9f070fb25bc6f27b0a3bd5b64f",
"body": null,
"is_bot": false,
"headline": "Add a delegate for configuring the JsonSerializerSettings",
"author_name": "Nicholas",
"author_login": "vella-nicholas",
"committed_at": "2019-06-10T17:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc6b9bb5fa32d4e9a4245f38295e730e2d13f8c",
"body": "Add ObjectCreationHandling.Replace to fix the issue",
"is_bot": false,
"headline": "Add ObjectCreationHandling.Replace to fix the issue",
"author_name": "Nicholas",
"author_login": "vella-nicholas",
"committed_at": "2019-06-10T13:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a54321245e195927753961a0119fb548d60f672",
"body": "Reset conn string for clarity",
"is_bot": false,
"headline": "Recreate bug scenario with ReadStateAsync",
"author_name": "Nicholas",
"author_login": "vella-nicholas",
"committed_at": "2019-06-10T13:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac5830a581f88d3c5c072505adf4f2b031106c1",
"body": null,
"is_bot": false,
"headline": "Custom index name to be compatible with AWS documentDB",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-05-22T17:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0751dc9b1f7887a87728ca96d166a8b4c6b9c081",
"body": null,
"is_bot": false,
"headline": "Fixed a few comments.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T19:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df50f4822748dfb3be3c12d2b8542002ec709fe7",
"body": null,
"is_bot": false,
"headline": "Extension methods for silo builder.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T19:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd5d2064940ae60982cc409acd8aaef73eefec7",
"body": null,
"is_bot": false,
"headline": "Updated version.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T19:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a568ea35a80663632ad89d3c84ce615dc650dbc",
"body": null,
"is_bot": false,
"headline": "Fix reminder handling.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T19:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c1cd19db4359573a3210a2b03ac90eae9dfad82",
"body": "…MongoDB",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:OrleansContrib/Orleans.Providers.…",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T18:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08e62a1c2d9ec7749af8d8072ff1bcd541aa19d4",
"body": null,
"is_bot": false,
"headline": "Clearify fix.",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T18:18:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf6f9f630cbebfe1853becc16f109f989341cb7e",
"body": "Fix collection name",
"is_bot": false,
"headline": "Merge pull request #55 from bboyle1234/fixCollectionName",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T18:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b26e2bcff61bf304339f9b87d66a356bedc3a4",
"body": "update to orleans 2.3",
"is_bot": false,
"headline": "Merge pull request #59 from justmara/master",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-03-22T18:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8f7eb2d538499041ceea29b4f7d1d0d1bc73fe",
"body": null,
"is_bot": false,
"headline": "update to orleans 2.3",
"author_name": "Sergey Zorchenko",
"author_login": "justmara",
"committed_at": "2019-03-20T21:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f76f745fc6a8133057c6495e50245c7081149f7",
"body": "…75a0e6bcb3313a3431fc2f39d9eda38431560f48#diff-17211788a7a9f6f4ec78e138e513847b",
"is_bot": false,
"headline": "Workaround for https://github.com/mongodb/mongo-csharp-driver/commit/…",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2019-02-15T10:56:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0781166a36101bcd0eec8db4e1c57d354b4bbd7b",
"body": null,
"is_bot": false,
"headline": "https://github.com/OrleansContrib/Orleans.Providers.MongoDB/issues/54",
"author_name": "Benjamin Boyle",
"author_login": "bboyle1234",
"committed_at": "2018-10-03T04:44:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e13dbd573976d3af63f3c291d970a37dbf7f992",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'OrleansContrib/master'",
"author_name": "Benjamin Boyle",
"author_login": "bboyle1234",
"committed_at": "2018-06-12T06:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bea4484eb6eaf39576dedf54740ab6fd5eb3c26c",
"body": "…_default_values\n\nFix serialization of nulls and default values",
"is_bot": false,
"headline": "Merge pull request #45 from bboyle1234/fix_serialization_of_nulls_and…",
"author_name": "Sebastian Stehle",
"author_login": "SebastianStehle",
"committed_at": "2018-06-12T06:25:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 19,
"latest_release_at": "2026-01-06T10:50:13Z",
"latest_release_tag": "v9.5.0",
"releases_from_tags": true,
"days_since_last_push": 189,
"active_weeks_last_year": 8,
"days_since_latest_release": 196,
"mean_days_between_releases": 70
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Orleans.Providers.MongoDB",
"exists": true,
"license": null,
"keywords": [
"Orleans",
"OrleansProviders",
"MongoDB"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Orleans.Providers.MongoDB",
"is_deprecated": false,
"latest_version": "9.5.0",
"repository_url": "https://github.com/OrleansContrib/Orleans.Providers.MongoDB",
"versions_count": 51,
"total_downloads": 1371630,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-01-12T21:40:53.750000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 189
}
]
},
"popularity": {
"forks": 48,
"stars": 112,
"watchers": 16,
"fork_history": {
"days": [
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-07-31",
"count": 1
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2019-03-20",
"count": 2
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-04-10",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-06-10",
"count": 2
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
}
],
"complete": true,
"collected": 48,
"total_forks": 48
},
"star_history": {
"days": [
{
"date": "2017-01-31",
"count": 1
},
{
"date": "2017-05-14",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-08-16",
"count": 2
},
{
"date": "2017-09-28",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-07-29",
"count": 1
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-05-05",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-08-07",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-09-24",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-02-02",
"count": 2
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-06-09",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-06-24",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-25",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-09-28",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-17",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-01",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
}
],
"complete": true,
"collected": 112,
"total_stars": 112
},
"open_issues_and_prs": 4
},
"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": [
"Benchmarks/Orleans.Providers.MongoDB.Benchmarks.csproj",
"Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"Test/GrainInterfaces/Orleans.Providers.MongoDB.Test.GrainInterfaces.csproj",
"Test/Grains/Orleans.Providers.MongoDB.Test.Grains.csproj",
"Test/Host/Orleans.Providers.MongoDB.Test.Host.csproj",
"UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj"
],
"largest_source_bytes": 9669,
"source_files_sampled": 80,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Benchmarks/Orleans.Providers.MongoDB.Benchmarks.csproj",
"Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 22,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Microsoft.Orleans.Reminders",
"manifest": "Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.1"
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.0"
},
{
"name": "MongoDB.Driver",
"manifest": "Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.0"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "17.14.1"
},
{
"name": "MongoSandbox.Core",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "xunit",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.9.3"
},
{
"name": "MongoSandbox6.runtime.linux-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox6.runtime.osx-arm64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox6.runtime.win-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox7.runtime.linux-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox7.runtime.osx-arm64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox7.runtime.win-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox8.runtime.linux-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox8.runtime.osx-arm64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "MongoSandbox8.runtime.win-x64",
"manifest": "UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "17.14.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Orleans.Reminders",
"direct": true,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.SourceLink.GitHub",
"direct": true,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoDB.Driver",
"direct": true,
"version": "3.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox.Core",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox6.runtime.linux-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox6.runtime.osx-arm64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox6.runtime.win-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox7.runtime.linux-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox7.runtime.osx-arm64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox7.runtime.win-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox8.runtime.linux-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox8.runtime.osx-arm64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "MongoSandbox8.runtime.win-x64",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": true,
"version": "2.9.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Hosting",
"direct": false,
"version": "9.0.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Console",
"direct": false,
"version": "9.0.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Orleans.Core",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Orleans.Core.Abstractions",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Orleans.Sdk",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Orleans.Streaming",
"direct": false,
"version": "9.0.1",
"ecosystem": "nuget"
},
{
"name": "NBomber",
"direct": false,
"version": "6.1.2",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 22,
"direct_count": 15,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 59,
"open_issues": 4,
"closed_ratio": 0.953,
"closed_issues": 81,
"closed_unmerged_prs": 16
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "laredoza",
"commits": 145,
"avatar_url": "https://avatars.githubusercontent.com/u/5489412?v=4"
},
{
"type": "User",
"login": "SebastianStehle",
"commits": 99,
"avatar_url": "https://avatars.githubusercontent.com/u/1236435?v=4"
},
{
"type": "User",
"login": "justin-lovell",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/178498?v=4"
},
{
"type": "User",
"login": "wassim-k",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/23705288?v=4"
},
{
"type": "User",
"login": "bboyle1234",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/1445862?v=4"
},
{
"type": "User",
"login": "vella-nicholas",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/15168760?v=4"
},
{
"type": "User",
"login": "galvesribeiro",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4714040?v=4"
},
{
"type": "User",
"login": "MarkusGeigerDev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32930997?v=4"
},
{
"type": "User",
"login": "NorekZ",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22442049?v=4"
},
{
"type": "User",
"login": "oleglukin",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2648582?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.463
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"default.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": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 5,
"reason": "8 out of 16 merged PRs checked by a CI test -- score normalized to 5",
"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": 5,
"reason": "Found 10/19 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 10,
"reason": "packaging workflow 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": "2c8d7283c366e84a622a8b0b048a745522d9a9cc",
"ran_at": "2026-07-21T20:47:49Z",
"aggregate_score": 4.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/OrleansContrib/Orleans.Providers.MongoDB",
"host": "github.com",
"name": "Orleans.Providers.MongoDB",
"owner": "OrleansContrib"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 28,
"inputs": {
"security": 39,
"vitality": 36,
"community": 59,
"governance": 74,
"engineering": 62,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 55,
"overall_after_jurisdiction_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 36,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 19,
"human_commit_share": 0.99,
"days_since_last_push": 189,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 189 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 189
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "19 commits in the last year",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 19
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v9.5.0",
"releases_from_tags": true,
"days_since_latest_release": 196,
"mean_days_between_releases": 70
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 196 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 196
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~70 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 70
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "queues_not_read",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 196,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 48,
"stars": 112,
"watchers": 16,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "112 stars",
"points": 33.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 112
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "48 forks",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 48
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "16 watchers",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 16
}
}
],
"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": "good",
"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": 80,
"inputs": {
"packages": [
"Orleans.Providers.MongoDB"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 1371630,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,371,630 downloads all-time across nuget",
"points": 63.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1371630,
"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": "good",
"name": "Sustainability & Governance",
"value": 74,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 28,
"top_contributor_share": 0.463
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 59,
"open_issues": 4,
"closed_issues": 81,
"issue_closed_ratio": 0.953,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "59/75 decided PRs merged",
"points": 30.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 59,
"decided": 75
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/19 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"followers": 151,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "OrleansContrib",
"public_repos": 62,
"account_age_days": 4492
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "151 followers of OrleansContrib",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 151,
"login": "OrleansContrib"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "62 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 62
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"Orleans.Providers.MongoDB"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 189
},
"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 189 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 189
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "51 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 51
}
}
],
"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": 62,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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": "8 out of 16 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"orleans",
"orleans-storage-provider",
"mongodb"
],
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": 39,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.8,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 24,
"security_posture_before_jurisdiction": 48
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 16 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"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 10/19 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 detected",
"points": 5,
"status": "met",
"details": [],
"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 22 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": 22
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 22,
"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": 22,
"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": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": 50,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.364,
"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": "36 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"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": [
"Benchmarks/Orleans.Providers.MongoDB.Benchmarks.csproj",
"Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj",
"Test/GrainInterfaces/Orleans.Providers.MongoDB.Test.GrainInterfaces.csproj",
"Test/Grains/Orleans.Providers.MongoDB.Test.Grains.csproj",
"Test/Host/Orleans.Providers.MongoDB.Test.Host.csproj",
"UnitTest/Orleans.Providers.MongoDB.UnitTest.csproj"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Benchmarks/Orleans.Providers.MongoDB.Benchmarks.csproj, Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj, Test/GrainInterfaces/Orleans.Providers.MongoDB.Test.GrainInterfaces.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Benchmarks/Orleans.Providers.MongoDB.Benchmarks.csproj, Orleans.Providers.MongoDB/Orleans.Providers.MongoDB.csproj, Test/GrainInterfaces/Orleans.Providers.MongoDB.Test.GrainInterfaces.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": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 9669,
"source_files_sampled": 80,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/80 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 80,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T20:48:15.615647Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/OrleansContrib/Orleans.Providers.MongoDB.svg",
"full_name": "OrleansContrib/Orleans.Providers.MongoDB",
"license_state": "standard",
"license_spdx": "MIT"
}