Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"aws-sdk",
"localstack",
"client-library",
"dotnet",
"dotnet-core"
],
"is_fork": false,
"size_kb": 774,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 409930,
"Shell": 188,
"PowerShell": 782
},
"pushed_at": "2026-07-29T12:02:25Z",
"created_at": "2019-05-19T09:25:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T12:02:45Z",
"description": "A lightweight .NET client for LocalStack",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "LocalStack.NET",
"type": "Organization",
"login": "localstack-dotnet",
"company": null,
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/50793344?v=4",
"created_at": "2019-05-19T08:32:24Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 2628
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-07-29T12:02:25Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-07-25T13:27:31Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2025-07-21T10:03:05Z"
},
{
"tag": "v2.0.0-preview1",
"kind": "prerelease",
"published_at": "2025-07-19T19:02:32Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2025-03-28T10:50:51Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2024-10-11T15:31:59Z"
},
{
"tag": "ce-v1.2.2",
"kind": "other",
"published_at": "2023-09-22T08:05:28Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2023-09-10T14:36:25Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2023-02-01T09:13:57Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2022-04-20T23:46:02Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2021-11-28T23:15:04Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2021-11-18T15:33:44Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2021-08-22T18:56:21Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2021-05-24T12:37:44Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2021-02-08T18:02:31Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-04-17T11:06:57Z"
},
{
"tag": "v0.8.0.163",
"kind": "other",
"published_at": "2019-05-20T18:26:58Z"
}
],
"recent_commits": [
{
"oid": "41e7f1c50ef7ec8ab3b6e70e6fe60ff269b4f4e7",
"body": "…hing\n\nci: publish to NuGet.org via Trusted Publishing instead of an API key",
"is_bot": false,
"headline": "Merge pull request #54 from localstack-dotnet/ci/nuget-trusted-publis…",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T12:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "673b0b941111c273beb41ae2e4d7764706d750e6",
"body": "The 2.0.1 publish failed with 403 \"The specified API key is invalid, has\nexpired, or does not have permission\" - NUGET_API_KEY aged out. Last successful\npublish was 2025-07-25 and nuget.org caps API keys at 365 days, so it expired\nalmost to the day. nuget.org now also marks API keys \"Not recommended\n[…]\nires the trusted publishing policy on nuget.org: package owner LocalStack.NET,\nrepository localstack-dotnet/localstack-dotnet-client, workflow publish-nuget.yml,\nno environment. That policy is active.",
"is_bot": false,
"headline": "ci: publish to NuGet.org via Trusted Publishing instead of an API key",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T11:52:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6513676e69dbbb006bcd42874fa8b40c156eef2a",
"body": "…factory-compat\n\nfix(extensions): tolerate ClientFactory<T> constructor change in AWS SDK 4.0.4+ (#52)",
"is_bot": false,
"headline": "Merge pull request #53 from localstack-dotnet/feature/issue-52-client…",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T11:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa4c9ba6be320977c1b0ff8167a64ebeebfa73c",
"body": "The ValidationError filter added in cba7309 was justified with a claim the\nevidence did not actually support: the functional suite passing is also\nconsistent with the catch never being entered, because the poll loop can exit\nthrough the DELETE_COMPLETE branch instead. A filter that always returned f\n[…]\n this catch is the loop's\nreal exit path rather than a fallback, which is the part the passing suite could\nnot have told us.\n\nComment only; the filter itself is unchanged and now carries its evidence.",
"is_bot": false,
"headline": "docs(functional): record the measured CloudFormation delete response",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T10:56:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47a6740d9020e2155712ca5fbb85c5dba828f313",
"body": "DescribeConstructors rendered parameter types with Type.Name, which collapses\nAction<ClientConfig, IServiceProvider> to \"Action`2\" - dropping precisely the\npart that identifies the parameter AWS added in 4.0.4. That text is what a bug\nreport quotes, and diagnosing the next signature change without a\n[…]\noad CA1307 asks\nfor does not exist on netstandard2.0, which this project still targets.\n\nCovered by a test asserting the arguments survive and no backtick remains.\n\nRaised by Copilot review on PR #53.",
"is_bot": false,
"headline": "fix(extensions): expand generic arguments in the constructor diagnostic",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T10:51:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cba73092040a0cea4167be95983ca67c0bdecba9",
"body": "DeleteStackAndWaitAsync caught every AmazonCloudFormationException from\nDescribeStacks and returned as though deletion had completed. Throttling,\ncredential and service errors would all have been read as success, leaving the\nstack - and the SNS topic and SQS queue its template owns - behind in the s\n[…]\nenarios 2/2 and\nthe full functional suite 50/50 on net8.0, confirming LocalStack does report\nValidationError for a deleted stack rather than some other error code.\n\nRaised by Copilot review on PR #53.",
"is_bot": false,
"headline": "fix(functional): only treat a missing stack as successful teardown",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T10:51:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8c3de18aaddece3ac063b85f00e7fac6d85d347",
"body": "Anyone installing LocalStack.Client.Extensions 2.0.0 today still hits issue #52:\nits floor is [4.0.2, ), so NuGet floats them straight onto 4.0.4+ where the\ninternal ClientFactory<T> constructor changed. The exception text is what people\nwill search for, so the README is where the answer belongs - w\n[…]\nng anything. The suppression is\nload-bearing; the comment says so.\n\nThe two README copies under src/ are refreshed by the PreBuild target and ship\ninside the packages, so they move with the root file.",
"is_bot": false,
"headline": "docs(readme): record the AWS SDK 4.0.4 breakage as a known issue",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T10:09:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4bb0fa7eeeb67f3e82df33716fff0c8185b8cbbe",
"body": "The slnx was added in 7669a28 but BuildContext still pointed Cake at\nLocalStack.sln, so every build, test and pack ran through the old file while the\nnew one was only used by hand. The two listed exactly the same twelve projects,\nbut that was maintained by hand - nothing enforced it, and a project a\n[…]\n .slnx open the 24 KB\nof shared naming, formatting and inspection-severity settings were not being\napplied at all. The file has no internal reference to the solution name, so the\nrename is sufficient.",
"is_bot": false,
"headline": "build: retire LocalStack.sln in favour of the slnx",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T10:09:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f539bf439cfccbff6992643c13d042da085a54b5",
"body": "PackageExtensionVersion 2.0.0 -> 2.0.1. PackageMainVersion stays at 2.0.0:\nLocalStack.Client has no source change, and the advisory on its\nAWSSDK.Core >= 4.0.0.15 floor is unreachable in practice because\nAWSSDK.Extensions.NETCore.Setup 4.0.100.5 declares AWSSDK.Core >= 4.0.100.6,\nso NuGet lifts it a\n[…]\ntensions.* bump that\nconsumers never see: every such reference in src/ carries an explicit\nVersionOverride, so the only consumer-visible dependency change is the\nAWSSDK.Extensions.NETCore.Setup floor.",
"is_bot": false,
"headline": "release: prepare LocalStack.Client.Extensions 2.0.1",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T09:49:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8da194b2c6abb7b06b14128394a3fb5c9338d17a",
"body": "The nuspec floor is deliberately raised to AWSSDK.Extensions.NETCore.Setup\n4.0.100.5, so proving the pre-4.0.4 constructor shape still works tests a\nconfiguration no consumer can install. Drop the `legacy` track, the\n`sdk-compat` CI job and the `SdkCompat` traits that only existed to filter\nit, and \n[…]\nre. Microsoft.SourceLink.GitHub stays on 10.0.301 - it has no\n 9.x release. Every Microsoft.Extensions.* reference in src/ carries an\n explicit VersionOverride, so no shipped dependency floor moves.",
"is_bot": false,
"headline": "refactor(build): simplify AWS SDK tracks and pin the toolchain to .NET 9",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T09:48:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90269eb62e5856dd3a4b4c69a54146f49d0ff751",
"body": "The pre-4.0.4 compatibility run shared the build-and-test job, which broke reporting.\nTestTask names its TRX by target framework alone (net8-0_results.trx), so the second\npass overwrote the first and dorny/test-reporter published the legacy results instead\nof the real ones - without the functional t\n[…]\nepo already applies to .idea/, *.user and Properties/launchSettings.json. It stays on\ndisk, only untracked. No history rewrite: the file carries no secret, the GitHub token\nis an ${ENV_VAR} reference.",
"is_bot": false,
"headline": "ci: isolate the legacy AWS SDK leg and stop tracking .mcp.json",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T08:29:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13aa2984f3a4c39860f2546167c622c440f2c461",
"body": "upload-artifact rejects '/' in artifact names, and the deploy job only ever runs on\nmaster pushes or feature/* pull requests - so every feature branch deploy failed at\nthe upload step with \"The artifact name is not valid ... Contains the following\ncharacter: Forward slash /\", after the packages had already been published.\n\nThe branch name is now sanitised into SAFE_REF first, mirroring the Replace('/', '-')\nthat BuildContext already applies when composing the package version.",
"is_bot": false,
"headline": "fix(ci): sanitise branch name used for the package artifact",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T08:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc7ab6066ee57f44459671b9d8fd9e5f3d5c8dd",
"body": "Two defects in the dynamic version generated for nightly/feature packages.\n\n1. Invalid SemVer between 00:00 and 09:59 UTC.\n\n The commit-SHA fallback emits DateTime.UtcNow.ToString(\"HHmmss\"), so a build at\n 07:58 produced \"2.0.0-<branch>.20260729.075853\". SemVer 2.0.0 forbids leading\n zeroes in\n[…]\nredirection behaviour, and the fallback now logs a warning instead of\n passing silently.\n\nVerified locally: dotnet pack now produces 2.0.0-test.20260729.c3176a1, matching\ngit rev-parse --short HEAD.",
"is_bot": false,
"headline": "fix(build): repair package version generation for GitHub Packages",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T08:06:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3176a1c76799ed9fa47bcf49b1e84d40fd61fd7",
"body": "…ainers\n\nScenario classes in a collection share one LocalStack container, so anything a test\nleaves behind is visible to every test that runs afterwards - including in other\nclasses. That made assertions about container state order dependent:\nMulti_Region_Tests_Async(\"eu-central-1\") asserts Assert.S\n[…]\nty bucket and these scenarios upload into it.\n\nVerified: full functional suite 50/50 on net8.0 and net9.0, and the previously\norder-dependent subsets (~SNS, ~Scenarios.SNS, ~CloudFormation) now agree.",
"is_bot": false,
"headline": "test(functional): guarantee per-test resource teardown in shared cont…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T07:53:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c63ac6ae4668a66d877ca18e11cad280a737388",
"body": "The macos-latest image no longer ships Mono, so VSTest aborts the net472 run with\n\"Could not find 'mono' host\". Linux is unaffected - ubuntu-22.04 still has it.\n\nGuarded by a presence check so the step becomes a no-op if a future image brings\nMono back.",
"is_bot": false,
"headline": "ci: install Mono on the macOS runner for net472 tests",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-29T07:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f868e09009e7148d14cbe504a950ce4a5a5e77",
"body": "Updates every action to latest: checkout v4->v7, cache v4->v6, setup-dotnet v4->v6,\nupload-artifact v4->v7, dependency-review-action v4->v5, dorny/test-reporter v1->v3.\n\nsetup-dotnet now also reads global-json-file so the SDK matches the repo pin, while\nthe explicit 8.0.x/9.0.x entries are kept beca\n[…]\ne by design, which is exactly why the 4.0.4 break went\nunnoticed for 70 days - CI only ever saw the pinned version while consumers floated.\nA failure there means \"AWS moved\", not \"we broke something\".",
"is_bot": false,
"headline": "ci: modernize workflows and add AWS SDK canary",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-28T22:54:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d53d2c59821e54207dd4d8a9fd3774e90737418f",
"body": "….4+ (#52)\n\nAWSSDK.Extensions.NETCore.Setup 4.0.4 (2026-05-20) changed the internal\nClientFactory<T> constructor:\n\n <= 4.0.3.40 ClientFactory(AWSOptions awsOptions)\n >= 4.0.4 ClientFactory(AWSOptions awsOptions,\n Action<ClientConfig, IServiceProvider> configAction \n[…]\nstic so it passes on either track.\nVerified green against 4.0.3.40, 4.0.100.5 and 4.0.100.7 (the reporter's version).\n\nPublic API unchanged; the resolution helpers are internal via InternalsVisibleTo.",
"is_bot": false,
"headline": "fix(extensions): tolerate ClientFactory<T> ctor change in AWS SDK 4.0…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-28T22:54:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9fb9e46733b9fdc8d986148448e39d6fcef0529",
"body": "Updates AWSSDK.Core to 4.0.100.6 and AWSSDK.Extensions.NETCore.Setup to 4.0.100.5\n(near-latest, well-adopted, both published 2026-07-17), 120 AWSSDK service packages,\nMicrosoft.Extensions.* to 10.0.10, and the analyzer/test toolchain to latest.\n\nResolves NU1901 (GHSA-9cvc-h2w8-phrp) on AWSSDK.Core 4\n[…]\n seven were NOT redundant -\nthey masked CS8620 nullability variance; the correct fix was Dictionary<string, string?>.\n\nAlso updates global.json to SDK 10.0.302 and the LICENSE copyright range to 2026.",
"is_bot": false,
"headline": "chore(deps): refresh dependencies and add AWS SDK compatibility tracks",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2026-07-28T22:54:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "78faa72add32a9940bc893861c949d438b7826d1",
"body": null,
"is_bot": false,
"headline": "feat(doc): Update issue templates",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-29T12:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d41c7000e4e13e905a976c209f33d82b2f709e",
"body": "- Add SECURITY.md with vulnerability reporting process and GitHub Advanced Security info\n- Clarify v2.x (AWS SDK v4) active development vs v1.x (LTS) support\n- Specify security patch policy for each version track\n- Add clear LTS commitment until July 2026 for v1.x\n- Provide specific upgrade guidance\n[…]\n CLA and Code of Conduct\n - Provide reviewer focus areas and quality gates\n\nPrepares project for .NET Foundation application by ensuring all required community health files and policies are in place.",
"is_bot": false,
"headline": "feat(community): add .NET Foundation compliance documentation",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-29T12:18:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "873efbfbdfb43abe89df2b2e6458dbf90c0a6a92",
"body": "… and installation instructions",
"is_bot": false,
"headline": "docs: update README for v2.0.0 release, correcting version references…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-25T10:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b8c8b824f6a59c82f6213c4a841c34fea21f623",
"body": "- Fix versioning bug preventing package deployment by switching from build metadata format (2.0.0+date.sha) to pre-release format (2.0.0-nightly.date.sha) for NuGet filename compatibility\n- Eliminate duplicate CI/CD runs by removing feature/* branches from push triggers and implementing PR-driven de\n[…]\n ordering\n- Maintain backward compatibility with existing versioning strategy while enabling reliable automated package publishing\n\nAffects packages:\n- LocalStack.Client\n- LocalStack.Client.Extensions",
"is_bot": false,
"headline": "fix(build): resolve SemVer packaging and CI/CD workflow issues",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-25T10:38:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec8c53a13f3c5c6dd738863ed4e32bafea05ebf1",
"body": "…fy README for AOT compatibility instructions; adjust BuildContext for versioning format",
"is_bot": false,
"headline": "chore: update CHANGELOG for v2.0.0 release and add new features; modi…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-25T08:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c70831d260fec71bb865efa754c92c5a93cba98",
"body": "…emove transitive props file",
"is_bot": false,
"headline": "refactor: replace ILLink.Descriptors.xml with embedded resource and r…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-25T07:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d60419e63837b14a9c9f5ad834b243eaf9d65ca3",
"body": null,
"is_bot": false,
"headline": "fix: ILLink.Descriptors.xml' doesn't exist error with correct path",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-25T07:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22499c80f8099e57cf2838f0bea32a6f2f5842cd",
"body": "…inability",
"is_bot": false,
"headline": "refactor: reorganize trimming descriptor files for clarity and mainta…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-24T19:04:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8b029f01c0c1c749af87460f3bab78b0379aac",
"body": "…rimming descriptors",
"is_bot": false,
"headline": "feat: update AWS SDK references and enhance Native AOT support with t…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-24T18:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98bde319a726852a9cfed89759f3697112455500",
"body": "…tive AOT prep\n\n* add RequiresDynamicCode / RequiresUnreferencedCode and DynamicallyAccessedMembers\n attributes to Session, SessionReflection, and AwsClientFactoryWrapper\n* embed ILLink.Descriptors.xml in LocalStack.Client.Extensions to preserve\n ClientFactory<T> private members\n* update README with “Native AOT & Trimming Status” notice, link to draft‑PR #49,\n and clarify that v2.0.0 GA ships without Native AOT support",
"is_bot": false,
"headline": "feat(aot): annotate reflection paths and add linker descriptor for Na…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-24T15:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a83b03984bd752403cf549f481e4bd20897f7e",
"body": "…ds for improved logging",
"is_bot": false,
"headline": "refactor(TestTask): replace context warnings with ConsoleHelper metho…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-21T10:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31f95c1b288e92bb8d42739c9d99e1a511c7fd49",
"body": "Add LocalStack endpoint support for Account, ACMPCA, Bedrock, CloudControl, CodeBuild, CodeConnections, CodeDeploy, CodePipeline, ElasticTranscoder, MemoryDB, Shield, and VerifiedPermissions.\n\n- Add AWS service enums and endpoint metadata for 13 new services:\n - Account Management\n - AWS Certifica\n[…]\nUpdate functional test fixtures to use LocalStack v4.6.0 instead of v4.3.0\n- Update Testcontainers packages to v4.6.0\n- Increment package version to v2.0.0\n- Update badge URLs for test result tracking",
"is_bot": false,
"headline": "feat: add localstack endpoint support for 13 new aws services",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-21T10:25:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b03d93419290202153a29f3d3ec786c65d684b54",
"body": null,
"is_bot": false,
"headline": "Delete test-output.txt",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-20T19:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97fa1fdd07808fc69dd575e5ab870c7e88bcbbf6",
"body": null,
"is_bot": false,
"headline": "docs(readme): add linux tests badge to header",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-19T19:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618641e5db7b605cc2be64f21a0446cdbaf2445f",
"body": "- Consolidate \"Supported Platforms\", \"Continuous Integration\", and \"Platform Testing Coverage\" into single \"Platform Compatibility & Quality Status\" section\n- Move platform compatibility information higher in document structure for better user experience\n- Enhance section formatting with emojis and \n[…]\nstent table layout for improved readability\n- Update Table of Contents to reflect reorganized content structure\n- Streamline information hierarchy to prioritize platform support and quality indicators",
"is_bot": false,
"headline": "docs(readme): unify platform compatibility and CI status sections",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-19T16:50:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11e20f8cb848693a9276b8673a8d2d4152c41544",
"body": "- Replace brittle string manipulation with explicit matrix filename parameters\n- Add filename input parameter to update-test-badge action\n- Update matrix configuration to declare explicit filenames:\n * test-results-linux.json\n * test-results-windows.json\n * test-results-macos.json\n- Consolidate t\n[…]\nsformation logic from action\n- Update documentation with explicit filename advantages\n- Improve action reusability and predictability\n\nResolves brittle filename generation and improves maintainability",
"is_bot": false,
"headline": "refactor(ci): improve badge action with explicit filename configuration",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-18T11:07:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "431ba00f5d240f4df608319a922cb5d653648c07",
"body": "- Add reusable GitHub Action for test badge updates (.github/actions/update-test-badge/)\n- Refactor ci-cd.yml workflow to use matrix gist_id parameters instead of hardcoded switch\n- Add platform-specific Gist integration for badge data storage\n- Create comprehensive Lambda API requirements document \n[…]\nith continue-on-error strategy\n\nBREAKING CHANGE: Requires GIST_SECRET environment variable for badge functionality\n\nCloses: Improves workflow maintainability and prepares for dynamic shields.io badges",
"is_bot": false,
"headline": "feat(ci): add dynamic test results badge infrastructure",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-18T10:48:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d5be302baff5fb4eaccff0fbae61e1f3df9ab5d",
"body": "…rsion strategy",
"is_bot": false,
"headline": "docs: update README to reflect AWS SDK v4 preview availability and ve…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-18T07:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "161a7b4608e787f01cbf76d5643c8d3ab7712ef4",
"body": null,
"is_bot": false,
"headline": "fix: update NuGet package cache path to use GitHub workspace",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-17T18:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b671670573e0d37b3ba32318d6e020675109ecc",
"body": "…t for LocalStack client version and update default package source to GitHub",
"is_bot": false,
"headline": "feat: enhance manual package publishing workflow with additional inpu…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T12:53:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108d22cd2beeadfcbe454ef96bcf0d591d02a711",
"body": "…t and GitHub Packages",
"is_bot": false,
"headline": "docs: update README to reflect package status and versioning for NuGe…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T12:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bfc709c9ee328382c7ae2f3e1f0ec9a2c592d0",
"body": "- Update Security badge to use GitHub Advanced Security CodeQL workflow\n- Fix Automated Publishing badge to reference existing ci-cd.yml workflow\n- Remove reference to non-existent publish-dev-github.yml workflow\n- Ensure all badges point to actual workflow files",
"is_bot": false,
"headline": "docs: update workflow badges to reflect current GitHub setup",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T12:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45f5e20243f364879574497429ca69b7ffcbb32a",
"body": "- Add missing package ID to GitHub Packages URL path\n- Fix download URL generation for LocalStack packages on GitHub Packages\n- URL format: https://github.com/owner/repo/packages/nuget/PackageId",
"is_bot": false,
"headline": "fix(build): correct GitHub Packages download URL format",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T12:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8255159f6383e4bf98d338cd30b549c864f41eb",
"body": "…ntegration\n\nBREAKING CHANGE: nuget-prepare-extensions task now requires explicit --client-version parameter\n\nMajor improvements:\n- Replace 500+ lines of duplicated NuGet task code with centralized PackageOperations service\n- Add explicit dependency switching via dedicated nuget-prepare-extensions t\n[…]\nalidation for required parameters\n\nThis resolves the chicken-and-egg problem in CI/CD where Extensions package needed\nthe exact version of LocalStack.Client that was just published to GitHub Packages.",
"is_bot": false,
"headline": "feat!: implement explicit dependency management with GitHub Actions i…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T11:55:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe499afb9ac0d0b9d13c317255e95cd7c42b7114",
"body": "…re branches",
"is_bot": false,
"headline": "feat(ci): enhance CI/CD pipeline with continuous deployment for featu…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T09:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028683a9be6b2628477c16ab71e303f961f9e454",
"body": "…b Packages",
"is_bot": false,
"headline": "feat: add continuous deployment workflow for auto publishing to GitHu…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T09:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96ee6d46b4782f1104d03cc50090729d19d40fda",
"body": "…et.config\n\nAdd GitHub-optimized nuget.config for CI/CD workflows to resolve NU1507 error when using Central Package Management with multiple package sources.\n\n- Add .github/nuget.config with package source mapping for CPM compliance\n- Update publish-dev-github.yml to use GitHub config during publis\n[…]\nditionally use GitHub config when needed\n\nFixes: NU1507 CPM error requiring package source mapping for multiple sources\nWorkaround: Temporary config swap during CI rather than permanent config changes",
"is_bot": false,
"headline": "fix(ci): resolve CPM multi-source conflict with workflow-specific nug…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T09:08:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ea6c23de61e15a592dd663b52c5691789ccd5fc",
"body": "🚀 AWS SDK v4 Migration - v2.0.0-preview1 Release",
"is_bot": false,
"headline": "Merge pull request #46 from localstack-dotnet/feature/v2-preview1",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T08:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009b4c284a3afb12e3f224e0234592fdfa63a81d",
"body": null,
"is_bot": false,
"headline": "fix: update build summary message for clarity",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T08:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08a411bbc4e0a3e78595d503d8bb1bae19ad838f",
"body": "🚀 Complete Cake build system modernization with Spectre.Console integration and GitHub workflow simplification\n\n**Phase 5: New SummaryTask Implementation**\n- Add SummaryTask.cs with rich Spectre.Console output\n- Beautiful build completion panels with package information\n- Dynamic installation instru\n[…]\ner experience with centralized logic, dynamic versioning, and simplified CI/CD workflows.\n\nBREAKING CHANGE: None - all changes maintain backward compatibility with existing --package-version workflows",
"is_bot": false,
"headline": "feat: complete Cake Build Enhancement Plan Phases 5-6",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T08:16:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f50daef922bc839abaef7cb6c8043ff69f84e83",
"body": "…sole integration\n\n- ✨ Add dynamic version generation from Directory.Build.props\n - Support --use-directory-props-version flag for automated CI/CD builds\n - Extract PackageMainVersion and PackageExtensionVersion properties\n - Generate build metadata with date, commit SHA, and branch name\n - NuGe\n[…]\nof Cake Build Enhancement Plan.\nMaintains backward compatibility with existing workflows.\nEliminates bash version generation complexity.\nProvides foundation for GitHub Actions workflow simplification.",
"is_bot": false,
"headline": "feat(build): implement Cake build system enhancement with Spectre.Con…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-16T08:07:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db86a5ecf137a3a0973027ed410eafd3ee43817c",
"body": "…n permissions\n\nCo-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "Potential fix for code scanning alert no. 5: Workflow does not contai…",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-15T19:49:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f09bf0c1f92f6c05ed9025138f7214f07c418925",
"body": "* feat: modernize CI/CD pipeline infrastructure\n\n✨ Phase 1: Infrastructure Modernization Complete\n\n## 🚀 New Features\n- **Modern CI/CD Pipeline**: Consolidated 3 separate OS workflows into unified matrix-based ci.yml\n- **Automated GitHub Packages**: Daily development builds for immediate testing feed\n[…]\necution condition for Linux and change dependency review runner to Ubuntu 22.04\n\n* feat: remove security analysis workflow from CI/CD pipeline\n\n* feat: add dependency review workflow for pull requests",
"is_bot": false,
"headline": "Feature/ci cd modernization (#47)",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-15T19:28:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c1522fb4acfc143041fc49169c72cba2ef4f62dd",
"body": "BREAKING CHANGE: Complete migration from AWS SDK for .NET v3 to v4\n\n- Collections in AWS models now default to null instead of empty collections\n- DynamoDB entity validation requires proper attribute decoration for GSI operations\n- Applications must implement null-conditional operators for collectio\n[…]\n- Added DynamoDB entity GSI attribute decoration for MovieEntity\n- Corrected MovieTableMovie index name typo in test constants\n- All 1,099 tests passing across .NET 8, 9, Standard 2.0, Framework 4.7.2",
"is_bot": false,
"headline": "feat!: migrate to AWS SDK for .NET v4 with breaking changes",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-13T17:25:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd57ff305d90019ac96bbd139b156328fee1f449",
"body": "BREAKING CHANGE: Extensions package now requires AWS SDK v4\n\n- Replace non-generic ClientFactory with ClientFactory<T>\n- Update constructor to use AWSOptions-only signature\n- Fix method resolution for CreateServiceClient(IServiceProvider)\n- Add comprehensive error handling tests\n- Remove AWS SDK v3 compatibility layer\n\nResolves Extensions test failures blocking v2.0.0-preview1 release.\nAll 38 Extensions tests now passing.",
"is_bot": false,
"headline": "feat(extensions)!: migrate AwsClientFactoryWrapper to AWS SDK v4",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-13T14:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5cea3142f37871f34b04d9b691a451119a8b95",
"body": "…view1\n\n- Add parameterless constructor to MockClientConfig for reflection compatibility\n- Fix MockClientConfigWithForcePathStyle default ForcePathStyle value\n- Update package versions to 2.0.0-preview1 for preview release\n\nTest Results:\n- ✅ LocalStack.Client.Tests: 91/91 tests passing\n- ✅ Package c\n[…]\nilt successfully\n- ⚠️ Extensions test failure: AWS SDK v4 ClientFactory reflection issue (known issue, requires separate fix)\n\nPhase 2 package validation mostly complete - core functionality verified.",
"is_bot": false,
"headline": "fix: resolve test failures and update package versions for v2.0.0-pre…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-13T13:22:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75764dd16032f6746d7febf09bf774730c624860",
"body": "BREAKING CHANGE: Update from AWS SDK v3.7.x to v4.x series with new minimum .NET Framework requirement\n\n### Major Changes:\n- **AWS SDK Upgrade**: All 70+ AWS SDK packages updated from v3.7.x to v4.x\n- **Framework Update**: .NET Framework support updated from 4.6.2 to 4.7.2 (AWS SDK v4 requirement)\n-\n[…]\nons\n- Add TestPlatform.ObjectModel conditional dependency for net472\n\nResolves Phase 1 of AWS SDK v4 migration roadmap.\nAll core libraries and test infrastructure now fully compatible with AWS SDK v4.",
"is_bot": false,
"headline": "feat: implement AWS SDK v4 migration with .NET Framework 4.7.2 support",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-13T13:16:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cd400148bc1c733d91b886147a163e9b9150c8d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-07-12T14:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcdfcd1736fe6405a6bbea1da72747fb3e2d2ae9",
"body": "…ion strategy",
"is_bot": false,
"headline": "update README.md to clarify Native AOT support for AWS SDK v4 in vers…",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-07-12T13:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab7a5a10ee08c389b72ba38ae147953f19fa957",
"body": null,
"is_bot": false,
"headline": "update CompatibilitySuppressions.xml file",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T10:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a8afd18a52bc203b10df50b881419deab968ae6",
"body": null,
"is_bot": false,
"headline": "update PackageValidationBaselineVersion",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T09:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3dc2ac5f42476878ab7f47eb91987e9ec1c17d",
"body": "Net 9 upgrade",
"is_bot": false,
"headline": "Merge pull request #41 from localstack-dotnet/net-9-upgrade",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T09:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cae48977aa4fc9a23624d2b97e021a1e44f0228",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into net-9-upgrade",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T09:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c8b96bb94b2d27f8ee8822c4988af9ac8da2010",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG and LICENSE",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T09:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2b401496281cb11069b86401ed5e4bfab331e56",
"body": "add LocalStack v3.7.1, v4.3.0 support",
"is_bot": false,
"headline": "remove LocalStack v1.3.1, v2.3.2 support",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T09:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09fb1a0bb2f28a4a09cba557838446deec975236",
"body": null,
"is_bot": false,
"headline": "update Testcontainer dependencies",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T08:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ecd433f9917effb261b3f6f776029cdefd3e96",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T08:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de9ab1c07e8f8df956a205ce846a3ce0298efd1c",
"body": null,
"is_bot": false,
"headline": "upgrade to .net 9.0",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2025-03-28T07:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72962b732a0c2a542bfa9db1294cc09503225acf",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T15:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "166e8a3a1bea138f77c0dd75ef975ef0ad97504e",
"body": null,
"is_bot": false,
"headline": "generate CompatibilitySuppressions file for intentional breaking changes",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T15:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89463d9ffc4208d4d43f5cd76ffabd141832e95",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T09:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b04def52a5647c8f9e0168cb6076cfe98627ad",
"body": "Update for LocalStack.NET: .NET 8 support, new AWS services and more",
"is_bot": false,
"headline": "Merge pull request #36 from localstack-dotnet/net-8-upgrade",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T09:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b7a338351ecaf29c80cf420e0b3778b7d2e5cb",
"body": null,
"is_bot": false,
"headline": "update CHANGELOG and known issues section README",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T09:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4604697c4023570eea7eebba013ea3e9735873d8",
"body": null,
"is_bot": false,
"headline": "update LocalStack.NET package versions",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T09:06:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53d6cb6a7706b4558dc55d086bf815227f10ffd5",
"body": null,
"is_bot": false,
"headline": "add AWS Pipes support",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T09:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7669a2883fc144a8b7c8cd19a313fe7c38cb9568",
"body": null,
"is_bot": false,
"headline": "migrate new slnx solution file",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T07:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e8652d5e3bbf4e0644bfd2f060e659d1e416a1",
"body": null,
"is_bot": false,
"headline": "update cake version to 4",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-11T07:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05ffff1795f92171b744bcea63fd0b3d2de14848",
"body": null,
"is_bot": false,
"headline": "add LocalStack 3.8.0 functional tests",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-09T07:27:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "135927ae0eaf0ba3e20fafceb600cd69a8c4bb3e",
"body": null,
"is_bot": false,
"headline": "add AWS Pinpoint support",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-09T07:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fee390a9891b4d8cedf6a3f91e16cd9f53ccf5d2",
"body": null,
"is_bot": false,
"headline": "update nuget packages",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-10-09T07:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1947167912412f66f58cd3cb955e1dccb704300d",
"body": null,
"is_bot": false,
"headline": "add RAM, AppConfigData support",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-03T05:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b13fcaa950b8d4c1a3ce9060b9054b898d49bedf",
"body": null,
"is_bot": false,
"headline": "skip mono tests for net462 for linux for the time beign",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-02T16:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38d06ab9b72b9d274bea4c2f9910a8094fa29490",
"body": null,
"is_bot": false,
"headline": "downgrade to ubuntu-20.04",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-02T16:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14c03e9d44eda3b3693a3b603a778a6120219cf9",
"body": null,
"is_bot": false,
"headline": "update xunit console runner for mono runtime tests",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-02T15:39:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "863749eb3e8928667e2f16b48f823cc34990d274",
"body": "- tests for legacy container removed\n- tests for localstack v2 removed and replaced with latest v2.3\n- add v3 localstack test\n- add cloudformation tests",
"is_bot": false,
"headline": "cleanup and update functional tests",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-02T15:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25b96d3983b62eb1ebbfe82f48e0953299606a62",
"body": null,
"is_bot": false,
"headline": "update AWS packages",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:39:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ae3315a67d72736b20987293eb83be79e4b97e",
"body": null,
"is_bot": false,
"headline": "update nuget action runner to ubuntu-latest",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a03f423c1a5309d18dc98e87a95e36aec16d82f6",
"body": null,
"is_bot": false,
"headline": "add .NET installs to workflows",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "724b17b7cef8f2aedadd6abc680d56a0f2bc7d9c",
"body": null,
"is_bot": false,
"headline": "add PackageValidationBaselineVersion resolves #31",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:12:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb07af9fa303e05d9f6aca5a9fc39abd3d4fcae8",
"body": null,
"is_bot": false,
"headline": "revert PackageValidationBaselineVersion",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d1efcf292021e8a461584797ee40048c33ff6d6",
"body": "deprecate net7.0 and net461",
"is_bot": false,
"headline": "add support for net8.0 and net462",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2024-06-01T20:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1233e1e83086423defbfcfab6aef43e215885f4",
"body": null,
"is_bot": false,
"headline": "fix AWSOptions for test",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-09-22T07:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee44d1141c47741cd46b98d501c87955bd0becd",
"body": null,
"is_bot": false,
"headline": "add env variables to test",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-09-22T07:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e52f89164af70b2af938fcc6b316f47dc3279ac",
"body": null,
"is_bot": false,
"headline": "fixes #35",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-09-22T07:23:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eac1438d78d2ba9c3b08d285a41ab4ab30193dc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2023-09-11T06:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61eb98623357453066829e008471be69c7060608",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2023-09-10T14:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "413afaa39a4eae4695f3d960e9a327cdf5500d42",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2023-09-10T13:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d9306566a50274de69df3ceb78719c96811563",
"body": null,
"is_bot": false,
"headline": "remove old readme file",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-09-10T13:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34eb12a29a5264ade8c8b1ef2ea7f533e6707e98",
"body": null,
"is_bot": false,
"headline": "resolves #29",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-09-10T13:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15c45369a80c6e10e907a1c916de33d4b0c2de7c",
"body": null,
"is_bot": false,
"headline": "re-order titles and simplify toc",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2023-08-31T18:09:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119d8e2ea903ff0736320dd4d71afd91d83e0695",
"body": null,
"is_bot": false,
"headline": "remove <a name=\"...\"></a> tags are used to create anchor links",
"author_name": "Deniz İrgin",
"author_login": "Blind-Striker",
"committed_at": "2023-08-31T18:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4d24566814cbee90d91d1c812474aea4118a7e",
"body": null,
"is_bot": false,
"headline": "Simplify README file resolves #33, starting #34",
"author_name": "Blind-Striker",
"author_login": "Blind-Striker",
"committed_at": "2023-08-31T17:48:56Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 3,
"latest_release_at": "2026-07-29T12:02:25Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 1,
"days_since_latest_release": 0,
"mean_days_between_releases": 173.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "LocalStack.Client.Extensions",
"exists": true,
"license": null,
"keywords": [
"aws-sdk",
"localstack",
"client-library",
"dotnet",
"dotnet-core"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LocalStack.Client.Extensions",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/localstack-dotnet/localstack-dotnet-client",
"versions_count": 13,
"total_downloads": 3138878,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T11:56:24.337000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "LocalStack.Client",
"exists": true,
"license": null,
"keywords": [
"aws-sdk",
"localstack",
"client-library",
"dotnet",
"dotnet-core"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/LocalStack.Client",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/localstack-dotnet/localstack-dotnet-client",
"versions_count": 14,
"total_downloads": 4067237,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-07-25T11:51:40.150000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 369
}
]
},
"popularity": {
"forks": 9,
"stars": 149,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-09-11",
"count": 1
}
],
"complete": true,
"collected": 9,
"total_forks": 9
},
"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": [
"build/LocalStack.Build/LocalStack.Build.csproj",
"src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"src/LocalStack.Client/LocalStack.Client.csproj",
"tests/LocalStack.Client.Extensions.Tests/LocalStack.Client.Extensions.Tests.csproj",
"tests/LocalStack.Client.Functional.Tests/LocalStack.Client.Functional.Tests.csproj",
"tests/LocalStack.Client.Integration.Tests/LocalStack.Client.Integration.Tests.csproj",
"tests/LocalStack.Client.Tests/LocalStack.Client.Tests.csproj",
"tests/common/LocalStack.Tests.Common/LocalStack.Tests.Common.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox.DependencyInjection/LocalStack.Client.Sandbox.DependencyInjection.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox.WithGenericHost/LocalStack.Client.Sandbox.WithGenericHost.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox/LocalStack.Client.Sandbox.csproj",
"tests/sandboxes/LocalStack.Container/LocalStack.Container.csproj"
],
"largest_source_bytes": 40342,
"source_files_sampled": 95,
"oversized_source_files": 0,
"agent_instruction_files": [
".github/copilot-instructions.md"
],
"agent_instruction_max_bytes": 11071
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 149,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Cake.Docker",
"manifest": "build/LocalStack.Build/LocalStack.Build.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Cake.Frosting",
"manifest": "build/LocalStack.Build/LocalStack.Build.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "NuGet.Versioning",
"manifest": "build/LocalStack.Build/LocalStack.Build.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "AWSSDK.Extensions.NETCore.Setup",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Configuration.Binder",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"manifest": "src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "AWSSDK.Core",
"manifest": "src/LocalStack.Client/LocalStack.Client.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.SourceLink.GitHub",
"manifest": "src/LocalStack.Client/LocalStack.Client.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "AWSSDK.Core",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Extensions.NETCore.Setup",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Cake.Docker",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Cake.Frosting",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Binder",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Options.ConfigurationExtensions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.SourceLink.GitHub",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NuGet.Versioning",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AutoFixture",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Account",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ACMPCA",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Amplify",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.APIGateway",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ApiGatewayManagementApi",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ApiGatewayV2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AppConfig",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AppConfigData",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Appflow",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AppSync",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Athena",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AutoScaling",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AWSMarketplaceMetering",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.AWSSupport",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Backup",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Batch",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Bedrock",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CertificateManager",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudControlApi",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudFormation",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudFront",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudSearch",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudTrail",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudWatch",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudWatchEvents",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CloudWatchLogs",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CodeBuild",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CodeCommit",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CodeConnections",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CodeDeploy",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CodePipeline",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CognitoIdentity",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CognitoIdentityProvider",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ConfigService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.CostExplorer",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.DocDB",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.DynamoDBv2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.EC2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ECR",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ECS",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.EKS",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElastiCache",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticBeanstalk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticFileSystem",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticLoadBalancing",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticLoadBalancingV2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticMapReduce",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Elasticsearch",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ElasticTranscoder",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.EMRServerless",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.EventBridge",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.FIS",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Glue",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IdentityManagement",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoT",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoTAnalytics",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IotData",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoTEvents",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoTEventsData",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoTJobsDataPlane",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.IoTWireless",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Kafka",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.KeyManagementService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Keyspaces",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Kinesis",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.KinesisAnalytics",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.KinesisAnalyticsV2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.KinesisFirehose",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.LakeFormation",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Lambda",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MediaConvert",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MediaStore",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MediaStoreData",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MemoryDb",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MQ",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.MWAA",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Neptune",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.OpenSearchService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Organizations",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Pinpoint",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Pipes",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.QLDB",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.QLDBSession",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.RAM",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.RDS",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.RDSDataService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Redshift",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.RedshiftDataAPIService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ResourceGroups",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ResourceGroupsTaggingAPI",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Route53",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Route53Domains",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.S3",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.S3Control",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SageMaker",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SageMakerRuntime",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Scheduler",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SecretsManager",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SecurityToken",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ServerlessApplicationRepository",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.ServiceDiscovery",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Shield",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SimpleEmail",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SimpleEmailV2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SimpleNotificationService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SimpleSystemsManagement",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SimpleWorkflow",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.SQS",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.StepFunctions",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.TimestreamQuery",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.TimestreamWrite",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.TranscribeService",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.Transfer",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.VerifiedPermissions",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.WAF",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.WAFV2",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "AWSSDK.XRay",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.CommandLine",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.EnvironmentVariables",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Hosting",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.TestPlatform.ObjectModel",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Moq",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Newtonsoft.Json",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.ValueTuple",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Testcontainers",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Testcontainers.LocalStack",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.abstractions",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.runner.console",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.runner.visualstudio",
"direct": false,
"version": null,
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 149,
"direct_count": 11,
"indirect_count": 138
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 21,
"open_issues": 6,
"closed_ratio": 0.793,
"closed_issues": 23,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Blind-Striker",
"commits": 270,
"avatar_url": "https://avatars.githubusercontent.com/u/1965259?v=4"
},
{
"type": "User",
"login": "petertownsend",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16287719?v=4"
},
{
"type": "User",
"login": "adnanaylan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48260205?v=4"
},
{
"type": "User",
"login": "JTOne123",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3457140?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.985
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"aws-sdk-canary.yml",
"ci-cd.yml",
"dependency-review.yml",
"publish-nuget.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 1,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/14 approved changesets -- score normalized to 0",
"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": 0,
"reason": "dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "18 commit(s) and 2 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": 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": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"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": "41e7f1c50ef7ec8ab3b6e70e6fe60ff269b4f4e7",
"ran_at": "2026-07-29T12:07:20Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T12:06:29Z",
"oldest_open_prs": [
{
"number": 49,
"created_at": "2025-07-23T08:52:18Z",
"last_comment_at": "2025-07-23T08:52:29Z",
"last_comment_author": "github-actions"
}
],
"last_merged_pr_at": "2026-07-29T12:02:18Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 25,
"created_at": "2023-08-29T20:46:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2023-08-29T20:51:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2023-08-29T20:56:37Z",
"last_comment_at": "2026-07-10T15:54:45Z",
"last_comment_author": "Blind-Striker"
},
{
"number": 32,
"created_at": "2023-08-31T15:48:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-03-04T23:51:55Z",
"last_comment_at": "2026-03-06T09:07:28Z",
"last_comment_author": "Blind-Striker"
},
{
"number": 51,
"created_at": "2026-03-13T10:10:01Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/localstack-dotnet/localstack-dotnet-client",
"host": "github.com",
"name": "localstack-dotnet-client",
"owner": "localstack-dotnet"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 54,
"vitality": 65,
"community": 73,
"governance": 60,
"calibration": "2026-08-02",
"engineering": 65,
"ai_readiness": 68,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 65,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "18 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 84,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 173.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~173.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 173.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": "exceptional",
"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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"forks": 9,
"stars": 149,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "149 stars",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 149
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "9 forks",
"points": 7.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 9
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 89,
"inputs": {
"packages": [
"LocalStack.Client.Extensions",
"LocalStack.Client"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 7206115,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "7,206,115 downloads all-time across nuget",
"points": 71.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 7206115,
"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": 60,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.985
},
"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 98% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"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": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 21,
"open_issues": 6,
"closed_issues": 23,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.793,
"closed_unmerged_prs": 1,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 33.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "21/22 decided PRs merged",
"points": 28.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 21,
"decided": 22
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"followers": 12,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "localstack-dotnet",
"public_repos": 8,
"account_age_days": 2628
},
"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": "12 followers of localstack-dotnet",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "localstack-dotnet"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~7 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"LocalStack.Client.Extensions",
"LocalStack.Client"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"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": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 65,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"aws-sdk",
"localstack",
"client-library",
"dotnet",
"dotnet-core"
],
"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": "5 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 5
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "dangerous workflow patterns detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "18 commit(s) and 2 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 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 run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": 6.8,
"status": "partial",
"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": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"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": "good",
"name": "AI Readiness",
"value": 68,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.61,
"agent_instruction_files": [
".github/copilot-instructions.md"
],
"agent_instruction_max_bytes": 11071
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "61 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 48,
"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.01,
"toolchain_manifests": [
"build/LocalStack.Build/LocalStack.Build.csproj",
"src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj",
"src/LocalStack.Client/LocalStack.Client.csproj",
"tests/LocalStack.Client.Extensions.Tests/LocalStack.Client.Extensions.Tests.csproj",
"tests/LocalStack.Client.Functional.Tests/LocalStack.Client.Functional.Tests.csproj",
"tests/LocalStack.Client.Integration.Tests/LocalStack.Client.Integration.Tests.csproj",
"tests/LocalStack.Client.Tests/LocalStack.Client.Tests.csproj",
"tests/common/LocalStack.Tests.Common/LocalStack.Tests.Common.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox.DependencyInjection/LocalStack.Client.Sandbox.DependencyInjection.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox.WithGenericHost/LocalStack.Client.Sandbox.WithGenericHost.csproj",
"tests/sandboxes/LocalStack.Client.Sandbox/LocalStack.Client.Sandbox.csproj",
"tests/sandboxes/LocalStack.Container/LocalStack.Container.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "build/LocalStack.Build/LocalStack.Build.csproj, src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj, src/LocalStack.Client/LocalStack.Client.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "build/LocalStack.Build/LocalStack.Build.csproj, src/LocalStack.Client.Extensions/LocalStack.Client.Extensions.csproj, src/LocalStack.Client/LocalStack.Client.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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 40342,
"source_files_sampled": 95,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/95 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 95,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-29T12:07:34.262406Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/localstack-dotnet/localstack-dotnet-client.svg",
"full_name": "localstack-dotnet/localstack-dotnet-client",
"license_state": "standard",
"license_spdx": "MIT"
}