Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"core",
"csharp",
"dotnet",
"extensions",
"helpers",
"library",
"nuget"
],
"is_fork": false,
"size_kb": 5174,
"has_wiki": false,
"homepage": "https://atc-net.github.io/repository/atc",
"languages": {
"C#": 3745040,
"PowerShell": 386
},
"pushed_at": "2026-07-29T12:56:19Z",
"created_at": "2019-12-10T13:33:02Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T12:52:58Z",
"description": "Common C# extensions, helpers, and base types — the foundation library every other atc-net package depends on.",
"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": [],
"recent_commits": [
{
"oid": "97ed09057fec47a15cbbe7c603e4135893c60375",
"body": "…g out where wrong\n\nS8949 flagged four call sites that dropped the request's cancellation token. They\nneed two different answers, not one.\n\nKeepAliveMiddleware writes the response body for a health ping, so it now passes\ncontext.RequestAborted: if the caller has hung up there is nothing to gain by\nw\n[…]\nows the await) and an incomplete log entry,\nwhich is the one thing that middleware exists to produce. A comment records that\nthis is deliberate, since the analyzer will keep suggesting RequestAborted.",
"is_bot": false,
"headline": "fix(atc-rest): forward cancellation in middleware, deliberately optin…",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16c4b4f633b073006d380a5bb2984e1d9e4211ac",
"body": "MSBuild reports every diagnostic twice: inline while the target runs, and again in\nthe end-of-build recap under \"(CoreCompile target) ->\". Neither -clp:NoSummary nor\n-tl:off removes the recap, and ParseBuildOutputHelper incremented a counter per\nregex match, so every occurrence count was exactly dou\n[…]\nstill count separately (same code at different positions, same message from\ndifferent projects), and one over the real captured output of a two-project\nsolution asserting 14 lines yield 7 occurrences.",
"is_bot": false,
"headline": "fix(atc-dotnet): count each build diagnostic once",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f1924d836becf4ce1020c72a12fd2d8975cedf4f",
"body": "Assert.Contains over a string sequence without a comparer uses the default\nequality comparer, which the analyzers flag as culture-dependent. Passing\nStringComparer.Ordinal states the intent and keeps the assertions culture-neutral.\n\nNo behavioural change: every one of these compares C# syntax tokens, header names\nor literal test data, all of which are ordinal by nature.",
"is_bot": false,
"headline": "test: pass an explicit comparer to Assert.Contains on string sequences",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ddb936d0bdc0a2fb833009da692d579324977d",
"body": "- InternetBrowserHelper: S4036 \"use an absolute path\". Launching the user's\n default browser goes through the shell, so resolving an absolute path is not\n applicable.\n- NetworkInformationHelper: S1313 \"magic numbers should not be used\", twice. The\n literals are well-known network constants and are clearer inline than named.",
"is_bot": false,
"headline": "chore(atc): suppress two analyzer rules in the helper implementations",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a5737fa0a2db80b91b54ce9a01ce4680a9a63b",
"body": "Picks up the remarks for the all-numeric top-level label rejection added in\n5d457386, which noted that it also disambiguates host names from IPv4 addresses.\nThe generated CodeDoc was not regenerated in that commit.",
"is_bot": false,
"headline": "docs(atc): regenerate System.md for the IsHostName RFC 1123 change",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f004e9d72c74346769790516c02e33627c8946",
"body": "AssemblyHelper.GetSystemVersion() returns the full four-part assembly version. The\nfourth component is the build height added by tools such as\nNerdbank.GitVersioning, which is not something a caller wants when presenting a\npackage version.\n\nThe overload takes the number of components to include and validates it is between\n1 and 4, so callers can ask for SemVer-style \"Major.Minor.Patch\" directly instead\nof trimming the string themselves.\n\nIncludes tests and the regenerated CodeDoc.",
"is_bot": false,
"headline": "feat(atc): add GetSystemVersion overload taking a field count",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "699419ebffd60e90870c6802173dd0238eb5572e",
"body": null,
"is_bot": false,
"headline": "chore: nuget updates",
"author_name": "davidkallesen",
"author_login": "davidkallesen",
"committed_at": "2026-07-29T12:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d457386b3aefe5e443ad1b8f35ad156afdd3a28",
"body": null,
"is_bot": false,
"headline": "feat(atc): enforce RFC 1123 TLD all-numeric rejection in IsHostName",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T13:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438f3a7279e6dcd71c9db176370c71759068edf9",
"body": "All packages were published without a readme (NuGet 'Readme missing' warning). Each src project\nalready has its own README.md; pack it into the package root and reference it via\nPackageReadmeFile so it shows on the NuGet gallery page.",
"is_bot": false,
"headline": "chore: include per-project README.md in NuGet packages",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T12:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b6cd08d5e0e95428c06ea4e08f5f84e4de481c",
"body": "Fix pre-existing naming issues carried into both the AwesomeAssertions and FluentAssertions\nREST assertion test suites (flagged in review):\n\n- Doenst -> Doesnt in WithErrorMessage test names.\n- Does_Not_Throws -> Does_Not_Throw grammar fix.\n- 'Github' -> 'GitHub' in TODO comments.\n- BeCreatedResult status-code test names 202 -> 201 (Created is 201).\n- BeConflictResult passes test name 404 -> 409 (Conflict is 409).",
"is_bot": false,
"headline": "chore(test): correct copied-over test name typos and brand casing",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T11:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f0d1cb442274e1052679da01a2a45c97527ba4d",
"body": "ICSharpCode.Decompiler flows transitively from the Atc.XUnit project reference (it is declared\nthere without PrivateAssets), so the explicit per-project PackageReference and its ItemGroup are\nredundant. Remove them from the remaining test projects.",
"is_bot": false,
"headline": "chore(test): drop redundant ICSharpCode.Decompiler package references",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T11:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07cade1cc249711f5f66d457cdc830a0f250004",
"body": "Add a callout pointing users to the new Atc.Rest.AwesomeAssertions package, which offers the\nsame helpers on the actively maintained Apache-2.0 fork, and note why this package stays pinned\nto FluentAssertions 7.2.1.",
"is_bot": false,
"headline": "docs(atc-rest-fluentassertions): recommend Atc.Rest.AwesomeAssertions",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T11:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f6a190d4baf9704443cccc7d77443ffe1757769",
"body": "…pers\n\nAdds Atc.Rest.AwesomeAssertions, the AwesomeAssertions counterpart of\nAtc.Rest.FluentAssertions, providing expressive assertions for Atc REST domain handler\nresults (BeOkResult, BeNotFoundResult, WithContent, WithErrorMessage, etc.).\n\nAwesomeAssertions is a general-purpose assertion library a\n[…]\n mirroring the FluentAssertions tests, with\n message expectations reconciled to AwesomeAssertions 9.x output plus chained-API coverage.\n- Register both projects in Atc.slnx and add generated CodeDoc.",
"is_bot": false,
"headline": "feat(atc-rest-awesomeassertions): add AwesomeAssertions assertion hel…",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T11:44:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a16260a19b95f13feda0012a9d65437b6c8f434",
"body": "Atc.Test 3.0.0 swaps its transitive assertion dependency from FluentAssertions to\nAwesomeAssertions (the Apache-2.0 fork of FluentAssertions 7.x), so the solution-wide\nglobal using is switched accordingly.\n\n- Bump Atc.Test 2.0.17 -> 3.0.0 and swap the global Using FluentAssertions -> AwesomeAssertio\n[…]\nsertions global using and keep\n FluentAssertions, since it tests the FluentAssertions-based library; also drop the redundant\n ICSharpCode.Decompiler reference (it flows transitively from Atc.XUnit).",
"is_bot": false,
"headline": "chore(test): migrate test suite to Atc.Test 3.0.0 / AwesomeAssertions",
"author_name": "Per Kops",
"author_login": null,
"committed_at": "2026-06-24T11:44:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13b1d36a3a472db1b78a2bf2e0e303f2070308c1",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: regenerate CodeDoc for all packages affected by this branch",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e7b52eb62584647dce9fbe3adc51d7a39032bde",
"body": "…hod calls\n\n- Add theory tests for all new *Ui methods verifying CurrentUICulture is used\n (tests set CurrentUICulture independently from CurrentCulture to confirm the\n correct property is read)\n- Rename test method calls from *UsingCurrentUiCulture to *Ui to match source renames\n- Fix GetMonthNam\n[…]\nyMonthNumber -> GetMonthNameByMonthNumberUi call sites\n- Fix TestMemberDataForTimeSpanExtensions: correct expected values for GetPrettyTimeUi\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(atc): add tests for *Ui extension methods and update renamed met…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60ca7bd7e7e724831db459d9414aa524d3f7b27f",
"body": "…singCurrentUiCulture suffix to Ui\n\nNew methods using CultureInfo.CurrentUICulture for frontend/UI rendering scenarios:\n- TimeSpanExtensions.GetPrettyTimeUi\n- DecimalExtensions.CurrencyRoundingUi\n- DoubleExtensions.CurrencyRoundingUi\n- DateTimeExtensions.GetWeekNumberUi\n- DateTimeOffsetExtensions.Ge\n[…]\nulture -> TryParse*Ui on DateTimeHelper and DateTimeOffsetHelper\n- IntegerExtensions.GetMonthNameByMonthNumber -> GetMonthNameByMonthNumberUi\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(atc): add *Ui extension methods using CurrentUICulture; rename U…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4796e6b6f8a7755a9e6fe0a67339e41d0578fb91",
"body": "…x factories and declaration extensions\n\n- SyntaxLiteralExpressionFactory: add CreateNull test\n- SyntaxObjectCreationExpressionFactory: add tests for ArgumentList, namespace+ArgumentList,\n and all CreateGeneric overloads; simplify Create+ArgumentList test to avoid nested Create\n call that confused\n[…]\n AddGeneratedCodeAttribute on record declarations\n- StructDeclarationSyntaxExtensionsTests: new file covering the same on struct declarations\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(atc-codeanalysis-csharp): add missing compliance tests for synta…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "20f05cdfa69e238d2b3fb6c2414f872c02b32a25",
"body": "…nd string-sanitized health data\n\n- ErrorHandlingExceptionFilterAttributeTests: expect ObjectResult instead of ContentResult\n now that HandleException returns ObjectResult when useProblemDetailsAsResponseBody=true\n- HealthReportEntryExtensionsTests: expect string values after SanitizeData converts all\n non-exception entries via .ToString() (bool true -> \"True\", int 3 -> \"3\", etc.)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(atc-rest,atc-rest-healthchecks): update tests for ObjectResult a…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "507c7a01ad649244f3642ce8e22d4d4544bc0e6c",
"body": "Switched from JsonSerializerOptionsFactory.Default (WriteIndented=true) to\nJsonSerializerOptionsFactory.Create(writeIndented: false) so HTTP response bodies\nare compact rather than pretty-printed.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(atc-rest): use compact JSON in CreateContentResult factory methods",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1653ecccd999ebb271aaa071094b15e289e5141d",
"body": "…ResourceManagerForResource\n\nAppDomain.GetAssemblies().Single() threw InvalidOperationException when both the net10.0\nand netstandard2.0 builds of Atc were loaded in the same AppDomain during test runs.\ntypeof(CultureHelper).Assembly always resolves to the correct assembly unambiguously.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(atc): replace Single() with typeof(CultureHelper).Assembly in Get…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1d6a806fd48713edb2389ca8e32348e403088f2c",
"body": null,
"is_bot": false,
"headline": "chore: nuget updates",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d740c6740f5c0805089801ced2b10021e32300d9",
"body": "…x compliance checks\n\n\r\nAdds GeoSpatialHelper.Bearing (CartesianCoordinate and double overloads)\r\nand UniversalTransverseMercatorConverter.ToWgs84(UniversalTransverseMercatorResult)\r\ntests, resolving AssertExportedMethodsWithMissingTests failures for both\r\nAbstractSyntaxTree and MonoReflection decompiler modes. Also includes\r\nupdated auto-generated CodeDoc for APIs added in prior sessions.",
"is_bot": false,
"headline": "test(atc): add missing tests for Bearing and ToWgs84(UtmResult) to fi…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa27dde83b8432720a9f25fd6fe630042d275577",
"body": "…ptions\n\n\r\nAzure AD access tokens use short-form role/name claims (\"roles\", \"name\",\r\n\"preferred_username\") rather than the long-URI ClaimTypes.Role / ClaimTypes.Name\r\nthat TokenValidationParameters defaults to. Without setting RoleClaimType,\r\n[Authorize(Roles=\"admin\")] silently never matches Azure A\n[…]\nnal RoleClaimType and NameClaimType to AuthorizationOptions.\r\nConfigureAuthorizationOptions.PostConfigure now applies them when configured,\r\nleaving the framework defaults intact when left null/empty.",
"is_bot": false,
"headline": "feat(atc-rest): add RoleClaimType and NameClaimType to AuthorizationO…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "00c8ccbcce94ee6154e25539f79372a0eaac82f0",
"body": "…xtensions.GetPrettyTime\n\n\r\nNumber formatting (\"N{n}\" format specifier) and string case conversion in\r\nGetPrettyTime used Thread.CurrentThread.CurrentUICulture. The UI culture\r\ncontrols resource language, not number/date regional format; using it for\r\nnumber formatting produces wrong decimal separat\n[…]\ngional format (e.g. da-DK region with en-US UI language).\r\n\r\nChanged both usages to CultureInfo.CurrentCulture to match the regional\r\nnumber format convention used throughout the rest of the codebase.",
"is_bot": false,
"headline": "fix(atc): use CurrentCulture instead of CurrentUICulture in TimeSpanE…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c51d91008b10bb61014072a6f8747402ca8ddc6",
"body": "…taxObjectCreationExpression test\n\n\r\nAfter adding Create(string, ArgumentListSyntax) alongside Create(string, string),\r\npassing null! was ambiguous. Cast to (string)null! to select the correct overload.",
"is_bot": false,
"headline": "fix(atc-codeanalysis-csharp-tests): disambiguate null overload in Syn…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5669a2e5930e259b7b9a4a351818e2109f242e0c",
"body": "…uthorizationOptions startup\n\n\r\nRemoved the eager OIDC signing-key pre-fetch (Task.Run+Wait with a 30 s\r\ntimeout) from ConfigureAuthorizationOptions.PostConfigure. JwtBearer's\r\nbuilt-in ConfigurationManager already fetches and caches the OIDC\r\ndiscovery document (including signing keys) on the first\n[…]\n two GetIssuerSigningKeysAsync private methods and the unused\r\nWellKnownOpenidConfiguration / SigningKeyFetchTimeout constants. Removed\r\nthe now-unused Microsoft.IdentityModel.Protocols global usings.",
"is_bot": false,
"headline": "fix(atc-rest-extended): remove blocking Task.Run+Wait from ConfigureA…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6451f5146e42fade4bc8d6f8ffd85e7d07620cf8",
"body": "…se cached options\n\n\r\nHealthCheckOptionsFactory.CreateJson previously serialized the health-check\r\nresponse to an intermediate string with a freshly-allocated JsonSerializerOptions\r\nper request. Now:\r\n- Uses JsonSerializer.SerializeAsync to write directly to HttpResponse.Body,\r\n eliminating the int\n[…]\n of JsonSerializerOptionsFactory.Create() (new object per call).\r\n- Remove redundant Microsoft.AspNetCore.Http global using (already available\r\n via the Microsoft.AspNetCore.App framework reference).",
"is_bot": false,
"headline": "perf(atc-rest-healthchecks): stream JSON directly to response body, u…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de946ac10446ce9f33c1396ccbcccde5ea6d0f0e",
"body": "\r\nWhen Assembly.Location is empty (single-file publish), FileVersionInfo returns null.\r\nNow falls back to AssemblyFileVersionAttribute so callers get the correct version\r\nstring instead of the 1.0.0.0 sentinel.",
"is_bot": false,
"headline": "fix(atc): fix GetFileVersion for single-file published assemblies",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d07171eaaa110ab7cd665000e964742bc98fd10",
"body": "\r\nCurrencyRoundingAsInteger/CurrencyRounding on decimal and double used\r\nThread.CurrentThread.CurrentUICulture.NumberFormat.CurrencyDecimalDigits.\r\nThe UI culture controls resource language, not regional number format;\r\ncurrency rounding should follow CultureInfo.CurrentCulture.",
"is_bot": false,
"headline": "fix(atc): use CurrentCulture (not CurrentUICulture) in CurrencyRounding",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fcb983c405ea678b1f9ddbee6e1f30122f4bcfc",
"body": "…ectResult factory overloads\n\n\r\n- StructDeclarationSyntaxExtensions: AddSuppressMessageAttribute and AddGeneratedCodeAttribute,\r\n mirroring the existing Class/Interface/Record extension pattern.\r\n- ResultFactory: add CreateObjectResultWithProblemDetails and CreateObjectResultWithValidationProblemDe\n[…]\nemoving the manual JsonSerializer.Serialize call.\r\n- docs/CodeDoc: regenerated entries for JsonSerializerOptionsFactory.Default and IsBinarySequence\r\n (documentation for APIs added in prior commits).",
"is_bot": false,
"headline": "feat(atc-codeanalysis-csharp,atc-rest): add struct extensions and Obj…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ee2ac967e30da8de20698450165d08002d587e4",
"body": "\r\nExpose stdout and stderr as distinct fields by changing InvokeExecuteWithProcessId\r\nreturn type to (IsSuccessful, StdOut, StdErr, ProcessId), adding the new\r\nInvokeExecuteWithTimeoutSeparate private helper, and surfacing two public\r\nExecuteWithSeparateOutput overloads (FileInfo and DirectoryInfo+FileInfo).\r\nExisting Execute overloads are unaffected — they still combine stdout/stderr.",
"is_bot": false,
"headline": "feat(atc): add ExecuteWithSeparateOutput to ProcessHelper",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16aa14d5e215dd9479c777f9295ea1b9c6aab5d",
"body": "…onfigureApiBehaviorOptions\n\n\r\nPreviously serialized the full ValidationProblemDetails (including user-submitted\r\nfield values) into every 400 telemetry trace. Now logs only the invalid field names\r\nand the correlation traceId, which is sufficient for diagnostics without capturing PII.",
"is_bot": false,
"headline": "fix(atc-rest): avoid PII/cost in App Insights BadRequest trace from C…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276801750f6899707ac59e3b583bf25f188458ad",
"body": "…n from O(n²) to O(n)\n\n\r\nAutoRegistrateServices: build a lookup keyed by interface FullName so each interface\r\nmaps to its implementations in O(1) instead of rescanning all types per interface.\r\nValidateServiceRegistrations: build a HashSet of registered service types for O(1)\r\ncontains-check instead of O(services) per interface.",
"is_bot": false,
"headline": "perf(atc-rest): optimize ServiceCollectionExtensions auto-registratio…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f64d6d8c849cb74bcd2ac3529a419ed0f14f6e04",
"body": "…, and ToWgs84 convenience overload\n\n\r\n- GeoSpatialHelper.Distance: add optional earthRadiusKm parameter (default 6371.0 km)\r\n- GeoSpatialHelper.Bearing: new method calculates initial bearing (0-360°) between two points\r\n- UniversalTransverseMercatorConverter.ToWgs84: convenience overload accepting UniversalTransverseMercatorResult directly",
"is_bot": false,
"headline": "feat(atc): extend GeoSpatial helpers with bearing, Earth-radius param…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a047e79a59d13e8eb94197c57c3a761a568fc72f",
"body": "…are and HealthReportEntry data sanitization\n\n\r\n- ExceptionTelemetryMiddleware: check RequestAborted before writing response,\r\n and write application/problem+json (ProblemDetails) instead of plain text\r\n- HealthReportEntryExtensions.SanitizeData: convert non-string/non-Exception\r\n data values to their string representation to prevent verbatim serialization\r\n of potentially sensitive objects to unauthenticated /health endpoints",
"is_bot": false,
"headline": "fix(atc-rest+atc-rest-healthchecks): harden ExceptionTelemetryMiddlew…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bccdcad837327b31961d7e6cccfff9bc4d643704",
"body": "…umentation helpers\n\n\r\nAssemblyCommentHelper, DocumentationHelper, and CodeComplianceDocumentationHelper\r\nall gain FileInfo xmlDocPath overloads so callers can specify the XML doc file\r\nexplicitly instead of relying on AppDomain base-dir auto-resolution.\r\nRenamed private core methods to *Core to avoid S4136/S1144 analyzer violations.",
"is_bot": false,
"headline": "feat(atc-codedoc+atc-xunit): add explicit xmlDocPath overloads to doc…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84de1efd523995de4ad8817a7820920a6850560",
"body": "…s to SyntaxObjectCreationExpressionFactory\n\n\r\nAdd Create(name, ArgumentListSyntax), Create(ns, name, ArgumentListSyntax),\r\nCreateGeneric(name, TypeArgumentListSyntax), CreateGeneric(name, typeName),\r\nCreateGeneric(name, TypeArgumentListSyntax, ArgumentListSyntax), and\r\nCreateGeneric(name, typeName, ArgumentListSyntax) overloads.",
"is_bot": false,
"headline": "feat(atc-codeanalysis-csharp): add argument-list and generic overload…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca491f2ec8fbbf191a52c99fcbe8ed1f9d50fbac",
"body": "…n extensions\n\n\r\n- SyntaxLiteralExpressionFactory: add Create(long), Create(double), Create(bool), Create(char), CreateNull() overloads\r\n- InterfaceDeclarationSyntaxExtensions: add AddSuppressMessageAttribute (mirrors class extension)\r\n- RecordDeclarationSyntaxExtensions: new file with AddSuppressMessageAttribute and AddGeneratedCodeAttribute",
"is_bot": false,
"headline": "feat(atc-codeanalysis-csharp): extend syntax factories and declaratio…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63bd605a4e1582bfcac4ec45c47a8fd5b3a18e41",
"body": "…ithContent convenience methods\n\n\r\nOkResultAssertions.WithEmptyContent() asserts that the OK result carries\r\nno body (Value is null), for endpoints that return 200 with no payload.\r\n\r\nResultAssertions.BeOkResultWithContent<T>(expectedContent) is a one-call\r\nshorthand for BeOkResult().WithContent(expectedContent), removing the\r\ncommon two-step pattern from caller test code.",
"is_bot": false,
"headline": "feat(atc-rest-fluentassertions): add WithEmptyContent and BeOkResultW…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe9819f71ab3f4d4949fa73bf82fb529f09adb29",
"body": "…SwaggerEnumDescriptionsDocumentFilter\n\n\r\nGetEnumTypeByName called Assembly.GetTypes() which throws\r\nReflectionTypeLoadException when an assembly fails to load some types.\r\nThis crashed Swagger document generation entirely.\r\n\r\nExtracted GetEnumTypesFromAssembly helper that uses GetExportedTypes()\r\n(\n[…]\n surface than GetTypes()) and handles both\r\nReflectionTypeLoadException (returns partial set) and any other exception\r\n(returns empty) so Swagger generation continues even with problematic assemblies.",
"is_bot": false,
"headline": "fix(atc-rest-extended): guard against ReflectionTypeLoadException in …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1db2d08a54be25ce3c48e9a6552202bf413f6ff2",
"body": "\r\nThe else-if blocks that threw Exception(\"Whoops..\") and Exception(\"Ups..\")\r\nwere placeholder breakpoint hooks in debugLimitData paths. These would\r\nabort the entire compliance run in Debug builds and were never meaningful\r\nin Release (the condition is rare; the exception non-specific).\r\n\r\nRemoved both blocks — developers can set explicit breakpoints in the\r\ncaller when debugging with debugLimitData.",
"is_bot": false,
"headline": "fix(atc-xunit): remove debug-breakpoint throws from AnalyzerHelper",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f1f0ee420cd065ba9a87a41a7f19141301461b",
"body": "…ger ctor\n\n\r\nMarkup.Escape(categoryName) was called inside GetCategoryNameWithMarkup()\r\non every log write. Since categoryName is immutable after construction,\r\nstore the escaped form in a readonly field and reference it directly.",
"is_bot": false,
"headline": "perf(atc-console-spectre): pre-escape categoryName once in ConsoleLog…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6175eacfaad255ef83acf422efc6e0db32b637c",
"body": "\r\nCallers that use the default settings and never mutate the options can\r\nreference the shared lazy-initialized instance instead of calling Create()\r\non every request, avoiding repeated option construction and STJ metadata\r\nre-discovery on hot paths (FileHelper, JsonSerializerHelper, DynamicJson).\r\n\r\nCreate() is unchanged; Default is an explicit opt-in so no existing\r\nbehavior is silently changed.",
"is_bot": false,
"headline": "feat(atc): add JsonSerializerOptionsFactory.Default cached preset",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b116358ab69800cea101bf450d4edfdc6c07c0eb",
"body": "… helpers\n\n\r\nMath.Pow uses logarithms internally, introducing a small but unnecessary\r\nfloating-point error and extra overhead for exact integer exponents.\r\n\r\nReplace Math.Pow(x,2) with x*x in CircleHelper, TriangleHelper, and\r\nCartesianHelper. In the UTM converter also replace Pow(x,3..6) by building\r\neach power from the previous one, and replace hard-coded 0.9996/500000.0\r\nliterals with the existing UTM_FAKTOR/UTM_FALSE_EASTING constants.",
"is_bot": false,
"headline": "perf(atc): replace Math.Pow(x,2) with repeated multiplication in math…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4eeefb93ea78ddcb2dafd19ec51ed1d8a8a6c1",
"body": "….IsBinarySequence\n\n\r\nShouldEnumValueBeSkipped used Convert.ToInt32 to read boxed enum values,\r\nthrowing OverflowException for [Flags] enums whose backing type is long\r\nand whose values exceed int.MaxValue.\r\n\r\nChanged all three ToInt32 calls in that private helper to ToInt64 and\r\nchanged the local variable type from int to long. Added IsBinarySequence\r\nas a long extension to support the flag-bit check on the wider type.",
"is_bot": false,
"headline": "fix(atc): use Convert.ToInt64 in EnumHelper flag-skip logic; add long…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a090a4f4fb31b32b454aa13d3998c9a415438ae8",
"body": "…rAdd and TryUpdate\n\n\r\nConsumers targeting netstandard2.0 previously got an empty class because\r\nall four methods (GetOrAdd/value, GetOrAdd/factory, TryUpdate/value,\r\nTryUpdate/factory) were gated behind #if NET9_0_OR_GREATER to use the\r\nCollectionsMarshal fast paths.\r\n\r\nThe #else block provides TryGetValue/ContainsKey-based fallbacks that are\r\nfully compatible with netstandard2.0 and semantically identical.",
"is_bot": false,
"headline": "feat(atc): add netstandard2.0 fallbacks for DictionaryExtensions GetO…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34a5b774c4ac17938d44b0c8841be73f597e79c9",
"body": "…e, and IEC binary suffix\n\n\r\n- ByteSize: implement IComparable<ByteSize> and IComparable with comparison operators and arithmetic operators (+ and -)\r\n- ByteSize: add static Parse(string) and TryParse(string?, out ByteSize) methods\r\n- ByteSizeSuffixType: add ShortBinary enum value for IEC 80000-13 n\n[…]\nssion supporting ShortBinary\r\n- Fix SwitchCaseDefaultException_ObjectValue test to force object? overload\r\n- Add ConfigurationExceptionTests and SwitchCaseDefaultExceptionTests compliance test classes",
"is_bot": false,
"headline": "feat(atc): extend ByteSize with IComparable, operators, Parse/TryPars…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41ae39cf22dbd21a6baf2201d217e4ad7539ca61",
"body": "…hHelper\n\n\r\nEliminates per-call array allocation from Min/Max helpers. DefaultIfEmpty\r\npreserves the existing empty-input sentinel contract without allocating\r\na temporary array.",
"is_bot": false,
"headline": "fix(atc): replace Concat(sentinel).Min/Max with DefaultIfEmpty in Mat…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85455488ddda936e4bde2b6f4fed726e8dddd42c",
"body": "…nticVersion\n\n\r\nAdd IFormattable.ToString(format, provider) adjacent to ToString() override.\r\nAdd IParsable<SemanticVersion> and ISpanParsable<SemanticVersion> behind\r\n#if NET7_0_OR_GREATER as explicit interface implementations delegating to the\r\nexisting Parse/TryParse overloads; format and provider are ignored since\r\nSemVer parsing is culture-invariant.",
"is_bot": false,
"headline": "feat(atc): implement IFormattable and IParsable/ISpanParsable on Sema…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a5a7e2f8d005ac61fa313bc32f634878f8dc38e",
"body": "\r\nMirror the DateTimeHelper pattern: refactor existing UsingCurrentUiCulture\r\nmethods to delegate to new UsingSpecificCulture variants. Adds:\r\nTryParseUsingSpecificCulture, TryParseShortDateUsingSpecificCulture,\r\nTryParseShortTimeUsingSpecificCulture, TryParseShortTimeUsingSpecificCultureUtc.\r\nAlso adds ToShortDateStringUsingSpecificCulture to DateTimeOffsetExtensions.",
"is_bot": false,
"headline": "feat(atc): add UsingSpecificCulture overloads to DateTimeOffsetHelper",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c7a783a2c311552239e4a332bc7ec2c8d277b8f",
"body": "…lpers\n\n\r\n- SwitchCaseDefaultException: add object? ctor for non-enum switch values;\r\n add static Throw(Enum) and Throw(object?) [DoesNotReturn] helpers\r\n- ConfigurationException: add structured ctor overload carrying inner\r\n exception; add ThrowIfMissing and ThrowIfInvalid static helpers",
"is_bot": false,
"headline": "feat(atc): extend exception API with non-enum overload and ThrowIf he…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d6f39278f797e51e6c9c98de6fa6b74dddccde",
"body": "…n in ByteExtensions.TakeBytes",
"is_bot": false,
"headline": "feat(atc): add BeautifyName for ConstructorInfo/EventInfo and use Spa…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62ce040369a4376f4fcbf023ff21b2f55930e20b",
"body": "…to DateTime and DateTimeOffset",
"is_bot": false,
"headline": "feat(atc): add StartOfDay/EndOfDay/StartOfMonth/EndOfMonth/IsWeekend …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e44885c5d31c69c03189c45f699fe331df1d4c2",
"body": "…sVowel and EnumExtensions TryMapTo",
"is_bot": false,
"headline": "feat(atc): add CharExtensions IsAsciiLetter/IsAsciiDigit/IsHexDigit/I…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b52dcee305da59d837c6b56775e7409881fb1ab8",
"body": "…ope tracking",
"is_bot": false,
"headline": "feat(atc-console-spectre): implement BeginScope with async-context sc…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d0c41bf086900e25dbe5456f8f23eaa4626f849",
"body": "…itionalBuildArguments support",
"is_bot": false,
"headline": "feat(atc-dotnet): add BuildAndCollectWarnings, ParseWarnings, and add…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95b10e65efa31a73a6b5365829423dcd85b74361",
"body": "… PE re-parsing",
"is_bot": false,
"headline": "fix(atc-xunit): cache CSharpDecompiler per assembly to avoid repeated…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc90769fc6c180c17f5c893b59b8fcd733b94c52",
"body": "…h tables\n\n\r\nThe non-generic Enum.IsSet used Convert.ToUInt32, throwing OverflowException\r\nfor any long-backed enum value with bits above position 31. It also used\r\nAND-nonzero semantics (true if ANY flag bit matches) while the generic IsSet<T>\r\nuses HasFlag semantics (true only if ALL flag bits match), producing inconsistent\r\nresults. Fix both by delegating to enumeration.HasFlag(matchTo), which handles\r\nall underlying types and is consistent with the generic overload and AreFlagsSet.",
"is_bot": false,
"headline": "fix(atc): fix IsSet overflow on long-backed flag enums and align trut…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dd37ef404889b0f04837f055fe1913db64a8c1a",
"body": "… provider\n\n\r\nEach ConsoleLogger was calling AnsiConsole.Create() independently, so a\r\nprovider with N category loggers opened N console instances, producing torn\r\ninterleaved output under concurrent log calls. Move console creation into\r\nConsoleLoggerProvider and inject the shared instance into eac\n[…]\nlogger via a\r\nnew 3-parameter constructor. The 2-parameter constructor is retained for\r\ncallers that instantiate ConsoleLogger directly (delegates to CreateConsole\r\nhelper for backward compatibility).",
"is_bot": false,
"headline": "fix(atc-console-spectre): share IAnsiConsole across loggers from same…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13f2db2d36614d4dfda39b2710e6ee9c53da1502",
"body": "…nit testing\n\n\r\nThe general compiler-error regex required a trailing ' [project.csproj]'\r\nsuffix, silently dropping errors emitted without it and reporting the build\r\nclean. Remove the suffix anchor so all CS/CA/etc. errors are counted\r\nregardless of whether MSBuild appends the project reference. Expose\r\nParseErrors as a public static method and add six unit tests covering\r\nall three error categories (compiler, MSBuild, NuGet) with and without\r\nthe project suffix.",
"is_bot": false,
"headline": "fix(atc-dotnet): fix MSBuild error regex and expose ParseErrors for u…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58a87f54c127b1422dafc4414d199a51845ed74",
"body": "…sZero\n\n\r\nDoubleExtensions.IsEqual and IsZero used double.Epsilon (~4.9e-324) as\r\ntheir comparison threshold, making them effectively exact equality checks\r\nand causing 0.1+0.2 != 0.3, geometry/trig angle validation failures, and\r\nother classic floating-point correctness bugs. Change DoubleEpsilon to\r\n1e-9, align MathHelper.IsEqualToZero to the same constant, and update\r\nthree tests whose expected values change under the new tolerance.",
"is_bot": false,
"headline": "fix(atc): replace double.Epsilon with 1e-9 tolerance in IsEqual and I…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "414b7329c6269f2117189d8f6ce4b46f8eb4fd08",
"body": "\r\nAdd async/CancellationToken overloads to five gap areas identified in\r\nthe roadmap: StreamExtensions (CopyToStreamAsync, ToBytesAsync,\r\nToStringDataAsync), JsonSerializerHelper (new — async stream-based\r\nserialize/deserialize), NetworkInformationHelper (6 async counterparts\r\nfor all sync methods),\n[…]\nrable,\r\nFromTask with [EnumeratorCancellation]), and Atc.XUnit\r\nCodeComplianceTestHelper/AssemblyTestHelper (CancellationToken on all\r\npublic methods). Includes full test coverage and updated CodeDoc.",
"is_bot": false,
"headline": "feat(atc): add CancellationToken support across async APIs",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a3b96b3406fe81f6c72a7f363f8eb7142fa1361",
"body": "… contains\n\n\r\n- DecompilerHelper: wrap the validation PEFile in using to close the native handle\r\n immediately; null-guard testType.FullName before passing to FullTypeName ctor\r\n- ParametersNamingMatchHelper: tighten the Constants auto-pass from Contains(\"Constants\")\r\n to EndsWith(\"Constants\") && \n[…]\nwhether the method under test was actually exercised\r\n- AnalyzerHelper: replace List<MethodInfo> + Contains(method) with HashSet<MethodInfo>\r\n to eliminate O(n) lookup inside the per-instruction loop",
"is_bot": false,
"headline": "fix(atc-xunit): fix handle leak, false-negative suppression, and O(n)…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08096dd065572062c977a39d0bb122f8f0105b38",
"body": "…ching\n\n\r\n- MarkdownBuilder.AppendLine(int, string): append runs directly to the shared\r\n StringBuilder instead of allocating a fresh one per call\r\n- MarkdownCodeDocGenerator.GetOutputPath: walk up the directory tree to find the segment\r\n whose name matches the assembly name instead of usin\n[…]\n name appears more than once in the path\r\n- XmlDocumentCommentParser: promote five ad-hoc Regex.Match/Replace calls to static\r\n readonly Regex fields so patterns are compiled once, not per-parse-call",
"is_bot": false,
"headline": "fix(atc-codedoc): eliminate per-call allocations and fragile path mat…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c4faa84818fb6cd90922fcf2728001fc46ff0515",
"body": "…and interpolation escaping\n\n\r\n- SyntaxNodeExtensions: null-guard x.Name before dereferencing; use .ToString() instead\r\n of .ToFullString() to strip leading/trailing trivia from using-directive names\r\n- UsingDirectiveSyntaxExtensions: tighten System-namespace check from StartsWith(\"System\")\r\n to =\n[…]\nortions are not misread as interpolation holes\r\n- SyntaxLiteralExpressionFactory: document that comma-as-thousands-separator inputs\r\n (e.g. \"1,000\") are not supported to prevent silent 1.0 corruption",
"is_bot": false,
"headline": "fix(atc-codeanalysis-csharp): fix NRE, over-match, attribute lookup, …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edbbd79148de29afedbecfb65ea4458a4a59d819",
"body": "…switch to XElement parsing\n\n\r\n- DotnetHelper.GetDotnetDirectory: probe for dotnet(.exe) binary in each PATH segment\r\n instead of matching any segment containing the string \"dotnet\" (case-sensitive);\r\n avoids matching dotnet-cli-old, handles DOTNET on case-sensitive systems\r\n- DotnetBuildHelper: e\n[…]\ny arrays with .ToList()\r\n- DotnetNugetHelper: replace brittle Replace/Split PackageReference parsing with XDocument\r\n so multi-line elements, single-quoted Include, and child <Version> nodes all work",
"is_bot": false,
"headline": "fix(atc-dotnet): fix GetDotnetDirectory, extract ambiguity sentinel, …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "60ab19f14277b788c80ae62ff2195aa75ba9ab56",
"body": "…T> contract\n\n\r\nThe formatter parameter type was Func<TState, Exception, string> (non-nullable\r\nException) and was invoked with exception!, diverging from the framework contract\r\nof Func<TState, Exception?, string>. Changed to Exception? and removed the\r\nnull-forgiving operator.",
"is_bot": false,
"headline": "fix(atc-console-spectre): align Log formatter signature with ILogger<…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff6a03d2d32fb3ec7b88d0747503d0f5e62ba62",
"body": "…hema lookup\n\n\r\nTwo private helper methods were scanning the componentSchemas dictionary with\r\nFirstOrDefault(x => x.Key == name) instead of using the O(1) TryGetValue overload.",
"is_bot": false,
"headline": "perf(atc-openapi): replace O(n) FirstOrDefault with TryGetValue in sc…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e846dd5db0300c164ade52f080e64a87189310be",
"body": "\r\n- ExceptionTelemetryMiddleware: resolve TelemetryClient? via GetService<> instead of\r\n constructor injection — no longer fails when App Insights is disabled\r\n- GetRawBodyStringAsync: call EnableBuffering() and rewind to position 0 so downstream\r\n model binding still sees the body\r\n- RequestRespo\n[…]\ne MaxRequestBodyBufferSize cap via ReadAsync\r\n instead of ReadToEndAsync — documented limit now actually applies\r\n- RestApiOptions: update AllowedCorsOrigins doc to reflect dev-only permissive policy",
"is_bot": false,
"headline": "fix(atc-rest): fix DI, body-buffering, and CORS doc issues",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5aaedf9ce9edd307fa53c43b39db40f833302752",
"body": "\r\n- DecimalExtensions: remove dead Replace(',','.') under InvariantCulture\r\n- ProcessExtensions: delegate WaitForExitAsync to BCL on NET5_0_OR_GREATER\r\n- ArticleNumberHelper: migrate Lazy<Regex> to [GeneratedRegex] on NET7_0_OR_GREATER\r\n- InterfaceJsonConverter: deserialize JsonElement directly, avo\n[…]\nxact == 0.0 to match record struct == semantics\r\n (IsEqual(0) was also exact equality since it uses double.Epsilon as tolerance)\r\n- Fix MemoryStreamExtensionsTests to call extension method explicitly",
"is_bot": false,
"headline": "fix(atc): misc bug fixes and non-breaking improvements",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bbc48dbf851ac61c9c6834ca085eb36a0d936d0a",
"body": "…nfo.Current* (§2.1)\n\n\r\nCalendar week helpers (GetWeekNumber, GetNumberOfWeeksByYear, GetDateOfFirstDayInWeek)\r\nnow use CurrentCulture — week numbering follows the user's regional settings, not\r\nthe display language. String-formatting helpers named *UsingCurrentUiCulture correctly\r\nstay on CultureInfo.CurrentUICulture. All Thread.CurrentThread.* refs replaced with\r\nthe CultureInfo property form preferred in .NET 5+.",
"is_bot": false,
"headline": "fix(atc): modernize Thread.CurrentThread.CurrentUICulture to CultureI…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "038471b1fe52c4a902ae01c0db698ad2d916d86f",
"body": null,
"is_bot": false,
"headline": "chore: add suggestions/ to .gitignore",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1eef459497f9c5d56d1e6ebc7adc319252a64f",
"body": "…location is unavailable\n\n\r\nGetXmlFileForAssembly now first tries the directory of assembly.Location and\r\nfalls back to AppDomain.CurrentDomain.BaseDirectory, supporting single-file\r\npublish scenarios and test runners where the assembly location may differ from\r\nthe XML doc output directory.",
"is_bot": false,
"headline": "fix(atc-codedoc): fall back to AppDomain.BaseDirectory when assembly …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1851184921da1af572d9eaf5873e4547e557a7",
"body": "…n propagation\n\n\r\nCodeComplianceTestHelper replaces the hard-coded C:\\Temp path with\r\nPath.GetTempPath() for cross-environment compatibility. AnalyzerHelper\r\nreturns false instead of throwing Exception when a Roslyn analysis\r\nstep fails, keeping test runs stable.",
"is_bot": false,
"headline": "fix(atc-xunit): use Path.GetTempPath() and suppress analyzer exceptio…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a0f02372150d45aa25709f22e69c3dd8246936",
"body": "…Dictionary\n\n\r\nGroupBy before ToDictionary prevents ArgumentException when multiple health\r\nchecks share the same name, taking the first registration in each group.",
"is_bot": false,
"headline": "fix(atc-rest-healthchecks): handle duplicate health check names in To…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fceaf86b8781718c3824eec79e7d97f9fe5c7f0",
"body": "…ponse extensions\n\n\r\nReplaces CurrentCulture with InvariantCulture for culture-independent number\r\nformatting and switches OrdinalIgnoreCase to Ordinal for HTTP status code\r\nstring comparisons that must be exact.",
"is_bot": false,
"headline": "fix(atc-openapi): use InvariantCulture and Ordinal comparisons in res…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6956a1c8d5bc0474880bb69d06d0851531772b",
"body": "…eFactory.Empty\n\n\r\nStringBuilderExtensions Append/AppendLine with indentSpaces: corrected the\r\nArgumentOutOfRangeException parameter name (was 'value', now 'indentSpaces')\r\nand replaced PadLeft string allocation with Append(char, count) + Append(value).\r\nAsyncEnumerableFactory.Empty<T>() now returns a per-type cached singleton\r\ninstead of creating a new state machine on every call.",
"is_bot": false,
"headline": "fix(atc): fix StringBuilder indent overloads and cache AsyncEnumerabl…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b790be44a2f4bcf215f62c0aa398cdcd505b4f1c",
"body": "…ntCulture in formatter\n\n\r\nGlobalizationConstants wraps EnglishCultureInfo and DanishCultureInfo in\r\nCultureInfo.ReadOnly() to prevent accidental mutation of shared statics.\r\nStringCaseFormatter switches from CurrentCulture to InvariantCulture to\r\navoid Turkish-I and other locale-dependent casing hazards.",
"is_bot": false,
"headline": "fix(atc): make shared CultureInfo instances read-only and use Invaria…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "627afc30d684d2374d67acf7f19fd3afaf4f3bae",
"body": "…InfoExtensions\n\n\r\nHas*/AnyCustomAttributes now call IsDefined(typeof(T), inherit: false) which\r\navoids allocating attribute instances for existence checks. Also corrects\r\nAssemblyInformationFactory to use IsJITOptimizerDisabled (IsJITTrackingEnabled\r\nwas removed in .NET 9).",
"is_bot": false,
"headline": "fix(atc): use IsDefined instead of materializing attributes in Member…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b78133ed2055b4c292d9521dd7fb70eb93383db",
"body": "…mber maps\n\n\r\nAll Read() overloads now return null immediately on JsonTokenType.Null\r\ninstead of calling GetString() which throws. StringEnumMemberJsonConverter\r\nbuilds NameToValue and ValueToName dictionaries once per TEnum via a static\r\nnested class instead of re-scanning via reflection on every call.",
"is_bot": false,
"headline": "fix(atc): guard JSON converters against null tokens and cache enum me…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08986944a611ecabe29c7eb306d59de0471b3b4f",
"body": "…istance\n\n\r\nThe old formula used spherical law-of-cosines (Acos) which is numerically\r\nunstable for short distances and gave wrong results (~323 km London→Paris\r\nvs the correct ~341 km). Replaced with Haversine using Earth radius 6371 km.\r\nAlso corrected StatuteMiles and NauticalMiles conversion factors.",
"is_bot": false,
"headline": "fix(atc): replace law-of-cosines with Haversine in GeoSpatialHelper.D…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e1bdb85fe6ac58c854ef5fb204da0b4d6fbc6d",
"body": "…a corruption\n\n\r\nGetPowerSet: `1 << list.Count` overflows int at count=31 (negative mask) and\r\nwraps to 1 at count=32 (silently returns 1 subset instead of 2^32). Added an\r\nexplicit ArgumentOutOfRangeException guard for count >= 31.\r\n\r\nGetUniqueCombinations: split-on-comma roundtrip via GetUniqueCombinationsAsCommaSeparated\r\nshredded list elements that contained commas. Replaced with a direct GetPowerSet\r\ntraversal that never serialises elements to a delimiter string.",
"is_bot": false,
"headline": "fix(atc): correct GetPowerSet overflow and GetUniqueCombinations comm…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "272e60dd278999f7d211ce256ab21296d55c9c79",
"body": "\r\nThe generic path compared stripped type full-names with OrdinalIgnoreCase,\r\nwhich could produce false positives for types whose names differ only by case.\r\nType names in .NET are case-sensitive so Ordinal is the correct comparison.\r\nAdded test cases that exercise the generic branch via ObservableCollection<T>.",
"is_bot": false,
"headline": "fix(atc): use Ordinal comparison in IsInheritedFrom generic branch",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed6bc599cb59bc6270330b3fc62632d0087b02c",
"body": "…piVersioningOptions\n\n\r\nTelemetryClient was injected via constructor but never referenced in Configure(),\r\ncausing DI failure for consumers without Application Insights registered.\r\nReplaced with a parameterless constructor.",
"is_bot": false,
"headline": "fix(atc-rest-extended): remove unused TelemetryClient from ConfigureA…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e570384ec31a492ed2e95e2ec275b9467d982f5b",
"body": "\r\nNumberStyles.Any caused int.TryParse to interpret exponent-notation strings\r\nlike \"1E3\" as the integer 1000. This had two effects: (1) SemanticVersion's\r\nstrict-mode validator rejected valid alphanumeric identifiers because\r\nClean() returned \"1000\" != \"1E3\", throwing ArgumentException; (2) pre-rel\n[…]\nied \"1E3\" as numeric, producing wrong precedence ordering\r\nvs pure-numeric identifiers. Switching to NumberStyles.None correctly treats\r\nany identifier containing non-digit characters as alphanumeric.",
"is_bot": false,
"headline": "fix(atc): use NumberStyles.None for SemVer numeric identifier parsing",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be64a150fbdbb1f3010c6608d0d7add3021c89ee",
"body": "…te backing fields\n\n\r\nVersionJsonConverter was reading _Major/_Minor/_Build/_Revision (private runtime\r\nfields) when the JSON was in object form. STJ serializes Version using the public\r\nMajor/Minor/Build/Revision properties, so round-trips via object format silently\r\nreturned new Version(). Updated property names and adjusted remarks doc and test.",
"is_bot": false,
"headline": "fix(atc): deserialize Version from public properties instead of priva…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63be1feb67d03855f29aeaaf5c8f15fdde6365e9",
"body": "…FoundException\n\n\r\nGetValueRecursive, SetValueRecursive, and RemovePathRecursive all used\r\nthe dictionary indexer (currentDict[key]) for non-terminal path segments,\r\nthrowing KeyNotFoundException when the intermediate key was absent.\r\nReplaced with TryGetValue + pattern-match so missing intermediate segments\r\nreturn null / IsSucceeded=false consistently with the existing terminal-\r\nsegment behaviour.",
"is_bot": false,
"headline": "fix(atc): guard DynamicJson intermediate path segments against KeyNot…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3aa726ede3f4326613b79254d2dd6cf26efd32b",
"body": "…n through base(message)\n\n\r\nBoth exception types used ReflectionHelper.SetPrivateField(this, \"_message\", ...)\r\nto set the message after construction, relying on a private runtime field name that\r\ncan change across .NET versions. Extracted message-building into private static\r\nhelpers and routed the affected constructors through : base(BuildMessage(...)),\r\nremoving the reflection dependency entirely.",
"is_bot": false,
"headline": "fix(atc): route SwitchCaseDefaultException and UnexpectedTypeExceptio…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71afca4030e39d6975566a4b5ad3267361128c88",
"body": "\r\nFormatter threw ArgumentOutOfRangeException for negative sizes, making\r\nByteSize.ToString() unusable in the debugger. Negative sizes now return\r\na raw \"{size} B\" string instead. Also fixed plural suffix for non-byte\r\nunits: \"2 Kilobyte\" → \"2 Kilobytes\" by threading displaySize through\r\nBuildSuffixLastPart and applying the same > 1 pluralization already used\r\nfor the base Byte unit.",
"is_bot": false,
"headline": "fix(atc): fix ByteSizeFormatter negative-size crash and plural suffix",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6923920e619bf392a4d08f0e00fa7331618cbb17",
"body": "\r\nutmZoneLetter[0] was dereferenced before the IsNullOrEmpty guard,\r\ncausing IndexOutOfRangeException when an empty string was passed.\r\nMerged the index access into the guard condition so empty strings\r\nare handled the same as null zone letters (treated as Northern\r\nHemisphere, no northing adjustment).",
"is_bot": false,
"headline": "fix(atc): guard utmZoneLetter[0] access after IsNullOrEmpty check",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31794de4112d240f440c51eeeee2cf14a51bc817",
"body": "\r\nDateTime.Now captures local time, which is DST-sensitive and unsuitable\r\nfor log timestamps. Switched to DateTime.UtcNow so all log entries carry\r\na stable, timezone-agnostic timestamp by default.",
"is_bot": false,
"headline": "fix(atc): use UtcNow for LogItem default timestamp",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be80905909e515dae08544736e2bd2a759b3bd15",
"body": "…erloads\n\n\r\nUsing int.MaxValue/int.MinValue as sentinels in double[] and List<double>\r\noverloads produced wrong results for inputs outside the int range (e.g.\r\n3e9 or -3e9). Switched to double.MaxValue/double.MinValue. Also guards\r\nTruncateToMaxPrecision against Substring throwing when decimalPrecision\r\nexceeds the actual number of fractional digits.",
"is_bot": false,
"headline": "fix(atc): correct int sentinel values in MathHelper double Min/Max ov…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a74b68e10be33a9019f3a064ee7509369da94172",
"body": "…Stream changes",
"is_bot": false,
"headline": "docs: regenerate CodeDoc for InternationalSystemOfUnitsHelper and IO/…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8040864781fd5b06c749e08af96af78e42152b2",
"body": "…ormatter\n\n\r\nByteSizeFormatter's constructor captured Thread.CurrentThread.CurrentUICulture\r\n.NumberFormat. The UI culture controls language (menu strings), not number/date\r\nformatting — using it for a byte-size formatter produces wrong group/decimal\r\nseparators when the user's UI language differs from their regional format.\r\nChanged to CultureInfo.CurrentCulture.NumberFormat. Adds a test that sets\r\nCurrentCulture=en-US and CurrentUICulture=da-DK and verifies en-US formatting\r\nis used.",
"is_bot": false,
"headline": "fix(atc): use CurrentCulture instead of CurrentUICulture in ByteSizeF…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8fc8bb766eaff7f1fd815ad5acc685b8a490590",
"body": "…emOfUnitsHelper\n\n\r\nThe nested switch had empty break stubs for 18 of 21 prefixTypeFrom cases,\r\ncausing ArithmeticException (d=NaN) for any conversion involving Kilo, Mega,\r\nGiga, Tera, Deca, Hecto, Deci, Micro, Nano, Pico and others. Replaces the\r\n~230-line switch with a PrefixType→exponent dictionary and Math.Pow(10,\r\nfromExp−toExp); covers all combinations. Adds 29 test cases for previously\r\nbroken conversions.",
"is_bot": false,
"headline": "fix(atc): implement all 21 SI prefix conversions in InternationalSyst…",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c4fcafecd6d514deb8be4649c9488e0747788f4",
"body": "\r\nGetCultures, GetCountryNames, GetLanguageNames, and\r\nGetCultureLcidsWhereCountryIsNotTranslated all temporarily switch\r\nThread.CurrentThread.CurrentUICulture to the requested display-language LCID.\r\nThe restore was done in a plain if-block with no try/finally, so any exception\r\nthrown by GetCultures() or CreateKeyValueDictionaryOfIntString() left the thread\r\npermanently on the wrong culture for the lifetime of the process.\r\n\r\nWrapped the work in try/finally at all four sites.",
"is_bot": false,
"headline": "fix(atc): restore CurrentUICulture in finally in CultureHelper",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5bef67673902b7b452a8462545158dab017ea68",
"body": "…offset loss\n\n\r\nDoubleExtensions.CountDecimalPoints:\r\n- The old loop used double.Epsilon (~4.9e-324) as its convergence check; for\r\n repeating decimals (e.g. 1.0/3.0) the residual never dropped that low,\r\n causing an infinite loop that overflowed to Infinity.\r\n- Now capped at 15 iterations (the li\n[…]\n\r\nDateTimeOffsetExtensions.SetHourAndMinutes:\r\n- Was hard-coding TimeSpan.Zero as the offset, discarding the caller's original\r\n timezone offset on every call.\r\n- Now preserves dateTimeOffset.Offset.",
"is_bot": false,
"headline": "fix(atc): fix CountDecimalPoints infinite loop and SetHourAndMinutes …",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "993228e79a68befa47bd2c174e8c68297a8d536a",
"body": "\r\nStreamExtensions:\r\n- Guard Position = 0 with CanSeek in all three methods; non-seekable streams\r\n (network, GZip) no longer throw NotSupportedException.\r\n- ToStringData: pass leaveOpen: true to StreamReader so the caller's stream\r\n is not disposed when the reader is done.\r\n- CopyToStream / ToByt\n[…]\nathNodeIterator: use dataTable.Copy() before adding to the temporary\r\n DataSet; previously the call stole the table from its owning DataSet, making\r\n subsequent access on the caller's DataSet throw.",
"is_bot": false,
"headline": "fix(atc): harden IO and DataTable extensions",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d26422dc01b312d7d0ceb2bb38217ed027ca799b",
"body": "\r\n- Widen IsEmailAddress TLD regex from {2,6} to {2,63} (the DNS label limit);\r\n previously rejected valid TLDs such as .photography and .international.\r\n- Add IsHostName: RFC 1123 syntactic DNS name check (1-63 char labels, 253 max,\r\n optional trailing dot; no underscore/raw-Unicode).\r\n- Add IsIP\n[…]\nss / IsIPAddress via IPAddress.TryParse.\r\n- Add IsPort: valid TCP/UDP port string (1-65535, no leading zeros or signs).\r\n- Add IsMacAddress: accepts colon-, hyphen-, Cisco-dot-, and compact-hex forms.",
"is_bot": false,
"headline": "feat(atc): extend StringHasIsExtensions with network validation helpers",
"author_name": "David Kallesen",
"author_login": "davidkallesen",
"committed_at": "2026-06-24T07:08:20Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 190,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"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",
"exists": true,
"license": null,
"keywords": [
"netstandard",
"common"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 349,
"total_downloads": 1292922,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:04.643000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.Rest",
"exists": true,
"license": null,
"keywords": [
"api",
"rest"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.Rest",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 355,
"total_downloads": 628114,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:10.100000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.XUnit",
"exists": true,
"license": null,
"keywords": [
"xunit",
"test"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.XUnit",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 353,
"total_downloads": 284308,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:14.720000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.DotNet",
"exists": true,
"license": null,
"keywords": [
"dotnet",
"build"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.DotNet",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 155,
"total_downloads": 85976,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:08.237000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.OpenApi",
"exists": true,
"license": null,
"keywords": [
"openapi",
"extension"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.OpenApi",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 355,
"total_downloads": 354604,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:09.137000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.Rest.Extended",
"exists": true,
"license": null,
"keywords": [
"api",
"rest",
"extended"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.Rest.Extended",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 355,
"total_downloads": 496751,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:11.907000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.Console.Spectre",
"exists": true,
"license": null,
"keywords": [
"netstandard",
"console"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.Console.Spectre",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 164,
"total_downloads": 92866,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:07.377000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "Atc.CodeDocumentation",
"exists": true,
"license": null,
"keywords": [
"netstandard",
"documentation",
"code"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Atc.CodeDocumentation",
"is_deprecated": false,
"latest_version": "3.0.181",
"repository_url": "https://github.com/atc-net/atc",
"versions_count": 355,
"total_downloads": 474877,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-29T12:57:06.497000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 3,
"stars": 21,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": [
"sample/Demo.Atc.Console.Spectre.Cli/Demo.Atc.Console.Spectre.Cli.csproj",
"sample/Demo.Atc.Dotnet.Cli/Demo.Atc.Dotnet.Cli.csproj",
"src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.csproj",
"src/Atc.CodeDocumentation/Atc.CodeDocumentation.csproj",
"src/Atc.Console.Spectre/Atc.Console.Spectre.csproj",
"src/Atc.DotNet/Atc.DotNet.csproj",
"src/Atc.OpenApi/Atc.OpenApi.csproj",
"src/Atc.Rest.AwesomeAssertions/Atc.Rest.AwesomeAssertions.csproj",
"src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"src/Atc.Rest.FluentAssertions/Atc.Rest.FluentAssertions.csproj",
"src/Atc.Rest.HealthChecks/Atc.Rest.HealthChecks.csproj",
"src/Atc.Rest/Atc.Rest.csproj",
"src/Atc.XUnit/Atc.XUnit.csproj",
"src/Atc/Atc.csproj",
"test/Atc.CodeAnalysis.CSharp.Tests/Atc.CodeAnalysis.CSharp.Tests.csproj",
"test/Atc.CodeDocumentation.Tests/Atc.CodeDocumentation.Tests.csproj",
"test/Atc.Console.Spectre.Tests/Atc.Console.Spectre.Tests.csproj",
"test/Atc.DotNet.Tests/Atc.DotNet.Tests.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/AzureFunctionApp1/AzureFunctionApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorServerApp1/BlazorServerApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1.Client/BlazorWebAssemblyApp1.Client.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyStandaloneApp1/BlazorWebAssemblyStandaloneApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/ClassLibrary1/ClassLibrary1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/CliApp1/CliApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/ConsoleApp1/ConsoleApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/MauiApp1/MauiApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/MsTestProject1/MsTestProject1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApi1/WebApi1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApplication1/WebApplication1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApplication2/WebApplication2.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WinFormsApp1/WinFormsApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WindowsFormsControlLibrary1/WindowsFormsControlLibrary1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WpfApp1/WpfApp1.csproj",
"test/Atc.OpenApi.Tests/Atc.OpenApi.Tests.csproj",
"test/Atc.Rest.AwesomeAssertions.Tests/Atc.Rest.AwesomeAssertions.Tests.csproj",
"test/Atc.Rest.Extended.Tests/Atc.Rest.Extended.Tests.csproj",
"test/Atc.Rest.FluentAssertions.Tests/Atc.Rest.FluentAssertions.Tests.csproj",
"test/Atc.Rest.HealthChecks.Tests/Atc.Rest.HealthChecks.Tests.csproj",
"test/Atc.Rest.Tests/Atc.Rest.Tests.csproj",
"test/Atc.Tests/Atc.Tests.csproj",
"test/Atc.XUnit.Tests/Atc.XUnit.Tests.csproj"
],
"largest_source_bytes": 229642,
"source_files_sampled": 757,
"oversized_source_files": 4,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13072
},
"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": 41,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.CodeAnalysis.CSharp",
"manifest": "src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.csproj",
"ecosystem": "nuget",
"version_constraint": "5.6.0"
},
{
"name": "System.ComponentModel.Annotations",
"manifest": "src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.csproj",
"ecosystem": "nuget",
"version_constraint": "5.0.0"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "src/Atc.Console.Spectre/Atc.Console.Spectre.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Spectre.Console",
"manifest": "src/Atc.Console.Spectre/Atc.Console.Spectre.csproj",
"ecosystem": "nuget",
"version_constraint": "0.57.2"
},
{
"name": "Spectre.Console.Cli",
"manifest": "src/Atc.Console.Spectre/Atc.Console.Spectre.csproj",
"ecosystem": "nuget",
"version_constraint": "0.55.0"
},
{
"name": "Microsoft.OpenApi.Readers",
"manifest": "src/Atc.OpenApi/Atc.OpenApi.csproj",
"ecosystem": "nuget",
"version_constraint": "1.6.29"
},
{
"name": "AwesomeAssertions",
"manifest": "src/Atc.Rest.AwesomeAssertions/Atc.Rest.AwesomeAssertions.csproj",
"ecosystem": "nuget",
"version_constraint": "9.5.0"
},
{
"name": "Asp.Versioning.Mvc.ApiExplorer",
"manifest": "src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"ecosystem": "nuget",
"version_constraint": "8.1.1"
},
{
"name": "FluentValidation.AspNetCore",
"manifest": "src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"ecosystem": "nuget",
"version_constraint": "11.3.1"
},
{
"name": "Microsoft.ApplicationInsights.AspNetCore",
"manifest": "src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"ecosystem": "nuget",
"version_constraint": "2.23.0"
},
{
"name": "Microsoft.AspNetCore.Authentication.JwtBearer",
"manifest": "src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.10"
},
{
"name": "Swashbuckle.AspNetCore",
"manifest": "src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"ecosystem": "nuget",
"version_constraint": "10.2.3"
},
{
"name": "FluentAssertions",
"manifest": "src/Atc.Rest.FluentAssertions/Atc.Rest.FluentAssertions.csproj",
"ecosystem": "nuget",
"version_constraint": "[7.2.1]"
},
{
"name": "Microsoft.Extensions.Diagnostics.HealthChecks",
"manifest": "src/Atc.Rest.HealthChecks/Atc.Rest.HealthChecks.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Microsoft.ApplicationInsights.AspNetCore",
"manifest": "src/Atc.Rest/Atc.Rest.csproj",
"ecosystem": "nuget",
"version_constraint": "2.23.0"
},
{
"name": "EPPlus",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "[7.5.3]"
},
{
"name": "ICSharpCode.Decompiler",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "10.1.1.8388"
},
{
"name": "Mono.Reflection",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "2.0.0"
},
{
"name": "xunit.v3.assert",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "xunit.v3.common",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "xunit.v3.extensibility.core",
"manifest": "src/Atc.XUnit/Atc.XUnit.csproj",
"ecosystem": "nuget",
"version_constraint": "3.2.2"
},
{
"name": "Meziantou.Polyfill",
"manifest": "src/Atc/Atc.csproj",
"ecosystem": "nuget",
"version_constraint": "1.0.158"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"manifest": "src/Atc/Atc.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "System.ComponentModel.Annotations",
"manifest": "src/Atc/Atc.csproj",
"ecosystem": "nuget",
"version_constraint": "5.0.0"
},
{
"name": "System.Text.Json",
"manifest": "src/Atc/Atc.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
},
{
"name": "Microsoft.Bcl.AsyncInterfaces",
"manifest": "src/Atc/Atc.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.10"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "Asp.Versioning.Mvc.ApiExplorer",
"direct": true,
"version": "8.1.1",
"ecosystem": "nuget"
},
{
"name": "AwesomeAssertions",
"direct": true,
"version": "9.5.0",
"ecosystem": "nuget"
},
{
"name": "EPPlus",
"direct": true,
"version": "7.5.3",
"ecosystem": "nuget"
},
{
"name": "FluentAssertions",
"direct": true,
"version": "7.2.1",
"ecosystem": "nuget"
},
{
"name": "FluentValidation.AspNetCore",
"direct": true,
"version": "11.3.1",
"ecosystem": "nuget"
},
{
"name": "ICSharpCode.Decompiler",
"direct": true,
"version": "10.1.1.8388",
"ecosystem": "nuget"
},
{
"name": "Meziantou.Polyfill",
"direct": true,
"version": "1.0.158",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.AspNetCore",
"direct": true,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Authentication.JwtBearer",
"direct": true,
"version": "9.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Bcl.AsyncInterfaces",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeAnalysis.CSharp",
"direct": true,
"version": "5.6.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Diagnostics.HealthChecks",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Abstractions",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.OpenApi.Readers",
"direct": true,
"version": "1.6.29",
"ecosystem": "nuget"
},
{
"name": "Mono.Reflection",
"direct": true,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "Spectre.Console",
"direct": true,
"version": "0.57.2",
"ecosystem": "nuget"
},
{
"name": "Spectre.Console.Cli",
"direct": true,
"version": "0.55.0",
"ecosystem": "nuget"
},
{
"name": "Swashbuckle.AspNetCore",
"direct": true,
"version": "10.2.3",
"ecosystem": "nuget"
},
{
"name": "Swashbuckle.AspNetCore",
"direct": true,
"version": "6.2.3",
"ecosystem": "nuget"
},
{
"name": "System.ComponentModel.Annotations",
"direct": true,
"version": "5.0.0",
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": true,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "xunit.v3.assert",
"direct": true,
"version": "3.2.2",
"ecosystem": "nuget"
},
{
"name": "xunit.v3.common",
"direct": true,
"version": "3.2.2",
"ecosystem": "nuget"
},
{
"name": "xunit.v3.extensibility.core",
"direct": true,
"version": "3.2.2",
"ecosystem": "nuget"
},
{
"name": "Atc",
"direct": false,
"version": "2.0.360",
"ecosystem": "nuget"
},
{
"name": "Atc.Console.Spectre",
"direct": false,
"version": "2.0.360",
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": "3.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly",
"direct": false,
"version": "8.0.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.DevServer",
"direct": false,
"version": "8.0.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Server",
"direct": false,
"version": "8.0.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration",
"direct": false,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Binder",
"direct": false,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Json",
"direct": false,
"version": "10.0.10",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Hosting",
"direct": false,
"version": "7.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging.Debug",
"direct": false,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Maui.Controls",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Maui.Controls.Compatibility",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Sdk.Functions",
"direct": false,
"version": "4.0.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": false,
"version": "16.11.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.VisualStudio.Azure.Containers.Tools.Targets",
"direct": false,
"version": "1.14.0",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestAdapter",
"direct": false,
"version": "2.2.7",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestFramework",
"direct": false,
"version": "2.2.7",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 43,
"direct_count": 25,
"indirect_count": 18
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 303,
"open_issues": 1,
"closed_ratio": 0.957,
"closed_issues": 22,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "davidkallesen",
"commits": 1120,
"avatar_url": "https://avatars.githubusercontent.com/u/9729325?v=4"
},
{
"type": "User",
"login": "christianhelle",
"commits": 124,
"avatar_url": "https://avatars.githubusercontent.com/u/710400?v=4"
},
{
"type": "User",
"login": "perkops",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/43060445?v=4"
},
{
"type": "User",
"login": "lupusbytes",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/18193280?v=4"
},
{
"type": "User",
"login": "egil",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/105649?v=4"
},
{
"type": "User",
"login": "TomMalow",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/13435947?v=4"
},
{
"type": "User",
"login": "cjakobsen",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/5988733?v=4"
},
{
"type": "User",
"login": "Xephyz",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/37267649?v=4"
},
{
"type": "User",
"login": "LarsSkovslund",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5130015?v=4"
},
{
"type": "User",
"login": "JMolenkamp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/59445808?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.795
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"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": "5 out of 5 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": 4,
"reason": "Found 2/5 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 14 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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": "97ed09057fec47a15cbbe7c603e4135893c60375",
"ran_at": "2026-07-29T13:05:22Z",
"aggregate_score": 5.3,
"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-29T12:57:17Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-29T12:49:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 42,
"created_at": "2020-12-07T09:06:22Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/atc-net/atc",
"host": "github.com",
"name": "atc",
"owner": "atc-net"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 61 is calibrated to 67 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 61,
"calibrated": 67,
"calibration": "2026-08-02"
}
}
],
"value": 67,
"inputs": {
"security": 62,
"vitality": 45,
"community": 48,
"governance": 69,
"calibration": "2026-08-02",
"engineering": 80,
"ai_readiness": 69,
"weighted_overall_raw": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 45,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 190,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"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": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "190 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 190
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 48,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 3,
"stars": 21,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "21 stars",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 21
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 85,
"inputs": {
"packages": [
"Atc",
"Atc.Rest",
"Atc.XUnit",
"Atc.DotNet",
"Atc.OpenApi",
"Atc.Rest.Extended",
"Atc.Console.Spectre",
"Atc.CodeDocumentation"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 3710418,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "3,710,418 downloads all-time across nuget",
"points": 68.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 3710418,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 12,
"top_contributor_share": 0.795
},
"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 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 14 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 87,
"inputs": {
"merged_prs": 303,
"open_issues": 1,
"closed_issues": 22,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.957,
"closed_unmerged_prs": 9,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 40.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "303/312 decided PRs merged",
"points": 29.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 303,
"decided": 312
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/5 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"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": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Atc",
"Atc.Rest",
"Atc.XUnit",
"Atc.DotNet",
"Atc.OpenApi",
"Atc.Rest.Extended",
"Atc.Console.Spectre",
"Atc.CodeDocumentation"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "8 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 8,
"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": "355 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 355
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 80,
"weight": 0.19,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "5 out of 5 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": [
"core",
"csharp",
"dotnet",
"extensions",
"helpers",
"library",
"nuget"
],
"has_wiki": false,
"homepage": "https://atc-net.github.io/repository/atc",
"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",
"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": 62,
"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": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.3
},
"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": "5 out of 5 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 2/5 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 14 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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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": "exceptional",
"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 41 resolved dependencies against OSV; 2 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 41
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 41,
"unassessed_packages": 2,
"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": "exceptional",
"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": 41,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 69,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13072
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "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": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"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.07,
"toolchain_manifests": [
"sample/Demo.Atc.Console.Spectre.Cli/Demo.Atc.Console.Spectre.Cli.csproj",
"sample/Demo.Atc.Dotnet.Cli/Demo.Atc.Dotnet.Cli.csproj",
"src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.csproj",
"src/Atc.CodeDocumentation/Atc.CodeDocumentation.csproj",
"src/Atc.Console.Spectre/Atc.Console.Spectre.csproj",
"src/Atc.DotNet/Atc.DotNet.csproj",
"src/Atc.OpenApi/Atc.OpenApi.csproj",
"src/Atc.Rest.AwesomeAssertions/Atc.Rest.AwesomeAssertions.csproj",
"src/Atc.Rest.Extended/Atc.Rest.Extended.csproj",
"src/Atc.Rest.FluentAssertions/Atc.Rest.FluentAssertions.csproj",
"src/Atc.Rest.HealthChecks/Atc.Rest.HealthChecks.csproj",
"src/Atc.Rest/Atc.Rest.csproj",
"src/Atc.XUnit/Atc.XUnit.csproj",
"src/Atc/Atc.csproj",
"test/Atc.CodeAnalysis.CSharp.Tests/Atc.CodeAnalysis.CSharp.Tests.csproj",
"test/Atc.CodeDocumentation.Tests/Atc.CodeDocumentation.Tests.csproj",
"test/Atc.Console.Spectre.Tests/Atc.Console.Spectre.Tests.csproj",
"test/Atc.DotNet.Tests/Atc.DotNet.Tests.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/AzureFunctionApp1/AzureFunctionApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorServerApp1/BlazorServerApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1.Client/BlazorWebAssemblyApp1.Client.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1/BlazorWebAssemblyApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/BlazorWebAssemblyStandaloneApp1/BlazorWebAssemblyStandaloneApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/ClassLibrary1/ClassLibrary1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/CliApp1/CliApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/ConsoleApp1/ConsoleApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/MauiApp1/MauiApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/MsTestProject1/MsTestProject1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApi1/WebApi1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApplication1/WebApplication1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WebApplication2/WebApplication2.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WinFormsApp1/WinFormsApp1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WindowsFormsControlLibrary1/WindowsFormsControlLibrary1.csproj",
"test/Atc.DotNet.Tests/XUnitTestDataProjectSampleTypes/WpfApp1/WpfApp1.csproj",
"test/Atc.OpenApi.Tests/Atc.OpenApi.Tests.csproj",
"test/Atc.Rest.AwesomeAssertions.Tests/Atc.Rest.AwesomeAssertions.Tests.csproj",
"test/Atc.Rest.Extended.Tests/Atc.Rest.Extended.Tests.csproj",
"test/Atc.Rest.FluentAssertions.Tests/Atc.Rest.FluentAssertions.Tests.csproj",
"test/Atc.Rest.HealthChecks.Tests/Atc.Rest.HealthChecks.Tests.csproj",
"test/Atc.Rest.Tests/Atc.Rest.Tests.csproj",
"test/Atc.Tests/Atc.Tests.csproj",
"test/Atc.XUnit.Tests/Atc.XUnit.Tests.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "sample/Demo.Atc.Console.Spectre.Cli/Demo.Atc.Console.Spectre.Cli.csproj, sample/Demo.Atc.Dotnet.Cli/Demo.Atc.Dotnet.Cli.csproj, src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "sample/Demo.Atc.Console.Spectre.Cli/Demo.Atc.Console.Spectre.Cli.csproj, sample/Demo.Atc.Dotnet.Cli/Demo.Atc.Dotnet.Cli.csproj, src/Atc.CodeAnalysis.CSharp/Atc.CodeAnalysis.CSharp.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": "7 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 7,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 229642,
"source_files_sampled": 757,
"oversized_source_files": 4
},
"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": "4/757 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 757,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"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? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 10
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:nuget",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
},
{
"tier": "tags",
"label": "library",
"source": "tag:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-29T13:05:45.905888Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/atc-net/atc.svg",
"full_name": "atc-net/atc",
"license_state": "standard",
"license_spdx": "MIT"
}