Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3432,
"has_wiki": false,
"homepage": "https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection",
"languages": {
"C#": 259613,
"Batchfile": 347,
"PowerShell": 796
},
"pushed_at": "2026-07-24T02:50:53Z",
"created_at": "2016-05-19T15:15:14Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T02:51:01Z",
"description": "Castle Windsor ASP.NET Core / Microsoft.Extensions.DependencyInjection Adapter",
"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://volosoft.com",
"name": "Volosoft",
"type": "Organization",
"login": "volosoft",
"company": null,
"location": "Istanbul",
"followers": 163,
"avatar_url": "https://avatars.githubusercontent.com/u/13433878?v=4",
"created_at": "2015-07-21T11:07:42Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 4024
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2020-08-19T08:06:27Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2017-12-25T08:59:41Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2017-11-08T06:02:05Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2017-10-12T08:40:31Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2017-08-18T12:12:44Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2017-07-17T13:22:05Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2017-07-13T06:14:32Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2017-06-15T07:12:20Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2017-04-20T06:52:06Z"
},
{
"tag": "v2.0.0-preview3",
"kind": "prerelease",
"published_at": "2017-04-09T09:46:58Z"
},
{
"tag": "2.0.0-preview1-1",
"kind": "prerelease",
"published_at": "2017-04-05T13:18:36Z"
},
{
"tag": "2.0.0-preview1",
"kind": "prerelease",
"published_at": "2017-03-31T18:32:28Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2017-03-27T08:06:25Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2017-03-27T07:10:56Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2017-02-24T06:23:09Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2016-11-29T08:57:00Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2016-11-28T18:27:47Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2016-07-25T07:58:13Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2016-06-29T20:51:29Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2016-06-21T14:03:50Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2016-05-23T11:52:11Z"
}
],
"recent_commits": [
{
"oid": "9b42aebc5a170cb6f11532907e281c1fc98837ef",
"body": "Key keyed-parameter metadata by metadata token and position to fix race condition",
"is_bot": false,
"headline": "Merge pull request #52 from adutton/fix/parameterinfo-identity-race",
"author_name": "Ma Liming",
"author_login": "maliming",
"committed_at": "2026-07-24T02:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b5184103b8bad30987e31361c91972555e7b86",
"body": "Also assert every parameter position regenerates in the sanity-check helper\nso a non-zero-position test relies on a real ParameterInfo generation.",
"is_bot": false,
"headline": "Add regression test for keyed parameter at non-zero constructor position",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-07-24T02:50:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daeb7f49e0f28976c6c3e433c9d500260a43a24f",
"body": "TypeKeyedMetadataRegistry cached entries by ParameterInfo reference, but the\nruntime creates ParameterInfo arrays lazily and without synchronization, so\nthreads racing the first GetParameters() call observe different instances.\nA cache populated by the losing generation then misses every later lookup:\n[ServiceKey] activation fails with DependencyResolverException and\n[FromKeyedServices] silently injects the non-keyed default instead.",
"is_bot": false,
"headline": "Key keyed-parameter metadata by metadata token and position",
"author_name": "Aaron Dutton",
"author_login": "adutton",
"committed_at": "2026-07-23T16:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b97b79490f42f1f275cd9c1f87b3eba0029da84",
"body": null,
"is_bot": false,
"headline": "upgrade project to .net 10",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2026-07-16T12:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7189fd865aad12da499d8a0f61b53d57c181776d",
"body": null,
"is_bot": false,
"headline": "update project version",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2026-07-16T11:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e472ae7832df868e645f768b21ed203b6ee88fbd",
"body": "Reverse non-keyed collections in resolver logic",
"is_bot": false,
"headline": "Merge pull request #50 from volosoft/fix/non-keyed-collection-ordering",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2026-07-14T11:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a33c488720819d99d7bec743d55a1e96e42433",
"body": "Non-keyed IEnumerable<T> now resolves through a shared helper mirroring\nDefaultKernel.ResolveAll, and the [FromKeyedServices(null)] path reuses it.\nThis fixes the CircularDependencyException introduced for keyed services.",
"is_bot": false,
"headline": "Port ResolveAll semantics into non-keyed collection resolution",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-07-14T09:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a04eb9f9d19c94d26894048385d55993311a46b",
"body": null,
"is_bot": false,
"headline": "Reverse non-keyed collections in resolver logic",
"author_name": "Oğuzhan Ağır",
"author_login": "oguzhanagir",
"committed_at": "2026-07-13T11:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd74ea0af81dacc4adcea56545f809ccc3f2b0b0",
"body": "Support keyed services",
"is_bot": false,
"headline": "Merge pull request #49 from zvirja/support-keyed-services",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2026-06-02T06:46:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e63c1ab91b3ad1eebfa8aeab3e7532beea509fa",
"body": null,
"is_bot": false,
"headline": "add keyed services to README file",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2026-06-02T06:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b1102f854c9019f4e5628d5a6675f496ed4f50",
"body": null,
"is_bot": false,
"headline": "Remove redundant double-check for generics",
"author_name": "Oleksandr Povar",
"author_login": null,
"committed_at": "2026-05-22T20:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9bdde17bca16b635f13e9a633bcd45fa1bdc599",
"body": null,
"is_bot": false,
"headline": "Extract resolve utilities to helpers",
"author_name": "Oleksandr Povar",
"author_login": null,
"committed_at": "2026-05-22T20:27:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bea5d5b589332d7d2abd203d07f25d5254f3596",
"body": null,
"is_bot": false,
"headline": "Move Castle-only tests to the right place",
"author_name": "Oleksandr Povar",
"author_login": null,
"committed_at": "2026-05-22T19:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d9c2bf77d51acb5a5bd6154fecf01f9df522dd",
"body": null,
"is_bot": false,
"headline": "Enhance code",
"author_name": "Oleksandr Povar",
"author_login": null,
"committed_at": "2026-05-22T19:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4db36aa9e3aaa0dfd25108f0859f1ee90dab99",
"body": "ResolveAllWindsorKeysForService was matching specific-key queries against\nentry.Key == serviceId.Key without filtering out IsAnyKeyExpansion entries.\nThe expansion published by a prior single-instance resolve (its Key field\nis the actualKey) therefore leaked into the specific-key collection, while\nM\n[…]\nrmUp\n- GetKeyedServices_SpecificKey_With_Explicit_And_AnyKey_Stays_Explicit_Only_After_WarmUp\n\nThe pre-existing \"no warm-up\" parity tests passed vacuously because the\nexpansion entry didn't exist yet.",
"is_bot": false,
"headline": "Exclude AnyKey expansions from GetKeyedServices(specific_key) collection",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T10:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a6a5c11ac7a23f85170b86f2182a31360117090",
"body": "The previous variants in WindsorSpecificKeyedTests resolved through\nBuildWindsor() directly, only exercising the Windsor adapter side. The\nParityRunner framework runs the same scenario against the real MS DI 10\ncontainer as well and asserts the two backends agree, which is the\nconvention the rest of\n[…]\nurrent_AnyKey_Expansion_With_Kernel_\nQueries_DoesNotDeadlock stays in WindsorSpecificKeyedTests because the\ndeadlock scenario is intrinsically tied to Castle's lock model and has no\nMS DI counterpart.",
"is_bot": false,
"headline": "Convert issue #48 and empty-enumerable tests to real parity tests",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T10:12:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fbd8837524ee766beb6538878f2d2633be18714",
"body": "…ions\n\n- MsCompatibleCollectionResolver exception message had an extra closing\n parenthesis. Reword to \"Kernel must have ... registered.\"\n- ParityRunner XML docs referenced \"Microsoft.Extensions.DependencyInjection\n 8.0.0\", but the test project references 10.x. Update to 10.0.0.",
"is_bot": false,
"headline": "Address Copilot review: fix exception message typo and stale doc vers…",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T10:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a082bf126a321b90365ebebe3756f8f6c8c78b3",
"body": "…parity\n\n- WindsorKeyedSpecificationTests.Dispose now asserts MsLifetimeScope.Current\n is null to catch scope leaks across tests, matching the same guard in\n WindsorSpecificationTests. The empty Dispose belied its own intent.\n- Add a parity test pinning that GetKeyedServices<T>(specific_key) with \n[…]\nn AnyKey registration returns an empty collection. Verified against the\n real MS DI 10.0.0 to be the spec behavior (AnyKey templates are only\n materialized by single-instance specific-key resolves).",
"is_bot": false,
"headline": "Address Copilot review: scope-leak assertion and AnyKey specific-key …",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T10:11:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1beaca0be052c7948c24e044a9ed603c4dfa6fd3",
"body": "…rder in keyed collection\n\n- ScopedWindsorServiceProvider.ResolveInstanceOrNull now throws\n InvalidOperationException when GetRequiredService is called for a service\n with no registration, matching ISupportRequiredService / MS DI semantics.\n Previously fell through and returned null via the HasCo\n[…]\nce preserves registration\n order by collecting matches into a List<string> and using HashSet only as a\n seen-set. Parity tests assert ordering and HashSet enumeration was not\n contractually stable.",
"is_bot": false,
"headline": "Address Copilot review: throw on missing required service, preserve o…",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T10:11:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5e3912b9093290d1152872a7349c78b545a10fe",
"body": "Pins the MsCompatibleCollectionResolver allowEmptyCollections behavior:\na ctor parameter typed IEnumerable<T> must be injected as an empty sequence\nwhen no T is registered, instead of failing the resolution. With the wrong\ndefault (allowEmptyCollections: false) this test fails the same way the\nreal ASP.NET Zero / Abp 11.2.0 Web.Mvc host fails at HostBuilder.Build with\na HandlerException.",
"is_bot": false,
"headline": "Add unit test for empty IEnumerable<T> ctor injection",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T08:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f700f6f5403e14d28bff9b30c52c3977c822f75",
"body": "The pre-PR adapter (4.1.0) passed allowEmptyCollections: true to the base\nCollectionResolver. The PR rewrite of MsCompatibleCollectionResolver dropped\nthat argument, which made Castle Windsor require every handler bound to a\ncollection dependency (e.g. IEnumerable<ILoggerProvider>) to be fully\nsatis\n[…]\n integration-testing against a real ASP.NET Zero (Abp 11.2.0) Web.Mvc\nhost; not surfaced by the parity unit tests because the test fixtures do not\nregister such partially-satisfiable collection items.",
"is_bot": false,
"headline": "Fix MsCompatibleCollectionResolver missing allowEmptyCollections: true",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T08:45:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4458360ea99689e5f0c92e0c9204a2568956216e",
"body": "- Cross-thread within same scope still resolves the same scoped keyed dep\n- Nested scope creates a distinct scoped instance, parent stays consistent\n- Records with value equality work as keys\n- GetKeyedService(AnyKey) throws even when explicit + AnyKey both register",
"is_bot": false,
"headline": "Add parity coverage for cross-thread, nested scopes and complex keys",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T08:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8faaf16e29b685de3f785db67fd2dda50700a4",
"body": "Pin the three keyed descriptor shapes (type/factory/instance) and a mixed\ncase so a third-party library that calls AddKeyedXxx (AddOpenApi,\nAddStandardResilienceHandler, Scalar, ...) cannot reintroduce the original\n\"This service descriptor is keyed\" startup crash.",
"is_bot": false,
"headline": "Add regression tests for issue #48 third-party keyed descriptors",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T07:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a0ae7be0e4e86c5fd413255bb7ebc88b881f161",
"body": "ExpandTemplateOrGetExistingExpansion previously invoked container.Register\nwhile holding _sync, ordering _sync -> Windsor lock. Another thread holding\nthe Windsor lock and reaching the registry via the sub-resolver could form\nan inverse path and deadlock. Wrap each expansion in a Lazy<string>, run\ncontainer.Register outside _sync, and publish _byType after Register\nreturns so concurrent lookups go through the Lazy and block correctly.",
"is_bot": false,
"headline": "Fix lock-order inversion in KeyedServiceRegistry AnyKey expansion",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T07:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107e18d6ba522c676337ed73b3c99fb53aa09578",
"body": "KeyedServicesSubResolver captured a ScopedWindsorServiceProvider whose\nOwnMsLifetimeScope was null at registration time; its GetKeyedService path\nthen overwrote MsLifetimeScope.Current to null, so MsScopedLifestyleManager\nfell back to transient. Resolve through the container directly to keep the\nambient scope intact.",
"is_bot": false,
"headline": "Fix scoped keyed service downgraded to transient via [FromKeyedServices]",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2026-05-22T07:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b975ff5ea8f9640ba2bae0332b1152c01ee471e",
"body": null,
"is_bot": false,
"headline": "Support Keyed services",
"author_name": "Oleksandr Povar",
"author_login": null,
"committed_at": "2026-05-20T13:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641252c3b60dd8affeb5247b3c890564d918596a",
"body": "Wrap AddServices in an IWindsorInstaller to reduce registration/startup time",
"is_bot": false,
"headline": "Merge pull request #46 from baodden/wrap-addservices-in-installer",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2023-12-26T13:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19eeda2722f2dc487efcbace673d15924cdd334",
"body": "…imizeDependencyResolution() triggering on every call to .Register(..)",
"is_bot": false,
"headline": "Wrap AddServices in an IWindsorInstaller to avoid IKernelInternal.Opt…",
"author_name": "Bjørn Are Odden",
"author_login": "baodden",
"committed_at": "2023-11-18T01:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db284d585d47c2d97da186f3d1a6de20bf6d0dba",
"body": null,
"is_bot": false,
"headline": "Change version number to 4.1.0",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2023-10-17T07:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02743a2d3d828f9f1a7570732a2e29d79b389669",
"body": "implement IServiceProviderIsService",
"is_bot": false,
"headline": "Merge pull request #45 from volosoft/feat/IServiceProviderIsService",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2023-10-17T01:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd1535d2fcc5630abd5b8580b4383ce648e5e3ee",
"body": null,
"is_bot": false,
"headline": "implement IServiceProviderIsService",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2023-10-16T13:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cce8e0c7b718b8c657664e36b3f7c9c23e176a3",
"body": null,
"is_bot": false,
"headline": "increased version number",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2023-08-09T06:32:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d07ab7e2823e87990b244e11e5e2d41969650158",
"body": "Upgrade to Castle.Windsor 6.0",
"is_bot": false,
"headline": "Merge pull request #44 from volosoft/feat/castle-windsor-6.0",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2023-08-08T17:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91c6d5661e73bb8009fa3fd673d5efb7110c0d98",
"body": null,
"is_bot": false,
"headline": "Upgrade to Castle.Windsor 6.0",
"author_name": "İsmail ÇAĞDAŞ",
"author_login": "ismcagdas",
"committed_at": "2023-08-02T06:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34427e7a0022e1de5dcd96bb5a179007f2aa0afc",
"body": null,
"is_bot": false,
"headline": "Increment version to 3.4.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2020-08-19T08:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07fafa758e589dd2224b7028185220eb73e13df6",
"body": "Change IServiceScopeFactory lifetime to singleton.",
"is_bot": false,
"headline": "Merge pull request #38 from volosoft/singleton-service-scope-factory",
"author_name": "maliming",
"author_login": "maliming",
"committed_at": "2020-08-18T00:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b185fbd15e6a998ec99481fbe51abc21e051e5e",
"body": null,
"is_bot": false,
"headline": "Change IServiceScopeFactory lifetime to singleton.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2020-08-17T19:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd1a284b9d1181475fdb44e2d2f1f9a1fcbd14f2",
"body": null,
"is_bot": false,
"headline": "Ignore the idea folder.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2020-08-17T19:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e3d96f54a2a02b8abc9588d64b55fedc99e1134",
"body": null,
"is_bot": false,
"headline": "Increment version.",
"author_name": "Halil ibrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2018-06-22T07:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80964d709cd48db208387c04ecf664605f7f2ff6",
"body": "if the target type is null will throw exception",
"is_bot": false,
"headline": "Merge pull request #29 from ly303550688/master",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2018-03-21T08:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adb7f2f14058a75672a830f5885a905ded8ab880",
"body": null,
"is_bot": false,
"headline": "if the target type is null will throw exception",
"author_name": "刘杨",
"author_login": "ly303550688",
"committed_at": "2018-03-19T18:42:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f59b4dc28bdddec928e37c84e4350861981bad25",
"body": null,
"is_bot": false,
"headline": "Updated nuget.exe",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-12-25T13:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24d5279875395451ab029cd28ae573c72327818",
"body": null,
"is_bot": false,
"headline": "Incremented version to 3.3.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-12-25T08:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ead0b609b73c9e9f7e44ec41d1c369fc7a78f4",
"body": null,
"is_bot": false,
"headline": "released serviceprovider inside servicescope",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-12-25T08:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b06403b6ceba627eef88a808b72a0035c8bb693a",
"body": "Fix Memory leaks with ScopedWindsorServiceProvider",
"is_bot": false,
"headline": "Merge pull request #27 from flexem/FixMemoryLeaks",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-12-25T08:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2a6d20c818177f8873abdb1ab803904ec796325",
"body": null,
"is_bot": false,
"headline": "Fixes Memory Leaks.",
"author_name": "xugang",
"author_login": null,
"committed_at": "2017-12-25T07:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b6bf8764a0db16255fb5e0fe823b2493d87ca5e",
"body": "Add failing unit test for issue #23",
"is_bot": false,
"headline": "Merge pull request #24 from mbp/add-unit-test-for-serviceoverride-bug",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-12-05T06:04:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a316f4f3a42d06d1d0b593d99195e7dedb95cd1",
"body": null,
"is_bot": false,
"headline": "Add failing unit test",
"author_name": "Morten Brix Pedersen",
"author_login": null,
"committed_at": "2017-12-04T15:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4453df69c7d5bc917f19c9f708ca00b4d1962c2b",
"body": null,
"is_bot": false,
"headline": "Incremented version to 3.2.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-11-08T06:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "944aefb76cea1cf6b29685b499a5bc9cd1bb19f7",
"body": "Fixed order of items returned for IEnumerable<T> in nested dependencies",
"is_bot": false,
"headline": "Merge pull request #21 from Katulus/fix-collection-dependency-resolving",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-11-08T05:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a897a658217e17f8ed9c6feb2005716be9a34ef2",
"body": null,
"is_bot": false,
"headline": "Fixed order of items returned for IEnumerable<T> in nested dependencies",
"author_name": "Jiri Tomek",
"author_login": null,
"committed_at": "2017-11-02T14:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42d03c4435a970ed12167c656c7187f9863d7f93",
"body": null,
"is_bot": false,
"headline": "Increment version to 3.1.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-10-12T08:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73d733e26b42cba60f111f99d0f098c382b1fa3",
"body": null,
"is_bot": false,
"headline": "Upgraded nuget package dependencies.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-10-12T08:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1592d32d04b124792d26a2f5d86eba00ba6459dc",
"body": null,
"is_bot": false,
"headline": "Do not include symbols for nuget packages.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-08-21T13:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0033b33ed4b774980428b5cfeb1b608e42977c0c",
"body": null,
"is_bot": false,
"headline": "Incremented version to 3.0.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-08-18T12:02:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d616a4be7c259598b91c1bd909f3e8786f76bf65",
"body": null,
"is_bot": false,
"headline": "Upgraded to .netstandard 2.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-08-15T12:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d916327cc8cc1fe3377c79fd6fecf565783bb52",
"body": "…the nuget package.",
"is_bot": false,
"headline": "Resolved #16: Enable sourcelink integration and include PDF files to …",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-07-17T13:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123a86f4d1d8ef1dcb5cb06fa795dba944871e7e",
"body": "…o Castle.Windsor 4.0.0.",
"is_bot": false,
"headline": "Resolved #15: Change .NET Standard dependency from Fortress.Windsor t…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-07-13T06:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9811b1f3198d5e05e82c643b6c5db2b31aa99a6",
"body": null,
"is_bot": false,
"headline": "Incremented version to 2.0.1.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-06-15T07:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c702466e21f223150e63ebb6d410766df4e329e",
"body": "…fe manner.",
"is_bot": false,
"headline": "Fixed #14: MsLifetimeScope must use _resolvedInstances in a thread sa…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-06-15T07:09:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6034312b7b41ea5940c9a856b6e95c65a4cf990",
"body": null,
"is_bot": false,
"headline": "Rename to IsInResolving.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-06-15T07:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f07521411d9d1d98d6f8c09443d167db140b774",
"body": "…s-adapter",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/volosoft/castle-windsor-m…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-05-02T07:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6440d810dfe007eb88470d5d23fd30b94333dc0",
"body": null,
"is_bot": false,
"headline": "Use extension method for WindsorRegistrationHelper.AddServices",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-05-02T07:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d0bf972555f6f8c3e753e8569066b7b6763a4a",
"body": null,
"is_bot": false,
"headline": "Fixed #13",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-25T08:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7188d9b333bd8d1eccbb16cd372237b2cecfe8db",
"body": null,
"is_bot": false,
"headline": "Changed version to 2.0.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-20T06:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bae274f68f1ea0e5addba49638f098206d783c0",
"body": "Rewrite",
"is_bot": false,
"headline": "Merge pull request #12 from volosoft/rewrite",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-20T06:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd5818acdd3314d305182774077b14e156b1bc0",
"body": null,
"is_bot": false,
"headline": "Add new unit test: Resolving_On_Same_Scope_Should_Be_Thread_Safe",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-20T06:23:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50cacd63e8ffbc386c44eafb2506bbf9b459ad32",
"body": null,
"is_bot": false,
"headline": "Resolving on same scope should be thread safe.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-20T06:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835e31c805339bf1b674c97733f771c1ef4d3bce",
"body": "… internals of WindsorRegistrationHelper.",
"is_bot": false,
"headline": "Made WindsorRegistrationHelper.AddServices method public and refactor…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-10T10:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d325198e647d6dac3fa6b4de3060dd99f1a5c76",
"body": null,
"is_bot": false,
"headline": "Resolved #11: Change design of the resolving progress.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-08T19:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c5521bdedcf3d3ac74325e0b87d6d98c48091bd",
"body": "…o the container.",
"is_bot": false,
"headline": "Fixe #10: Can not release transient services if directly registered t…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-08T16:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4135a8bffd1e8b1be5182b28931ffdf07d02e699",
"body": null,
"is_bot": false,
"headline": "fix unit tests",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-07T13:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f7dd8ba6d66305d7f8b2da0d2a3da6856abc9ea",
"body": null,
"is_bot": false,
"headline": "Incremented version.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-07T08:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91510c0c8efce2ecc7ad6791bada3a83de1e7e8e",
"body": null,
"is_bot": false,
"headline": "Track object if it's not already being tracked.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-07T08:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cfe503b1603751b99f58f2d852b3793e439c663",
"body": null,
"is_bot": false,
"headline": "Change version to 2.0.0-preview1-1",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-05T13:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5839bd9b10699a958f1ddebc30c67190febb55ff",
"body": null,
"is_bot": false,
"headline": "MsScopedLifestyleManager should act as singleton for global scope.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-04-05T13:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9194fd8b1d7713fd005e74c8600f8003fcd9a24",
"body": null,
"is_bot": false,
"headline": "Add pack.ps1",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-31T18:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e608f5ed926782ef95d2cd34cede707ae5213a",
"body": null,
"is_bot": false,
"headline": "Incremented version for preview release.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-31T18:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab0e68dfb1306deae346d8461e8d93330793db1",
"body": null,
"is_bot": false,
"headline": "upgrade Fortress.Windsor to 0.6.1.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-30T10:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "490fad51d424da549bd51281310b2acb83733773",
"body": null,
"is_bot": false,
"headline": "Reference to fortress.windsor 0.6.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-30T10:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5a724768448f57021f5c29cb47fb89eb38ba301",
"body": null,
"is_bot": false,
"headline": "Conditionally depend on Castle or Fortress.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-29T07:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34b86b787e53ee913292fd63c3c7bf40e368864e",
"body": null,
"is_bot": false,
"headline": "Incremented version to 2.0.0",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T18:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ef91648b3ab208bc3c43d36214a758e2478457",
"body": null,
"is_bot": false,
"headline": "Target also to netstandard1.5",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T18:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0646eb07ba28b40e5a2ac97a2cb16f87ef0361ec",
"body": null,
"is_bot": false,
"headline": "Upgraded xunit",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T17:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee2dc849376f64ee93b570f3d1b7617028e69b4",
"body": null,
"is_bot": false,
"headline": "Converted to VS2017 format.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T17:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be15377fa3a289328b50ee2645c748c25f33f164",
"body": null,
"is_bot": false,
"headline": "Fixed #8: Can not resolve registered IEnumerable<T>.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T08:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "042ec2c90c1782b200cd1de99573782bd0f844ab",
"body": null,
"is_bot": false,
"headline": "Incremented version to 1.3.2.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T07:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01467a5c15f95f0bfc9f75ff53020bfa1d3a4434",
"body": null,
"is_bot": false,
"headline": "Fixed #7: Can not resolve registered IEnumerable<T>.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-27T07:08:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45c4d4e542f28393101c7f4e3990542401627c3c",
"body": "…uldWork test",
"is_bot": false,
"headline": "#6 Remove windsor release in ResolvingAndDisposingWithIInterceptorSho…",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-22T07:21:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b24c1ae482741d6de2f641a9578726b81827213",
"body": null,
"is_bot": false,
"headline": "Added unit tests for #6: Potential Memory Leak when using IInterceptor.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-03-22T06:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48b985f7f3e56209c93aa11bc981a9a2c478d53f",
"body": null,
"is_bot": false,
"headline": "Incremented version.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-02-24T06:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2db1d5340417fe1769a37f9cd737bacf54b551d",
"body": null,
"is_bot": false,
"headline": "#4 Upgrade to Castle.Windsor 3.4.0.0.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2017-02-24T06:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81f543e851cf73b5716db0e2fedcf2d6ddc246b",
"body": null,
"is_bot": false,
"headline": "Test for #3.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-12-28T19:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f10b8beb275cfc0b476a81e9ea889cd6b01125df",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-12-01T12:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789cf0f1893487d366e9ba24a76b8b61ffef6480",
"body": null,
"is_bot": false,
"headline": "Incremented version.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-29T08:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04aa3efb0119bbe2dace50eee7a4dec42a058cbb",
"body": null,
"is_bot": false,
"headline": "Resolved #1: Added subresolver for options.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-29T08:54:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e052041febfb1333ad70abe85c2d84e2c891ef72",
"body": null,
"is_bot": false,
"headline": "Resolved #2 Implement new IServiceProviderFactory",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-29T08:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808dbb31d59be016956582507507647aa1c037c6",
"body": null,
"is_bot": false,
"headline": "Incremented version.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-28T18:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c4ddbba360d3c596c954580dccb07da1a2b28f",
"body": null,
"is_bot": false,
"headline": "#1 Upgraded to Microsoft.Extensions.DependencyInjection v1.1.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-28T18:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99dfa6728445cda156f2957246856e1e44271b36",
"body": null,
"is_bot": false,
"headline": "Remove sdk specification.",
"author_name": "Halil İbrahim Kalkan",
"author_login": "hikalkan",
"committed_at": "2016-11-28T18:02:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 26,
"latest_release_at": "2020-08-19T08:06:27Z",
"latest_release_tag": "v3.4.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 5,
"days_since_latest_release": 2168,
"mean_days_between_releases": 136.4
},
"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": "Castle.Windsor.MsDependencyInjection",
"exists": true,
"license": null,
"keywords": [
"Windsor",
"Castle",
"AspNetCore",
"DI",
"IoC",
"DNX",
"DependencyInjection",
"Extensions"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection",
"is_deprecated": false,
"latest_version": "6.0.0",
"repository_url": "https://github.com/volosoft/castle-windsor-ms-adapter",
"versions_count": 24,
"total_downloads": 14939727,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-27T13:34:57.460000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 30,
"stars": 86,
"watchers": 21,
"fork_history": {
"days": [
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-08-21",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-06-13",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2021-10-23",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 30,
"total_forks": 30
},
"star_history": null,
"open_issues_and_prs": 7
},
"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": [
"src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj"
],
"largest_source_bytes": 16927,
"source_files_sampled": 67,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 11,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "17.6.3"
},
{
"name": "xunit",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.9.3"
},
{
"name": "xunit.runner.visualstudio",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.9.3"
},
{
"name": "xunit.extensibility.execution",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "2.9.3"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Specification.Tests",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.8"
},
{
"name": "Shouldly",
"manifest": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.2.1"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"manifest": "src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "Microsoft.Extensions.Options",
"manifest": "src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.0"
},
{
"name": "Castle.Windsor",
"manifest": "src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj",
"ecosystem": "nuget",
"version_constraint": "6.0.0"
},
{
"name": "Castle.Core",
"manifest": "src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj",
"ecosystem": "nuget",
"version_constraint": "5.1.1"
},
{
"name": "SourceLink.Create.CommandLine",
"manifest": "src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj",
"ecosystem": "nuget",
"version_constraint": "2.8.3"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Castle.Core",
"direct": true,
"version": "5.1.1",
"ecosystem": "nuget"
},
{
"name": "Castle.Windsor",
"direct": true,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Specification.Tests",
"direct": true,
"version": "10.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options",
"direct": true,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "17.6.3",
"ecosystem": "nuget"
},
{
"name": "Shouldly",
"direct": true,
"version": "4.2.1",
"ecosystem": "nuget"
},
{
"name": "SourceLink.Create.CommandLine",
"direct": true,
"version": "2.8.3",
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": true,
"version": "2.9.3",
"ecosystem": "nuget"
},
{
"name": "xunit.extensibility.execution",
"direct": true,
"version": "2.9.3",
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": true,
"version": "2.9.3",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 11,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 12,
"open_issues": 7,
"closed_ratio": 0.8,
"closed_issues": 28,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hikalkan",
"commits": 84,
"avatar_url": "https://avatars.githubusercontent.com/u/1210527?v=4"
},
{
"type": "User",
"login": "maliming",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/6908465?v=4"
},
{
"type": "User",
"login": "ismcagdas",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/4133525?v=4"
},
{
"type": "User",
"login": "adutton",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/660358?v=4"
},
{
"type": "User",
"login": "baodden",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/51021383?v=4"
},
{
"type": "User",
"login": "oguzhanagir",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/90545225?v=4"
},
{
"type": "User",
"login": "ly303550688",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11519839?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.737
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"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 5 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": 6,
"reason": "Found 5/8 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": 10,
"reason": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "9b42aebc5a170cb6f11532907e281c1fc98837ef",
"ran_at": "2026-07-27T13:41:20Z",
"aggregate_score": 4.5,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T02:50:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 19,
"created_at": "2017-08-22T07:48:22Z",
"last_comment_at": "2019-02-02T18:00:29Z",
"last_comment_author": "jonnii"
},
{
"number": 22,
"created_at": "2017-11-22T20:53:16Z",
"last_comment_at": "2017-11-24T07:11:30Z",
"last_comment_author": "hikalkan"
},
{
"number": 28,
"created_at": "2018-01-27T20:02:21Z",
"last_comment_at": "2019-03-01T08:44:33Z",
"last_comment_author": "mbp"
},
{
"number": 32,
"created_at": "2018-12-19T16:02:44Z",
"last_comment_at": "2019-02-20T13:58:35Z",
"last_comment_author": "hikalkan"
},
{
"number": 33,
"created_at": "2019-05-13T10:29:19Z",
"last_comment_at": "2020-02-10T20:41:43Z",
"last_comment_author": "dquist"
},
{
"number": 41,
"created_at": "2020-11-22T00:43:15Z",
"last_comment_at": "2020-11-23T01:58:19Z",
"last_comment_author": "maliming"
},
{
"number": 42,
"created_at": "2021-10-25T09:07:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/volosoft/castle-windsor-ms-adapter",
"host": "github.com",
"name": "castle-windsor-ms-adapter",
"owner": "volosoft"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 56,
"vitality": 55,
"community": 61,
"governance": 64,
"engineering": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 26,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "26 commits in the last year",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 26
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 21,
"latest_release_tag": "v3.4.0",
"releases_from_tags": false,
"days_since_latest_release": 2168,
"mean_days_between_releases": 136.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2168 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2168
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~136.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 136.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"forks": 30,
"stars": 86,
"watchers": 21,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "86 stars",
"points": 31.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 86
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "30 forks",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 30
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "21 watchers",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 21
}
}
],
"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": 93,
"inputs": {
"packages": [
"Castle.Windsor.MsDependencyInjection"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 14939727,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "14,939,727 downloads all-time across nuget",
"points": 74.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 14939727,
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.737
},
"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 74% of commits",
"points": 5.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 12,
"open_issues": 7,
"closed_issues": 28,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "12/17 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 12,
"decided": 17
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/8 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 163,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "volosoft",
"public_repos": 6,
"account_age_days": 4024
},
"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": "163 followers of volosoft",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 163,
"login": "volosoft"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~11 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Castle.Windsor.MsDependencyInjection"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": "critical",
"name": "Engineering Quality",
"value": 23,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 5 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": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection",
"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": "https://www.nuget.org/packages/Castle.Windsor.MsDependencyInjection",
"points": 15,
"status": "met",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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 5 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 5/8 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "26 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 11 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": 11
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 11,
"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": 11,
"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": 8
},
"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": "at_risk",
"name": "AI Readiness",
"value": 38,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 26,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj",
"src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj, src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Castle.Windsor.MsDependencyInjection.Tests/Castle.Windsor.MsDependencyInjection.Tests.csproj, src/Castle.Windsor.MsDependencyInjection/Castle.Windsor.MsDependencyInjection.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 16927,
"source_files_sampled": 67,
"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/67 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 67,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch nuget package 'Castle.Windsor.MsDependencyInjection.Tests' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-27T13:41:39.800539Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/volosoft/castle-windsor-ms-adapter.svg",
"full_name": "volosoft/castle-windsor-ms-adapter",
"license_state": "standard",
"license_spdx": "MIT"
}