原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"coding-rules",
"command-line-tool",
"analyzers",
"csharp",
"developer-tools",
"dotnet",
"editorconfig"
],
"is_fork": false,
"size_kb": 6149,
"has_wiki": false,
"homepage": "https://atc-net.github.io/repository/atc-coding-rules-updater",
"languages": {
"C#": 373683,
"Shell": 397,
"PowerShell": 410
},
"pushed_at": "2026-07-29T13:28:42Z",
"created_at": "2020-12-10T19:26:11Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T13:27:13Z",
"description": "A CLI tool to update atc coding rules and guidelines in a project / solution.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://atc-net.github.io",
"name": "atc-net",
"type": "Organization",
"login": "atc-net",
"company": null,
"location": "Denmark",
"followers": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/57902194?v=4",
"created_at": "2019-11-18T12:35:51Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 2445
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.0.4",
"kind": "patch",
"published_at": "2020-12-20T20:57:20Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2020-12-20T14:24:13Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2020-12-14T22:13:47Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2020-12-14T15:46:53Z"
},
{
"tag": "1.0.0-beta-06",
"kind": "prerelease",
"published_at": "2020-12-14T13:53:01Z"
},
{
"tag": "1.0.0-beta-05",
"kind": "prerelease",
"published_at": "2020-12-11T23:14:37Z"
},
{
"tag": "1.0.0-beta-04",
"kind": "prerelease",
"published_at": "2020-12-11T22:11:00Z"
},
{
"tag": "1.0.0-beta-03",
"kind": "prerelease",
"published_at": "2020-12-11T21:37:17Z"
},
{
"tag": "1.0.0-beta-02",
"kind": "prerelease",
"published_at": "2020-12-11T20:52:12Z"
},
{
"tag": "v1.0.0-beta-01",
"kind": "prerelease",
"published_at": "2020-12-11T13:04:45Z"
}
],
"recent_commits": [
{
"oid": "f9b35cbfc77d7f515763af066c9ecfeea381a657",
"body": "The regression test asserted a lower bound, because MSBuild's duplicate diagnostic\nlines were still being counted twice and the numbers were inflated 2x. Atc.DotNet\n3.0.181 fixes that, so the assertions can now be exact.\n\nBoth halves of the issue are pinned in one test: the errors pass must find exa\n[…]\ne warnings pass exactly 7, every site across both\nprojects counted once.\n\nConfirmed to catch a regression by temporarily pinning Atc.DotNet back to 3.0.174,\nwhere it fails with \"found 4\" instead of 2.",
"is_bot": false,
"headline": "test(updater): assert exact diagnostic counts for issue #47",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34cf00caddae69c4beb7cab854acb6759e5e3a24",
"body": null,
"is_bot": false,
"headline": "chore: nuget updates",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fcfe6c46d196594fac42b4472a872f49b7d34cb",
"body": null,
"is_bot": false,
"headline": "chore: nuget updates",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46cd79689dc261681c256b36e55d93f034cf997e",
"body": "The working tree was found carrying a version of this file that matches no\ncommit: the ATC packages back at 3.0.67 and Microsoft.Extensions.Hosting at\n10.0.10. In that state the solution does not compile, because the issue fixes in\nthe previous commit call BuildAndCollectWarnings and pass\nadditionalBuildArguments, neither of which exists before Atc.DotNet 3.0.174.\n\nKeeps the Hosting bump to 10.0.10 and restores the ATC packages to 3.0.174.",
"is_bot": false,
"headline": "chore(deps): reconcile a concurrent edit to the CLI project file",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "142de5bf2ad86f7d641c613148ac68d37412bd9e",
"body": "Adds --buildConfiguration and --buildProperty to the run options block, plus a\nsection on what to do when a build target blocks the updater.\n\nThe section states plainly that MSBuild has no switch to skip a named target, so\nthe target has to carry a Condition the tool can flip, and shows both the XML and\nthe matching command line. Also mentions that a third-party .targets file usually\nexposes a disable property already, since that is the case the requester is most\nlikely to hit.",
"is_bot": false,
"headline": "docs(cli): document the build options added for issue #118",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c43d8bf6591f89d0a2ebea1ce3349bdb912e073",
"body": "Bumps Atc, Atc.DotNet, Atc.Console.Spectre and Atc.XUnit from 3.0.67 to\n3.0.174. Atc.DotNet 3.0.174 requires Atc 3.0.174, so they move together, and it\nis a prerequisite for two of the three issues: only that version exposes\nBuildAndCollectWarnings and the additionalBuildArguments parameter.\n\nThe bu\n[…]\ntionTests is an integration regression test for #47\n using a two-project fixture. It asserts a lower bound rather than an exact\n count, so it will still pass once the 2x inflation is fixed upstream.",
"is_bot": false,
"headline": "fix(updater): resolve issues #47, #67 and #118",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T13:26:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb93c2cab6b2df393f8363cac4011268b7ed75c2",
"body": "dotnet/nbgv and satak/webrequest-action were referenced as @master, so whatever\nthat branch happened to hold at run time was what executed - including in the\nrelease job that pushes packages to NuGet.\n\n- dotnet/nbgv@master -> v0.5.2. Verified that v0.5.2 still exposes the setAllVars\n input both wor\n[…]\nryBranch, so a single shell step could replace it.\n- satak/webrequest-action@v1.5.0 runs on node20, also deprecated. It performs one\n GET to invalidate the ATC API cache, which curl could do instead.",
"is_bot": false,
"headline": "chore(ci): pin the two actions that tracked a branch instead of a tag",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb68242216489ad5c8b1f50ba85ce1492d401c32",
"body": "- actions/checkout v5 -> v7 (6 uses)\n- actions/setup-dotnet v5 -> v6 (5 uses)\n- actions/github-script v7 -> v9\n- peter-evans/create-pull-request v7 -> v8\n\nEach of these is a major bump, and none of the breaking changes apply here:\n\n- checkout v7 blocks checking out fork PRs for pull_request_target a\n[…]\nunner 2.327.1 or later for Node 24, which\n only applies to self-hosted runners; every job here runs on a GitHub-hosted one.\n\nnelonoel/branch-name is left at v1.0.1 because that is its latest release.",
"is_bot": false,
"headline": "chore(ci): update GitHub Actions to their latest major versions",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58c80e91e5641df808248162abd452a6d33c605a",
"body": "The run command reported outcomes only as log lines, so nothing could answer\n\"what changed?\" without scraping stdout, and a CI job had to diff the working\ntree to find out whether the project was up to date.\n\nOutcome tracking\n- EditorConfigHelper.HandleFile now returns a FileUpdateOutcome and\n Dire\n[…]\nhe dry-run path computes the bump list and the real path recomputes it\ninside UpdateFile. Version lookups are cached, so this is repeated string work on\na small file rather than extra network traffic.",
"is_bot": false,
"headline": "feat(cli): add run --json and --failOnChanges",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75525641932759dd95a81e02c626350c3de4e78f",
"body": "Features\n- Add --forceNugetRefresh to the run command. The ATC API caches resolved package\n versions in memory for 12 hours, so a version published inside that window is\n served stale; the endpoint accepts invalidateCache=true but the client had no way\n to ask for it. The server-side TTL is delib\n[…]\nCollapse four near-identical mapping loops into EnumerateMappedPaths.\n- Build the provider snapshot path in one place instead of three.\n- Reduce the suppression-line tab calculation to a range switch.",
"is_bot": false,
"headline": "feat(updater): --forceNugetRefresh, concurrent lookups and defect fixes",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "874e7aa957f792ebe44eba967fe884f76165c1aa",
"body": "The drift report surfaced that the distribution's test/Directory.Build.props sets\n<Nullable>annotations</Nullable> in a \"Compile settings\" group while the local copy\ndid not, so test projects inherited <Nullable>enable</Nullable> from the root and\ngot full nullable warnings. Annotations are still honoured; only the warnings are\noff, which is the intent for test projects.\n\nRemoves the three null-forgiving operators in AnalyzerProviderCollectorTests that\nthis makes redundant (S8970).",
"is_bot": false,
"headline": "fix(test): adopt the Nullable setting from the distribution",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5402df137eadd7117cd9e0fcf5f6e58401fd3ea",
"body": "Bug fixes\n- Recognize .slnx solutions in FileHelper, so --useTemporarySuppressions no\n longer silently skips the build loop on repos without a .sln/.csproj at the\n root (this repository included).\n- sanity-check now returns a non-zero exit code in text mode, not only with\n --json. Both output mod\n[…]\nrs command and its\n --fetchMode values, sanity-check --json, and the exit-code contract.\n- Correct the useLatestMinorNugetVersion help text: the bump is bounded by the\n major version, not the minor.",
"is_bot": false,
"headline": "feat(updater): drift reporting, CLI test harness and correctness fixes",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "083306fa4a0cabe00495124eb350172c00a6a76b",
"body": null,
"is_bot": false,
"headline": "chore: nuget updates",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T10:53:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41da06bff25c46ccbcb8e40092b325413a0a539",
"body": " - Update AtcApiNugetClientHelper.BaseAddress to new Sweden Central ACA endpoint\n - Update release workflow cache-invalidation URL to match",
"is_bot": false,
"headline": "fix(atc-api): repoint base URL to Azure Container Apps host",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-29T11:14:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19a500ca27611b30e40851c524bd89b9f45e87f2",
"body": null,
"is_bot": false,
"headline": "docs: fix links - via.placeholder.com is shutdown",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-28T10:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89636d3f84f6eefe62fdd3c49fa24364192d47bd",
"body": "EditorConfigHelper:\n- Duplicate-key conflict between git base and custom section emits the\n \"custom section overrides upstream default\" warning\n- UpdateRootFileSuppressions add-then-remove round-trip restores\n pre-existing custom section content\n- Multiple custom sections preserve their original o\n[…]\nCollect returns empty on a clean project\n- Collects MissingOrganizationName / MissingRepositoryName warnings\n when placeholders remain\n- Collects EnableNETAnalyzers errors with FilePath under DotNet5",
"is_bot": false,
"headline": "test: cover merge edge cases and sanity-check collect path",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f78a884141ca10f875b2ac6978895fb9d947cee",
"body": "For each of the 13 provider tests:\n- Assert every collected rule's Code matches the provider's expected\n prefix (CA, SA, MA, WPF, VSTHRD, SCS, S, NS, xUnit, AsyncFixer,\n Asyncify, CS)\n- Where the rule ID is well-known and stable, assert a specific code\n is present (MA0048, CA1707, SA1600, S1118, WPF0001, CS4014, CS1998,\n VSTHRD100, AsyncFixer01)\n\nCatches silent parsing breakage when an upstream documentation page\nchanges layout but still returns *something*.",
"is_bot": false,
"headline": "test(providers): assert known rule codes and prefixes",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f72fe26da4339e53730649266789c36ec2e1b7c",
"body": "- ProjectBaseCommandSettings: fix \"diectory\" typo, clarify --projectPath\n and --optionsPath descriptions\n- RunCommandSettings: rewrite every option's description to spell out\n what gets written, where, and what defaults apply",
"is_bot": false,
"headline": "docs(cli): tighten help text on Run and Project base settings",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0828926ecd6ef6345b6ffb6978049ba43f9e6c11",
"body": "- New SanityCheckDiagnostic / SanityCheckSeverity types model the\n result so the JSON shape stays stable for CI consumers\n- ProjectSanityCheckHelper.CheckFilesAndCollect returns the diagnostic\n list without logging or throwing; CheckFiles delegates to it and\n replays the existing throw-or-log beh\n[…]\ns a [{Severity, Code, Message,\n FilePath}] array on stdout and returns Failure when any error-\n severity diagnostic is collected; header banner is suppressed in\n JSON mode so output is parser-clean",
"is_bot": false,
"headline": "feat(cli): add --json output to sanity-check",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d9fec380d543aee4a217125194b60c7812d408fe",
"body": "- README: update prerequisite to .NET 10 SDK; expand --projectTarget\n list to include DotNet9/10/11 (DotNet10 default); update example JSON\n- docs/architecture.md: component map, run-flow diagram, .editorconfig\n merge algorithm, provider scraping flow with snapshot fallback,\n \"where things live\" \n[…]\nd deletion\n in favour of `analyzer-providers collect --json`\n- src/.editorconfig: suppress SA1611/SA1615/SA1616/SA1618/SA1619 in\n Custom section so summary-only XML docs don't trigger style warnings",
"is_bot": false,
"headline": "docs: refresh README, add architecture doc, mark Generator orphan",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f4cc5475da106345248d26dd366d7f172f66f8e",
"body": "- EditorConfigHelper: tests for the autogenerated-header-on-first-line\n crash, Spectre markup escape in custom-section values, empty git\n content not overwriting, dry-run skipping create + merge writes\n- DirectoryBuildPropsHelper: 6 tests covering placeholder presence\n detection and replacement (\n[…]\nplaceholder warnings, EnableNETAnalyzers\n throw under DotNet5, and throwIf:false not throwing on\n TargetFramework/ImplicitUsings mismatch\n- GlobalUsings: add System.Data for DataException assertions",
"is_bot": false,
"headline": "test: add merge, sanity-check, build-props, dry-run regression tests",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b00c47731dd858ac3c63a04f5866d4d454fb83e3",
"body": "Correctness:\n- AnalyzerProviderCollector: stop hardcoding ProviderCollectingMode.ReCollect\n for three providers; respect the caller's mode\n- OptionsFile.ToString: fix swapped TemporarySuppressionsPath /\n TemporarySuppressionAsExcel labels\n- EditorConfigHelper: guard result.Last() when autogenerate\n[…]\n, ProjectSanityCheckHelper, FileHelper,\n HttpClientHelper, Constants, AppEmojisConstants, and all 13 providers\n- LogSeverityDiffs duplicate-key warning rephrased to make override\n semantics explicit",
"is_bot": false,
"headline": "feat(updater): correctness fixes, resilience, and CLI features",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c06efd5d74365d6e112ac90cf04c8a0d49edf01b",
"body": "- Atc / Atc.DotNet / Atc.Console.Spectre / Atc.XUnit 3.0.46 -> 3.0.67",
"is_bot": false,
"headline": "chore(deps): bump Atc packages to 3.0.67",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d691a6105c6d442a530b41b0d8d9691bfc4292",
"body": "- Return early when payload.tree.readme.richText is missing\n- Suppress MA0051 (Method too long) on ReCollect overrides",
"is_bot": false,
"headline": "fix(providers): guard null richText and silence MA0051 in ReCollect",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990f89148766393be2904b9c229e72c89ae2edd7",
"body": "Required by the bumped Atc.Console.Spectre / Spectre.Cli surface.",
"is_bot": false,
"headline": "refactor(commands): use protected override for Spectre.Cli Execute",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180063a23d96029140fce18e0bb10cc430250176",
"body": "- Atc / Atc.DotNet / Atc.Console.Spectre 3.0.12 -> 3.0.46\n- HtmlAgilityPack 1.11.60 -> 1.12.4\n- Microsoft.Extensions.Hosting 10.0.0 -> 10.0.7\n- Microsoft.SourceLink.GitHub 8.0.0 -> 10.0.203\n- Atc.Test 2.0.16 -> 2.0.17, Atc.XUnit 3.0.12 -> 3.0.46\n- Microsoft.NET.Test.Sdk, Testing.Extensions.*, xunit.v3.mtp-v2 bumps",
"is_bot": false,
"headline": "chore(deps): bump Atc, test, and runtime package versions",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f9c8d01d40e3238656cb89f9295e9e3f9ccf0f",
"body": "- Drop Asyncify and SecurityCodeScan.VS2019 analyzer packages\n- Bump Atc.Analyzer, AsyncFixer, Meziantou.Analyzer, SonarAnalyzer.CSharp\n- Refresh root/src/test .editorconfig from DotNet10 distribution\n- Suppress AsyncFixer02 in src custom section (false positive on\n synchronous HtmlAgilityPack and in-memory LINQ inside async methods)",
"is_bot": false,
"headline": "build: align analyzer set with atc-coding-rules DotNet10",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-25T23:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1edbd41471e21f326ca75569fa59066974a2c74",
"body": null,
"is_bot": false,
"headline": "build(ci): suppress CA1873",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-20T12:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd5e0ddcbb68c22bf14d25d57da50af3275130a6",
"body": null,
"is_bot": false,
"headline": "fix(scripts): tolerate failed nuget sources on tool install/update",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-04-20T12:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c6e5919a2fd5854aa61dac2ea8adbbdd17bd75",
"body": "- Add DotNet11 (STS) to SupportedProjectTargetType enum\n- Add DotNet11 case to sanity check and Directory.Build.props handling",
"is_bot": false,
"headline": "feat: add support for dotnet 11",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-04-20T12:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73729510f00a6bced8e64ddaaf5c2c3f2a5a9ab",
"body": null,
"is_bot": false,
"headline": "fix: add missing Directory.Build.props for DotNet10 projects",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-01-05T21:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9347387d7c9523340ef6808dde78c62eb718c5cc",
"body": null,
"is_bot": false,
"headline": "test(ci): ensure vs test uses MTP in pipeline",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0e64256b35522819d0599b3ed08116d5bdb958",
"body": null,
"is_bot": false,
"headline": "test(provider): add retry pattern in AsyncFixerProviderTests",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3de253729941f8b0039c50e7cb4d295536c8490",
"body": null,
"is_bot": false,
"headline": "build: suppress CA1308 in root .editorconfig",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20e9b70d9c5e83162207c18cf78df9e71fa1836",
"body": "- Update HTML table selectors for new page layout\n- Select from all tables instead of single article table",
"is_bot": false,
"headline": "fix(providers): update XunitProvider for xunit.net page structure",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7211e44a92242a9072c03acb4d833cc01876716",
"body": "…r URL\n\n- Update DocumentationLink to correct analyzer index page\n- Fix href link construction for relative URLs",
"is_bot": false,
"headline": "fix(providers): update MicrosoftVisualStudioThreadingAnalyzersProvide…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "763984d36bf60d8664ba3649a0b13eef2b8d3644",
"body": "- Fetch raw markdown from raw.githubusercontent.com instead of scraping HTML\n- Add GeneratedRegex patterns for parsing rule IDs and categories\n- Hardcode known rule file paths for reliable collection\n- Fix regex to match rule codes with letter suffixes (e.g., SX1309S)",
"is_bot": false,
"headline": "fix(providers): update StyleCopAnalyzersProvider for GitHub page changes",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c314a9eb9b7d4d61bea763063cddc25e66f8c9d2",
"body": "… restructure\n\n- Replace TOC JSON parsing with hardcoded category page paths\n- Add trailing slash to DocumentationLink for correct Uri construction\n- Parse CS codes from category pages instead of individual error pages\n- Handle new documentation structure where errors are grouped by category",
"is_bot": false,
"headline": "fix(providers): update MicrosoftCompilerErrorsProvider for Learn site…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6bee292bd393daf86817eae11d21befaef49a12",
"body": null,
"is_bot": false,
"headline": "ci: update action versions",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8668d5daf0c46cf6c8776676ee00ba3645ebc41",
"body": null,
"is_bot": false,
"headline": "build: suppress AsyncFixer02",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ef68d1a0865e2498073d1d924d97f79b787e219",
"body": null,
"is_bot": false,
"headline": "fix: add netcoreapp3.1 check for DotNet5 in ProjectSanityCheckHelper",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f55c736ebf47eaed7fb819d8ffa453b0b9bf30f1",
"body": null,
"is_bot": false,
"headline": "test: update tests to work with latest xunit version",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc53cb87e5a2da9caace0197593662e180929405",
"body": null,
"is_bot": false,
"headline": "feat: add support for dotnet 10",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d8d270f0094fcd5805d65c4fd3481b625c22c11",
"body": null,
"is_bot": false,
"headline": "feat: add aspire project support",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78634fadc1c2f646f957736f966996bd1979664d",
"body": null,
"is_bot": false,
"headline": "style: fix formatting",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c7005d2fbdfbc7b2a1ea6126cf66527beb658e",
"body": null,
"is_bot": false,
"headline": "feat: upgrade to .net 10 - incl projects and pipeline",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700b8ec44d73682bcbcfaecf6eb840cdf177d7cb",
"body": null,
"is_bot": false,
"headline": "chore: upgrade coding-rules",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e653fb7f236809695fa1497030a9ae0b10c51a",
"body": null,
"is_bot": false,
"headline": "chore: migrate solution file to .slnx format",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2025-12-02T12:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b4fbb360887f62c8e5831a7cdfdfce73cea09a",
"body": "DotNet9",
"is_bot": false,
"headline": "Merge pull request #169 from atc-net/feature/dotnet9",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2024-11-13T13:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111c58353a9c51b3648e91a3f9dd1c9d5c6f8d48",
"body": null,
"is_bot": false,
"headline": "test: fix CollectBaseRules unit-test",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-11-13T09:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "521912c52bcfb74b130f567cdb2f6bf71930b90d",
"body": null,
"is_bot": false,
"headline": "feat: add dotnet9 support",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-11-13T09:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041dab773b9e550ab5c1abe5b6660507f3301ebc",
"body": null,
"is_bot": false,
"headline": "build: add new rules to root .editorconfig",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-11-13T09:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365e630134456a19adeb64bc8b936b3a7cfbaee3",
"body": null,
"is_bot": false,
"headline": "build: add NU1903 to nowarn in Directory.Build.props",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-11-13T09:34:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46b9cee2cac4c3c63143f367eae4e5e68b59a33",
"body": null,
"is_bot": false,
"headline": "style: fix warnings based on new coding-rules",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-11-13T09:34:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95c1010ccbc519fd7c74a1de3501652cc1c52012",
"body": "sonar.login is deprecated - switching to sonar.token",
"is_bot": false,
"headline": "Merge pull request #164 from atc-net/feature/sonarcloud.token",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2024-05-07T06:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32cb44835a8cb7b77946e00e3652cd78820adb53",
"body": null,
"is_bot": false,
"headline": "ci: sonar.login is deprecated - switching to sonar.token",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-05-07T05:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec338b455146f10760b0fb0aee48b8e7c5b87c7",
"body": "…framework-cli\n\nFeature/add support for project framework cli",
"is_bot": false,
"headline": "Merge pull request #159 from atc-net/feature/Add-support-for-project-…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-11T12:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e67e47adc01dd02631ec7f266459b8baa6c44aa",
"body": null,
"is_bot": false,
"headline": "feat: Add support for project-framework distribution 'cli'",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-11T12:06:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba34e678d0cdb40b47b1d47d205aaa2b14706297",
"body": null,
"is_bot": false,
"headline": "chore: Nuget update",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-11T12:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6454167a6df678fca847f467ecf33dd18fe64d77",
"body": null,
"is_bot": false,
"headline": "fix: Change -v to --verbose",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-11T12:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53df74d012eaa2f741a03d84432b02d0feb6b446",
"body": null,
"is_bot": false,
"headline": "build: Update actions versions",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-11T12:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a450a90a4e26fbbb67408d487caa06f76c122a2f",
"body": "fix: Ensure all providers's recollect works agains the new gidhub pag…",
"is_bot": false,
"headline": "Merge pull request #157 from atc-net/feature/Fix-all-provider-recollect",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-02T20:08:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b7a876508d9eecd7c650fe078cdd798b302b130",
"body": "…e format (react-app.embeddedData)",
"is_bot": false,
"headline": "fix: Ensure all providers's recollect works agains the new gidhub pag…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-02T19:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b07eb671caf2fa583e2b6733459911115c74047",
"body": "Introduce support for project specific framework types",
"is_bot": false,
"headline": "Merge pull request #156 from atc-net/feature/project_frameworks",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-04-02T11:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c16711c95b1ce435060af6bad1d02668568a7cc",
"body": null,
"is_bot": false,
"headline": "chore: move usings to GlobalUsings",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16f8d478e42c02617ed8bb92a11168f968327643",
"body": null,
"is_bot": false,
"headline": "chore: remove a few TODOs",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:45:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d6a7423a88cc6db452641a91171cde9ea63f97b",
"body": null,
"is_bot": false,
"headline": "feat: handle project specific frameworks for .editorconfig files",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f5918a213dd0760688896830ff0430fd2bf8204",
"body": null,
"is_bot": false,
"headline": "docs: update README.md with latest changes",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:41:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5e19b21af1437768407e711c329fe760356b1b",
"body": "…ethod",
"is_bot": false,
"headline": "refact: removing unsued method in OptionsFile and updating ToString m…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "571c006eebeafffbe3082264e64b430b630f1a3b",
"body": null,
"is_bot": false,
"headline": "chore: formatting code in a few commands",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381b4d6166a6604fd89af9ed8c2a366aab438dde",
"body": null,
"is_bot": false,
"headline": "build: suppressing SA1010 due to utilizing collection-expressions",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ef6630e36b6371634520cbdb96b0d21c038a05a",
"body": "…t-dated ArgumentShortVerbose",
"is_bot": false,
"headline": "fix: ensure ArgumentLongVerbose is used in CLI examples instead of ou…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T10:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab86011f939d39a2938e1d6a2663f259c0abec8",
"body": "…list of ProjectFrameworkMappings",
"is_bot": false,
"headline": "feat: introduce OptionsProjectFrameworkMapping on OptionsFile with a …",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T09:57:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d0dccb621a95fa9ec5b7fc4e043fc6af319e93",
"body": "…sion aswell as long-version",
"is_bot": false,
"headline": "refact: change RootCommandSettings to utilize new shortversion of ver…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T09:56:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9442b4b0501d388c551af6bbc0520ef2705719e",
"body": "…d of old -v",
"is_bot": false,
"headline": "feat: update atc-coding-rules-updater.ps1 to utilize --verbose instea…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T09:56:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0023dc3d6f16a4d2615f54761a5550506771b7df",
"body": null,
"is_bot": false,
"headline": "chore: update nuget packages",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-04-02T09:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbbb41d5cc69e9b6779431f45238e1f757c0a10e",
"body": null,
"is_bot": false,
"headline": "feat: add ProjectFrameworkType enum",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df49af9f6fe40cd93ccb33af433e7f7ea866c675",
"body": "dotnet8 upgrade",
"is_bot": false,
"headline": "Merge pull request #155 from atc-net/feature/dotnet8_upgrade",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2024-03-27T14:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da48e2816edd9edfca6930a293c2eef695301558",
"body": null,
"is_bot": false,
"headline": "docs: update readme",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7d31bc13cdac44a3235deb83d3e64f811519bfb",
"body": null,
"is_bot": false,
"headline": "feat: change code to conform to coding-rules after update to dotnet 8",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:18:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90be3fc7be9625f805f9bffb2acab066b2ce66a3",
"body": null,
"is_bot": false,
"headline": "chore: cleanup unused usings and move a few usings to GlobalUsings",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2f38fcc13a1e833cbacae59ed5192f03060eb5",
"body": null,
"is_bot": false,
"headline": "feat: update packages and static code analyzers",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:17:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48f49e6f3654dd8f00c4d19fcff620053aa1e94",
"body": null,
"is_bot": false,
"headline": "feat: update coding-rules and projects to dotnet 8",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ed8b01063d247911abdad95e6494a60c78dbe3d",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to dotnet 8 in github workflows",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891cf16317fcf9132f7e9073e768fee593a44de0",
"body": null,
"is_bot": false,
"headline": "chore: remove superfluous whitespace in atc-conding-rules-update.yml",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2024-03-27T14:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551070d29b6e7d80d13de50218ad85704753ae4b",
"body": "fix: IsFileDataLengthEqual and rename it to AreFilesEqual",
"is_bot": false,
"headline": "Merge pull request #154 from atc-net/feature/Fix-IsFileDataLengthEqual",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2023-11-15T10:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcca54af8640d2dd6b63e4f5c61c75cb5bbb8771",
"body": null,
"is_bot": false,
"headline": "fix: Improve options-path to handle both dir-path and file-path",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2023-11-15T10:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a59434369f7b7043545660a1b18585a02f325e",
"body": null,
"is_bot": false,
"headline": "fix: IsFileDataLengthEqual and rename it to AreFilesEqual",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2023-11-15T09:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed0f17f79c1519698947072cb63f5c616c357b9",
"body": "Update with .NET 8",
"is_bot": false,
"headline": "Merge pull request #153 from atc-net/feature/dotnet8",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2023-11-14T19:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aaaf98f85557bd2216910519952c755e00bd403",
"body": "Updating JDK version in post-integration pipeline",
"is_bot": false,
"headline": "Merge pull request #152 from atc-net/feature/updating_jdk_version",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2023-11-10T14:11:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f7fb499209598cc41f43bb5d51b4174303367e1",
"body": null,
"is_bot": false,
"headline": "chore: Updating JDK version in post-integration pipeline",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2023-11-10T14:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e871606bd4c523a05bfe0f3cfbada881ab3ce0",
"body": "…documentation aswell",
"is_bot": false,
"headline": "feat: Introducing dotnet8 as SupportedProjectTargetType and updating …",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2023-09-25T08:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e6e4b80751c6c528ee19ed2489d0177569f36ab",
"body": "Add dotnet7 support from coding-rules",
"is_bot": false,
"headline": "Merge pull request #120 from atc-net/feature/dotnet7",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2022-11-28T12:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "732fc7fa0bd1ca4572f7ba9466164f1b9406103d",
"body": null,
"is_bot": false,
"headline": "chore: Downgrade c# langversion from 11 -> 10",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2022-11-28T12:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08400f32e9674b5193d3d7d7f47a989eeee1e6f3",
"body": null,
"is_bot": false,
"headline": "chore: Nuget updates",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2022-11-28T12:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d49970dfbc6fd5611841be13c270b6aca26af3d",
"body": null,
"is_bot": false,
"headline": "chore: Downgrade TargetFramework from 7 -> 6",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2022-11-28T12:25:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab7f6d592f55d73cdf6d71d499dd62e4def3ccb",
"body": null,
"is_bot": false,
"headline": "build: Suppressing S4457 in root .editorconfig",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2022-11-24T20:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba6f2a70d0996f5acde5a098988e52d2a8b222b",
"body": null,
"is_bot": false,
"headline": "style: Fixing up style-related issues",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2022-11-24T20:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bcac7dc10e9bbda4d50f3a096e61621ad19f964",
"body": null,
"is_bot": false,
"headline": "build: Enforcing use of file-scoped namespacing in root .editorconfig",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2022-11-24T20:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e4038e0727533135d8f93e2b196c089957073fb",
"body": null,
"is_bot": false,
"headline": "feat: Introducing support for DotNet7",
"author_name": "Per Kops",
"author_login": "perkops",
"committed_at": "2022-11-24T20:17:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 35,
"latest_release_at": "2020-12-20T20:57:20Z",
"latest_release_tag": "1.0.4",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 6,
"days_since_latest_release": 2046,
"mean_days_between_releases": 1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "atc-coding-rules-updater",
"exists": true,
"license": null,
"keywords": [
"coding-rules",
"rules"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/atc-coding-rules-updater",
"is_deprecated": false,
"latest_version": "2.0.266",
"repository_url": "https://github.com/atc-net/atc-coding-rules-updater",
"versions_count": 45,
"total_downloads": 26719,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T13:28:56.543000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 4,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"sample"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj",
"src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj",
"src/Atc.CodingRules/Atc.CodingRules.csproj",
"test/Atc.CodingRules.AnalyzerProviders.Tests/Atc.CodingRules.AnalyzerProviders.Tests.csproj",
"test/Atc.CodingRules.Updater.Tests/Atc.CodingRules.Updater.Tests.csproj"
],
"largest_source_bytes": 37605,
"source_files_sampled": 117,
"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": 6,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Atc",
"manifest": "src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "HtmlAgilityPack",
"manifest": "src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj",
"ecosystem": "nuget",
"version_constraint": "1.12.4"
},
{
"name": "Atc",
"manifest": "src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "Atc.DotNet",
"manifest": "src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "Atc.Console.Spectre",
"manifest": "src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "EPPlus",
"manifest": "src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"ecosystem": "nuget",
"version_constraint": "7.1.1"
},
{
"name": "Microsoft.Extensions.Hosting",
"manifest": "src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Atc",
"manifest": "src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "Atc.DotNet",
"manifest": "src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "Atc.Console.Spectre",
"manifest": "src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
},
{
"name": "Atc",
"manifest": "src/Atc.CodingRules/Atc.CodingRules.csproj",
"ecosystem": "nuget",
"version_constraint": "3.0.181"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Atc",
"direct": true,
"version": "3.0.181",
"ecosystem": "nuget"
},
{
"name": "Atc.Console.Spectre",
"direct": true,
"version": "3.0.181",
"ecosystem": "nuget"
},
{
"name": "Atc.DotNet",
"direct": true,
"version": "3.0.181",
"ecosystem": "nuget"
},
{
"name": "EPPlus",
"direct": true,
"version": "7.1.1",
"ecosystem": "nuget"
},
{
"name": "HtmlAgilityPack",
"direct": true,
"version": "1.12.4",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Hosting",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 6,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 85,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 20,
"closed_unmerged_prs": 83
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "davidkallesen",
"commits": 343,
"avatar_url": "https://avatars.githubusercontent.com/u/9729325?v=4"
},
{
"type": "User",
"login": "perkops",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/43060445?v=4"
},
{
"type": "User",
"login": "JKrag",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1712950?v=4"
},
{
"type": "User",
"login": "egil",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/105649?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.891
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"atc-coding-rules-update.yml",
"integration-tests.yml",
"post-integration.yml",
"pre-integration.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": "6 out of 6 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/6 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "13 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f9b35cbfc77d7f515763af066c9ecfeea381a657",
"ran_at": "2026-07-29T13:38:45Z",
"aggregate_score": 5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T13:29:00Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T13:26:08Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atc-net/atc-coding-rules-updater",
"host": "github.com",
"name": "atc-coding-rules-updater",
"owner": "atc-net"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 60,
"vitality": 62,
"community": 36,
"governance": 61,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 62,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 35,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 6
},
"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": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "35 commits in the last year",
"points": 14,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 35
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "13 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 10,
"latest_release_tag": "1.0.4",
"releases_from_tags": false,
"days_since_latest_release": 2046,
"mean_days_between_releases": 1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2046 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2046
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 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": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"forks": 2,
"stars": 4,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4 stars",
"points": 7.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": 58,
"inputs": {
"packages": [
"atc-coding-rules-updater"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 26719,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "26,719 downloads all-time across nuget",
"points": 46,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 26719,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.891
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 85,
"open_issues": 0,
"closed_issues": 20,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 83
},
"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": "85/168 decided PRs merged",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 85,
"decided": 168
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"followers": 30,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "atc-net",
"public_repos": 41,
"account_age_days": 2445
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "30 followers of atc-net",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 30,
"login": "atc-net"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~6 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"atc-coding-rules-updater"
],
"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": "45 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 45
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"coding-rules",
"command-line-tool",
"analyzers",
"csharp",
"developer-tools",
"dotnet",
"editorconfig"
],
"has_wiki": false,
"homepage": "https://atc-net.github.io/repository/atc-coding-rules-updater",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://atc-net.github.io/repository/atc-coding-rules-updater",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 60,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5
},
"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": "6 out of 6 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/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "13 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 6 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": 6
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 6,
"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": 6,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 51,
"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": 1,
"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": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj",
"src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj",
"src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj",
"src/Atc.CodingRules/Atc.CodingRules.csproj",
"test/Atc.CodingRules.AnalyzerProviders.Tests/Atc.CodingRules.AnalyzerProviders.Tests.csproj",
"test/Atc.CodingRules.Updater.Tests/Atc.CodingRules.Updater.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj, src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj, src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Atc.CodingRules.AnalyzerProviders/Atc.CodingRules.AnalyzerProviders.csproj, src/Atc.CodingRules.Updater.CLI/Atc.CodingRules.Updater.CLI.csproj, src/Atc.CodingRules.Updater/Atc.CodingRules.Updater.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 37605,
"source_files_sampled": 117,
"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/117 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 117,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"sample"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "sample",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "sample"
}
}
],
"max_points": 40
}
]
}
],
"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-29T13:39:04.417290Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atc-net/atc-coding-rules-updater.svg",
"full_name": "atc-net/atc-coding-rules-updater",
"license_state": "standard",
"license_spdx": "MIT"
}