Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 220,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 102463,
"JavaScript": 4033
},
"pushed_at": "2026-07-25T18:43:01Z",
"created_at": "2021-08-01T08:28:01Z",
"owner_type": "User",
"updated_at": "2026-07-25T18:41:39Z",
"description": "MSBuild plugin for directly accessing non-public members in .NET assemblies. ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": null,
"name": "krafs",
"type": "User",
"login": "krafs",
"company": null,
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/47643955?v=4",
"created_at": "2019-02-14T19:54:43Z",
"is_verified": null,
"public_repos": 4,
"account_age_days": 2717
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-07-25T18:43:02Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2024-12-07T19:57:44Z"
},
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2023-01-25T07:36:46Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2023-01-17T08:14:23Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2022-12-01T18:55:27Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2022-08-31T18:03:11Z"
},
{
"tag": "v2.0.1-beta",
"kind": "prerelease",
"published_at": "2022-08-30T17:43:47Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2022-08-28T17:12:53Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2022-07-28T14:57:01Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2022-01-24T22:02:47Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2021-09-12T11:16:52Z"
}
],
"recent_commits": [
{
"oid": "db95f2ec4ca97511590e13a5380d16e227e6bf15",
"body": "Bumps actions/checkout from 7.0.0 to 7.0.1.",
"is_bot": true,
"headline": "Bump the github-actions group with 1 update (#223)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-25T18:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c52c31fc9b0f38c7dbe92cc5f05e7aa0e0ba5bd",
"body": "Replace the PR-time SemVer check, which raced the labeller and was unfixable\nby outside contributors, with enforcement in resolve-version.mjs where the\nrelease window is settled.\n\nAlso fixes a resolver bug the change exposed: PRs were selected by merge date,\nand merged:>= against the tag's own commi\n[…]\nit ancestry, matching\nhow GitHub bounds the generated notes.\n\nRelease notes are generated on every run, dry or not, and printed to the job\nsummary so a dry run shows what a real release would publish.",
"is_bot": false,
"headline": "Enforce semver labels at release time (#222)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T18:20:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "267dc5b060502afa99de8b93b45210e8b7fa7ed1",
"body": null,
"is_bot": false,
"headline": "Cover a multi-targeted consumer in e2e tests (#220)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T16:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb03ae9bac9ced4d22d838b1cb01f1ae0ed676d",
"body": null,
"is_bot": false,
"headline": "Cover a PackageReference consumer in e2e tests (#219)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T16:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36869d8de5b36e5060a0b3589200810c695b4f5d",
"body": "PRs stacked on a non-main branch previously got no checks at all, so a\nwhole stack could merge unverified.",
"is_bot": false,
"headline": "Run PR checks on any target branch (#218)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T16:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c9b085d89da288e645ea18ddb6f2138c78320f",
"body": "Each test builds out of process in its own temporary folder, so there is no\nshared state to serialize on. ParallelScope.Children only parallelized tests\nwithin a fixture; All parallelizes the fixtures too.",
"is_bot": false,
"headline": "Run e2e fixtures in parallel with each other (#216)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T16:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6131d978c0abfedc2444c3b79a687d99fab09e",
"body": "Skipped off Windows, where the targeting pack is unavailable, so only the\nwindows/msbuild leg actually runs it.",
"is_bot": false,
"headline": "Cover a .NET Framework consumer in e2e tests (#215)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T16:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceffa880d485923aaa22e470980059858393bb40",
"body": "Everything else builds a consumer once from clean; VS builds the same project\nrepeatedly against a cached publicized assembly and a build node that outlives\nthe build. Covers a no-op rebuild, a rebuild after the referenced assembly\nchanged, and a rebuild through a reused node.\n\nTest projects now output to a bin subfolder: with OutDir set to the project\ndirectory, a consumer's copy-local of the reference was resolved ahead of the\nHintPath on the second build, so the test saw a stale assembly.",
"is_bot": false,
"headline": "Cover rebuilds in e2e tests (#214)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T15:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0c72ff0382a5955258545d1a428a8b48d9016a6",
"body": "Visual Studio resolves references for IntelliSense through a design-time\nbuild, which invokes no compiler; publicization failing there shows up as\ninaccessible-member errors in the editor on code that builds fine. Verified\nthe assertion fails when the Publicize item is removed.",
"is_bot": false,
"headline": "Cover design-time builds in e2e tests (#213)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T15:55:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24020c625006f1d9c7778f7d69dfcdf2f6a5d620",
"body": "The two cases were near-identical walls of inline csproj XML, and the\nscenarios worth adding next (design-time builds, rebuilds, a .NET Framework\nconsumer) each vary one knob.",
"is_bot": false,
"headline": "Extract a builder for e2e consumer projects (#217)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T15:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ed1fb32e3ecfcf5c1337735c7285c395f03fb3",
"body": "* Cover VS (desktop MSBuild) in end-to-end tests\n\nNothing exercised the .NET Framework MSBuild.exe that Visual Studio\nloads the task under; CI only ran Core MSBuild via dotnet. Move the\nbuild-driving tests into their own project (Publicizer.E2ETests) and\nrun it in a matrix, selecting the host per le\n[…]\nd\nserve a later test with a task assembly already loaded. Disable reuse so the\nlegs are deterministic, and fail loudly on an impossible builder/OS pairing\ninstead of silently skipping the whole suite.",
"is_bot": false,
"headline": "Test end-to-end under desktop MSBuild (Visual Studio) (#211)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-25T15:48:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48312c7dd6c92403276208d345885921c5630e9e",
"body": "Bumps the github-actions group with 4 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action), [actions/labeler](https://github.com/actions/labeler) and [github/codeql-action/upload-sarif](https://github.c\n[…]\nsion-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump the github-actions group with 4 updates (#210)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T14:39:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "49d539c062cfe7122b46348e2e2973fe913a9729",
"body": "Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.301 to 10.0.302.\n- [Release notes](https://github.com/dotnet/sdk/releases)\n- [Commits](https://github.com/dotnet/sdk/compare/v10.0.301...v10.0.302)\n\n---\nupdated-dependencies:\n- dependency-name: dotnet-sdk\n dependency-version: 10.0.302\n de\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump dotnet-sdk from 10.0.301 to 10.0.302 (#209)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T14:39:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8657c4f9506e7c7853b12f99b3c34902877cf038",
"body": "Engine-level characterization suite pinning current publicization behavior before the structured-matchers rewrite. Fixture compiled inline via Roslyn; snapshot + unit + task-contract coverage.",
"is_bot": false,
"headline": "Add characterization tests for the publicization engine (#208)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-23T18:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f174045517e17d06ad08c20085029542a278474a",
"body": "CopyNugetPackage copied the freshly built package into the test bin but\nnever cleaned the destination. A lingering higher-versioned copy shadowed\nit under Version=\"*\", silently running the suite against the wrong code.",
"is_bot": false,
"headline": "Clean stale nupkgs from test project output (#207)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06f807d6c25a5315f3ddeb4451dbdd6413b24534",
"body": null,
"is_bot": false,
"headline": "Remove dead NoWarn NU1702 in test project (#206)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d30c8ef7647f34feed19969d7ea9763d8608f61",
"body": "Hoist Nullable into Directory.Build.props and add TreatWarningsAsErrors\nso warnings fail the build.",
"is_bot": false,
"headline": "Consolidate shared build props (#205)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b62d74e96999ef137352db4524808453e230520",
"body": "Move RestorePackagesWithLockFile to a root Directory.Build.props so every\nproject locks its dependencies, not just the packed task. The test\nproject now has a lockfile too, so CI's 'dotnet restore --locked-mode'\nactually enforces its graph instead of silently skipping it. Widen the CI\nrestore cache key to all lockfiles.\n\nDepends on the netstandard2.0 retarget: locking the net10.0 test project\nrequires a compatible reference to Publicizer, which net472 was not.",
"is_bot": false,
"headline": "Lock package versions repo-wide (#203)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b8d0c3db34a14e969acf8f4c777c572cac44397",
"body": "netstandard2.0 loads natively in both .NET Framework and .NET (Core)\nMSBuild, unlike net472 which relied on the Framework-compat shim under\n'dotnet build'. Drops the Microsoft.NETFramework.ReferenceAssemblies\ndependency (only needed to build net472 off-Windows). The task uses no\nnet472-only APIs; the user-facing ItemSpec contract is unchanged.",
"is_bot": false,
"headline": "Retarget task to netstandard2.0 (#202)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00d2bc2205b828633cd67aad4b68bdd5a5763672",
"body": "PublicizeType set NestedPublic on the target but never walked up\nDeclaringType, so targeting a member of a nested type left the enclosing\ntype internal and the member unreachable (CS0122). Walk the declaring\nchain and publicize each enclosing type.",
"is_bot": false,
"headline": "Publicize enclosing types of publicized nested types (#200)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T18:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f730e134dedfd7463e695302053828ffa0f7f8a",
"body": "Path.GetDirectoryName of a bare filename returns an empty string, and\nDirectory.CreateDirectory then throws ArgumentException. The catch logged\nit via LogError, failing the build instead of writing the log beside the\nproject. Skip directory creation when there is no directory portion.",
"is_bot": false,
"headline": "Fix build failure on bare-filename log path (#198)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T17:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d2741ca511face532ea0bba0fd048a07fc80a7",
"body": "The publicization cache hash omitted any Publicizer version, so a build\nwith a newer Publicizer could silently reuse an assembly publicized by an\nolder one whose logic differed. Feed the SourceLink-stamped informational\nversion (commit hash included) into the hash so it invalidates on every\nPublicizer change.",
"is_bot": false,
"headline": "Include Publicizer version in cache key (#201)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T17:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3dcbf458c680e23880847e41783fa6c7653c8e8",
"body": "Tests resolve Krafs.Publicizer via Version=\"*\" against the local bin\nfolder. A leftover higher-versioned package from a previous build or\nrelease tag would shadow the freshly built one, silently running the\nsuite against the wrong code. Delete stale packages before repacking so\nthe folder holds only the current build.",
"is_bot": false,
"headline": "Clean stale nupkgs before packing (#199)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-22T17:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7960855e15021a0273dbeb011491862c6d4eef",
"body": "* Add community health files\n\n* Use feature label for feature request template\n\n* Route feature ideas to Discussions first",
"is_bot": false,
"headline": "Add community health files (#196)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-21T18:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1518e678d6fc04ac56880652f76b9d4be0c2b8cb",
"body": null,
"is_bot": false,
"headline": "Attest build provenance for released package (#195)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-21T18:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7d14825f42131c0db4fec9cf1fc9208915b3875",
"body": "* Enable NuGet lockfile mode and cache restores in CI\n\nPin the library's dependency graph in packages.lock.json and restore\nwith --locked-mode in CI and release, so restores are hash-verified and\nreproducible. Scoped to the packable project: the net10.0 test project's\ncross-TFM reference to the net472 library is incompatible with locked\nmode (NU1004), and only the shipped package needs pinning.\n\n* Reference NETFramework ref-assemblies explicitly for cross-OS lock parity",
"is_bot": false,
"headline": "Enable NuGet lockfile mode and cache CI restores (#194)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T19:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4620df7c5fa78a9c6f03d207bd7eb12d6a31301c",
"body": null,
"is_bot": false,
"headline": "Add dependency-review PR gate (#193)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689cd439d3147d2b5a2f84acd8c5dc1e3ec27672",
"body": "Add top-level least-privilege permissions to CI and Release, set\npersist-credentials: false on the CI checkout, and pass the resolved\nversion through an env var to avoid template expansion in run steps.\nAdd a LICENSE file to back the MIT package metadata.",
"is_bot": false,
"headline": "Tighten workflow permissions and add LICENSE (#192)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:36:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18aa7e35ae84a76a1168fb971f557b29b6e7f2f8",
"body": null,
"is_bot": false,
"headline": "Add CodeQL code scanning (#191)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59fccd2e2efc3c9ece1e07b0895ca702a3900ee",
"body": null,
"is_bot": false,
"headline": "Add zizmor workflow linting (#190)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0fb84ab0646864fe394c1d47ed0824518b0a17c",
"body": null,
"is_bot": false,
"headline": "Add OpenSSF Scorecard workflow (#189)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3daf203e8b2831983e0a099e91b8b2564e906df6",
"body": null,
"is_bot": false,
"headline": "Pin GitHub Actions to commit SHAs (#188)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-20T18:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e48421e1693ff6e7bc39c2a9aefc86ebf220a10",
"body": null,
"is_bot": false,
"headline": "Run CI on Windows and Linux (#187)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T19:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6ccd473b067023eb2f8590dbd879c0faaa42a73",
"body": "The marker was set on the wrong item so downstream never saw it, and\nnothing consumes it — no targets, no docs, no reported use. Rather than\nfix a marker with no consumer, drop it.",
"is_bot": false,
"headline": "Remove dead Publicized reference metadata (#186)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T18:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8966ca378716481976a9d8d06e28f5e8371eff8e",
"body": "Auto-labels infra, test, and tooling PRs so they're excluded from\ngenerated release notes alongside docs and dependabot.",
"is_bot": false,
"headline": "Add skip-changelog label for non-user-facing PRs (#185)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T17:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba0157cb7627233c634c41a8816946a17671b56",
"body": "Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 10.0.102 to 10.0.301.\n- [Release notes](https://github.com/dotnet/sdk/releases)\n- [Commits](https://github.com/dotnet/sdk/compare/v10.0.102...v10.0.301)\n\n---\nupdated-dependencies:\n- dependency-name: dotnet-sdk\n dependency-version: 10.0.301\n de\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump dotnet-sdk from 10.0.102 to 10.0.301 (#184)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T16:47:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "183b5b1a15293823506383e0b3e01d120acb1e21",
"body": "Adds DotNet.ReproducibleBuilds (2.0.5, PrivateAssets=all) to the task project, enabling deterministic reproducible builds and embedded symbols. ContinuousIntegrationBuild is set automatically only under CI, so local debugging is unaffected.",
"is_bot": false,
"headline": "Add DotNet.ReproducibleBuilds for deterministic packages (#176)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T16:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0713bc9354bc4878143b44cd3cef7819c5969188",
"body": "Batch minor/patch and actions updates into grouped PRs, add a 7-day\ncooldown, and track the SDK pin in global.json. Replace the removed\nDependabot assignees/reviewers routing with a CODEOWNERS file.\n\nClaude-Session: https://claude.ai/code/session_01QdmMDcXxJiAgRfD4QPUHAj",
"is_bot": false,
"headline": "Tune Dependabot: weekly, grouping, cooldown, dotnet-sdk (#183)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T16:42:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f82e87c70a898e4088aa2d524d3e7798091b17",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.8.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: krafs <massa.krafs@proton.me>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.6.0 to 18.8.1 (#182)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T16:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a9358917365daad4a296958ef27c633cef968c",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 18.8.2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: krafs <massa.krafs@proton.me>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 18.7.1 to 18.8.2 (#181)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T16:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d97a740c4d15b5cf5b252e7242ba91892945c92",
"body": "Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9.\n- [Release notes](https://github.com/actions/github-script/releases)\n- [Commits](https://github.com/actions/github-script/compare/v7...v9)\n\n---\nupdated-dependencies:\n- dependency-name: actions/github-script\n depend\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/github-script from 7 to 9 (#180)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T16:14:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2082cb8e61f660d1bccbfec338ebcefa5dacc2a0",
"body": "* Add release workflow with NuGet trusted publishing\n\nAdds .github/workflows/release.yml: a workflow_dispatch release with version and dry-run inputs. Publishes via NuGet trusted publishing (OIDC, NuGet/login@v1) and creates the git tag and GitHub Release. Push, tag, and release steps are gated behi\n[…]\nquired Build\ncheck with no status to report and blocking the merge.\n\n* Rename CI job to Build & Test\n\nThe job also runs the test suite, not just the build.\n\n* Remove redundant arguments in CI workflow",
"is_bot": false,
"headline": "Add release workflow (#177)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-07-19T16:01:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80e550e6ed89abd4fa4175b2336e7484c630c59a",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.6.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.5.1 to 4.6.1 (#169)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T15:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062b9bfb26ca8c44b72c34c70f21ac962a9a78b3",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6 to 7 (#174)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T14:59:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb9abf48fc33c3f52e7fa53cbdeafa2a3532ad99",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 18.7.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 18.4.0 to 18.7.1 (#173)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T14:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4433e4d7b8d31bd20871962afd161a14c62277",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.2.0 to 5.3.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v5.2.0...v5.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotn\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 5.2.0 to 5.3.0 (#172)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T14:59:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fea9a3e7947b92caada3c25014dc739247ec8b2",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.6.0 (#171)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T14:59:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb501ed79ad6b04d3e66addeb7e24dd7c4011a5",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 6.1.0 to 6.2.0 (#164)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T14:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73902dbc57a49dafdfc350d7461c93d846bc0c49",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 18.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 18.3.3 to 18.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-11T04:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c150b645839635fc54366ff8ee56fdaebf43de",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.5.0 to 4.5.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-07T04:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7395940fb1ebd14fe8b079830dd393a4a90a9f99",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v5.1.0...v5.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-version: 5.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 5.1.0 to 5.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-06T16:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e495500dac0b6b0ab421ca5a35088e37bd6037",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-25T04:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4d4615eadfe65bf6c1f3379ce2c0826d513a211",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.4.0 to 4.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-19T03:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec6e7fb19dedbe397dec3193e44c8bd013125cb4",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 18.3.3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 18.0.2 to 18.3.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-15T08:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe5df0c9f0c6969176f6efc21a98dc48dd08d9a3",
"body": null,
"is_bot": false,
"headline": "Update repo to .NET 10",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2026-02-15T08:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea602be46b8aee5904be747a1ccf9fb9adc8ff6e",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.1 to 5.1.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v5.0.1...v5.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-version: 5.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 5.0.1 to 5.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-15T15:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba8a5b07c0df980b92cfafe570a976af0d076bc",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 6.0.1 to 6.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-08T09:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2be020cfa72de39ecd5d6238793f033ed4f0d1",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 6.0.0 to 6.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-23T06:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a153dad0bf7f044b0d7f4f48ff95fe29c5b5e9f",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 6.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.2.0 to 6.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-09T05:43:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52a69e1ec5867ba307cca4409d3a642ffb0fa83",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v5.0.0...v5.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-version: 5.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 5.0.0 to 5.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-26T15:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f1a81128ad6e287511cabdba5cf32f4be6fae8",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-21T04:33:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8e4012d9f337aee799d24753fd03a3080484c93",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 18.0.2\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.14.28 to 18.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-14T17:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "731fd1a79453c020c847287fed25637631ea389b",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.0.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-12T04:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c1e7271d0dd0dc18c6929b0acfe61babf8a1b55",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 17.14.28\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.14.8 to 17.14.28",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-15T03:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40bcf22548a65190a9b870969c2623c727f5e68c",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 5.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.1.0 to 5.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-07T03:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "524cb907431c2c2129d3ec5a00b3b1aa0ca2cf32",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 18.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-03T09:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "698666bdb3991592bc488cd43e7cdf980809bf79",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.3.1...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-version: 5.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.3.1 to 5.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-04T09:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d06ac65ef9ae9517ff6d9e6ff144b68ee1f9cb71",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-version: 4.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.3.2 to 4.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T10:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72dcaa208af91f1035ce75f73637cb941a50e19",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T10:10:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba905872bcb44cdeb915bf811d305ddd4aa5c584",
"body": "---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-version: 5.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 5.0.0 to 5.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-12T10:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9cfa4879f2c34219583fbc8483701b044a6467",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 17.14.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.14.0 to 17.14.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-04T03:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "845ec4813612e4f35057c404987e99b2b5fd5895",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-version: 17.14.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update Microsoft.NET.Test.Sdk to 17.14.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-21T03:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa03281983fa3df607d5c6f8e22f7111ded9c4ab",
"body": "---\nupdated-dependencies:\n- dependency-name: dnlib\n dependency-version: 4.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update dnlib to 4.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-16T09:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6533667d3927c62c80b5c9b49cb8c260f834ce16",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 17.14.8\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update Microsoft.Build.Utilities.Core to 17.14.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-15T03:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e84386d255b6909d90161d0d24de065fedc74e44",
"body": "---\nupdated-dependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-version: 17.14.7\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update Microsoft.Build.Utilities.Core to 17.14.7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-14T03:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad70fda4afaa79aa3e0fc63e2fb13f831fbd1ee5",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.3.0...v4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.3.0 to 4.3.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-18T05:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad780d2f6383ee25116b91c1a41cf36f23d40f84",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.12.0 to 17.13.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.12.0.\n[…]\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-21T05:22:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c931a964409014356a616959995d0585d9447df",
"body": "Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.6.0 to 5.0.0.\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.6.0...V5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 4.6.0 to 5.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-21T05:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32979e3ae9fb70941518065df2bc77144ca9d7fa",
"body": "…nceAssemblies\n\nBumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.\n\nUpdates `Microsoft.Build.Utilities.Core` from 17.12.6 to 17.13.9\n- [Rele\n[…]\nr\n- dependency-name: Microsoft.NETFramework.ReferenceAssemblies\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core and Microsoft.NETFramework.Refere…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-11T21:43:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f6791e2bf9de63c40eb39ca1c964ac3b084ca598",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.2.0 to 4.3.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.2.0...v4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.2.0 to 4.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-01-31T06:22:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88c5b262299ee55d5699b93092e4d3a5fa793dd",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.3.1 to 4.3.2.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.3.1...4.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.3.1 to 4.3.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-31T08:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0a38994d8e86e0b462a70c3dd1ec02d89709b7",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.1.0 to 4.2.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.1.0...v4.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.1.0 to 4.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-27T23:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c30355a4492ea6d82ba324df75dd953f1864fd",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.3.0...4.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.3.0 to 4.3.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-23T22:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25d53552891572245c16ae5ac62950a93f4db9b4",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.2 to 4.3.0.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.2.2 to 4.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-12-17T05:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f9f5ad6589da81dd240075186d1c048a53929c",
"body": "Publicize-items can now optionally have an atttribute or node called MemberPattern. MemberPattern accepts a regular expression for matching against members in the assembly.",
"is_bot": false,
"headline": "Add support for regular expressions in member names (#123)",
"author_name": "krafs",
"author_login": "krafs",
"committed_at": "2024-12-07T19:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1ae05783315d764ca407b21c1b0c205e6660008",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.11.1.\n[…]\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-19T21:25:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1c575cf93685127a9256310f8bf3a4678743b0f4",
"body": "Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.11.4 to 17.12.6.\n- [Release notes](https://github.com/dotnet/msbuild/releases)\n- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)\n- [Commits](https://github.com/dotnet/msbuild/compare\n[…]\ndependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.12.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-31T11:09:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d6aa579041bc63f8a2c37c0fd302610481a44c3",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.1.0.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.1...v4.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.0.1 to 4.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-25T10:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d647f6c0476fbfe95f1a19209e21c73a1145630",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.0 to 17.11.1.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.11.0.\n[…]\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T15:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6e425f5b2cc1503812724afa36edff05bf585a2e",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.1 to 4.2.2.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.2.1...4.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.2.1 to 4.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-03T04:38:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5331e49b676590eb6daf4d14381cf4c9934b481",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.0 to 4.2.1.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.2.0...4.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.2.0 to 4.2.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-24T06:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f904c87385a3ee3745424fe08056a41c1c1e6e2f",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.1.0 to 4.2.0.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/4.1.0...4.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.1.0 to 4.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-23T04:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc73726db8b94002ca9a7c6df2bd820e3391b94",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0.\n[…]\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-21T04:36:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f0f4709884d14d653f76a0ac3413651d57cd937",
"body": "Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.10.4 to 17.11.4.\n- [Release notes](https://github.com/dotnet/msbuild/releases)\n- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)\n- [Commits](https://github.com/dotnet/msbuild/compare\n[…]\ndependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.10.4 to 17.11.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-08-17T04:37:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1660b50eb6145ca43eb8765476dab74df74bc61",
"body": "Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.5.0 to 4.6.0.\n- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)\n- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.5.0...V4.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit3TestAdapter\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit3TestAdapter from 4.5.0 to 4.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-26T04:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74064eed4da2939e4532df92815ad79bcd54367a",
"body": "Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.0 to 4.0.1.\n- [Release notes](https://github.com/actions/setup-dotnet/releases)\n- [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.0...v4.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-dotnet\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-dotnet from 4.0.0 to 4.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-10T04:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebba2ade314485da81a157b7c6e3ceebccb171c2",
"body": "Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.9.5 to 17.10.4.\n- [Release notes](https://github.com/dotnet/msbuild/releases)\n- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)\n- [Commits](https://github.com/dotnet/msbuild/compare/\n[…]\ndependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.9.5 to 17.10.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-23T05:29:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d08bcbd6a2ed7f169b8a479e704dc8f76c26e97a",
"body": "Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.9.0 to 17.10.0.\n- [Release notes](https://github.com/microsoft/vstest/releases)\n- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)\n- [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...\n[…]\nupdated-dependencies:\n- dependency-name: Microsoft.NET.Test.Sdk\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-23T05:29:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58a9af3122a544ca44f53c9d995aca75572cefaa",
"body": "Bumps [NUnit](https://github.com/nunit/nunit) from 4.0.1 to 4.1.0.\n- [Release notes](https://github.com/nunit/nunit/releases)\n- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)\n- [Commits](https://github.com/nunit/nunit/compare/v4.0.1...4.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: NUnit\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump NUnit from 4.0.1 to 4.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-27T07:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3afc57989454bf21de960e9c7fe8b361046995c2",
"body": "Bumps [Microsoft.Build.Utilities.Core](https://github.com/dotnet/msbuild) from 17.8.3 to 17.9.5.\n- [Release notes](https://github.com/dotnet/msbuild/releases)\n- [Changelog](https://github.com/dotnet/msbuild/blob/main/documentation/Changelog.md)\n- [Commits](https://github.com/dotnet/msbuild/commits)\n\n[…]\ndependencies:\n- dependency-name: Microsoft.Build.Utilities.Core\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.Build.Utilities.Core from 17.8.3 to 17.9.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-15T18:18:51Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 59,
"latest_release_at": "2026-07-25T18:43:02Z",
"latest_release_tag": "v2.3.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 18,
"days_since_latest_release": 0,
"mean_days_between_releases": 182.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "Krafs.Publicizer",
"exists": true,
"license": null,
"keywords": [
"msbuild",
"accesschecks",
"public",
"publicizer"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Krafs.Publicizer",
"is_deprecated": false,
"latest_version": "2.3.1",
"repository_url": "https://github.com/krafs/Publicizer",
"versions_count": 11,
"total_downloads": 157774,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-25T18:43:00.543000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 8,
"stars": 76,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-11-27",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Publicizer.E2ETests/Publicizer.E2ETests.csproj",
"src/Publicizer.Tests/Publicizer.Tests.csproj",
"src/Publicizer/Publicizer.csproj"
],
"largest_source_bytes": 19608,
"source_files_sampled": 34,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 33,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/Publicizer.E2ETests/Publicizer.E2ETests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.8.1"
},
{
"name": "NUnit",
"manifest": "src/Publicizer.E2ETests/Publicizer.E2ETests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.6.1"
},
{
"name": "NUnit3TestAdapter",
"manifest": "src/Publicizer.E2ETests/Publicizer.E2ETests.csproj",
"ecosystem": "nuget",
"version_constraint": "6.2.0"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/Publicizer.Tests/Publicizer.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.8.1"
},
{
"name": "Microsoft.Build.Utilities.Core",
"manifest": "src/Publicizer.Tests/Publicizer.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "18.8.2"
},
{
"name": "Microsoft.CodeAnalysis.CSharp",
"manifest": "src/Publicizer.Tests/Publicizer.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "5.6.0"
},
{
"name": "NUnit",
"manifest": "src/Publicizer.Tests/Publicizer.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "4.6.1"
},
{
"name": "NUnit3TestAdapter",
"manifest": "src/Publicizer.Tests/Publicizer.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": "6.2.0"
},
{
"name": "dnlib",
"manifest": "src/Publicizer/Publicizer.csproj",
"ecosystem": "nuget",
"version_constraint": "4.5.0"
},
{
"name": "Microsoft.Build.Utilities.Core",
"manifest": "src/Publicizer/Publicizer.csproj",
"ecosystem": "nuget",
"version_constraint": "18.8.2"
},
{
"name": "DotNet.ReproducibleBuilds",
"manifest": "src/Publicizer/Publicizer.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "dnlib",
"direct": true,
"version": "4.5.0",
"ecosystem": "nuget"
},
{
"name": "DotNet.ReproducibleBuilds",
"direct": true,
"version": "2.0.5",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Build.Utilities.Core",
"direct": true,
"version": "18.8.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeAnalysis.CSharp",
"direct": true,
"version": "5.6.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "18.8.1",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": true,
"version": "4.6.1",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": true,
"version": "6.2.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Build.Framework",
"direct": false,
"version": "18.8.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeAnalysis.Analyzers",
"direct": false,
"version": "5.3.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeAnalysis.Common",
"direct": false,
"version": "5.6.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeCoverage",
"direct": false,
"version": "18.8.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyModel",
"direct": false,
"version": "8.0.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.StringTools",
"direct": false,
"version": "18.8.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NETCore.Platforms",
"direct": false,
"version": "1.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Extensions.Telemetry",
"direct": false,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Extensions.TrxReport.Abstractions",
"direct": false,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Extensions.VSTestBridge",
"direct": false,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Platform",
"direct": false,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Platform.MSBuild",
"direct": false,
"version": "2.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.TestPlatform.ObjectModel",
"direct": false,
"version": "18.8.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.TestPlatform.TestHost",
"direct": false,
"version": "18.8.1",
"ecosystem": "nuget"
},
{
"name": "NETStandard.Library",
"direct": false,
"version": "2.0.3",
"ecosystem": "nuget"
},
{
"name": "System.Buffers",
"direct": false,
"version": "4.6.1",
"ecosystem": "nuget"
},
{
"name": "System.Configuration.ConfigurationManager",
"direct": false,
"version": "10.0.4",
"ecosystem": "nuget"
},
{
"name": "System.Diagnostics.EventLog",
"direct": false,
"version": "10.0.4",
"ecosystem": "nuget"
},
{
"name": "System.Memory",
"direct": false,
"version": "4.6.3",
"ecosystem": "nuget"
},
{
"name": "System.Numerics.Vectors",
"direct": false,
"version": "4.6.1",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Emit",
"direct": false,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Emit.ILGeneration",
"direct": false,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Emit.Lightweight",
"direct": false,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "System.Runtime.CompilerServices.Unsafe",
"direct": false,
"version": "6.1.2",
"ecosystem": "nuget"
},
{
"name": "System.Security.Cryptography.ProtectedData",
"direct": false,
"version": "10.0.4",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 33,
"direct_count": 7,
"indirect_count": 26
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 172,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 34,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "krafs",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/47643955?v=4"
},
{
"type": "User",
"login": "Cyaminthe",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/99784235?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.851
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"dependency-review.yml",
"labeler.yml",
"release.yml",
"scorecard.yml",
"zizmor.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"packages.lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 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": 10,
"reason": "all dependencies are pinned",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "db95f2ec4ca97511590e13a5380d16e227e6bf15",
"ran_at": "2026-07-25T18:53:55Z",
"aggregate_score": 7.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T18:43:06Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-25T18:41:30Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/krafs/Publicizer",
"host": "github.com",
"name": "Publicizer",
"owner": "krafs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 79,
"vitality": 75,
"community": 59,
"governance": 56,
"engineering": 46
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 75,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 59,
"human_commit_share": 0.37,
"days_since_last_push": 0,
"active_weeks_last_year": 18
},
"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": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "59 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 59
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v2.3.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 182.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"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 ~182.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 182.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"forks": 8,
"stars": 76,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "76 stars",
"points": 30.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 76
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 68,
"inputs": {
"packages": [
"Krafs.Publicizer"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 157774,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "157,774 downloads all-time across nuget",
"points": 54,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 157774,
"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": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.851
},
"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 85% of commits",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 172,
"open_issues": 0,
"closed_issues": 34,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "172/188 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 172,
"decided": 188
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"followers": 12,
"owner_type": "User",
"is_verified": null,
"owner_login": "krafs",
"public_repos": 4,
"account_age_days": 2717
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of krafs",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "krafs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "4 public repos, account ~7 yr old",
"points": 17.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 4
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Krafs.Publicizer"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 46,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 79,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 7.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 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": "all dependencies are pinned",
"points": 5,
"status": "met",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 33 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 33
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 33,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 33,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.973,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "36 of 37 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 37
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"packages.lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Publicizer.E2ETests/Publicizer.E2ETests.csproj",
"src/Publicizer.Tests/Publicizer.Tests.csproj",
"src/Publicizer/Publicizer.csproj"
],
"dependency_bot_commit_share": 0.63
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Publicizer.E2ETests/Publicizer.E2ETests.csproj, src/Publicizer.Tests/Publicizer.Tests.csproj, src/Publicizer/Publicizer.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Publicizer.E2ETests/Publicizer.E2ETests.csproj, src/Publicizer.Tests/Publicizer.Tests.csproj, src/Publicizer/Publicizer.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "63 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 63,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 19608,
"source_files_sampled": 34,
"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/34 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 34,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T18:54:11.069417Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/krafs/Publicizer.svg",
"full_name": "krafs/Publicizer",
"license_state": "standard",
"license_spdx": "MIT"
}