原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 6731,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 576505,
"CSS": 13287,
"HTML": 176998,
"ASP.NET": 106,
"Batchfile": 1110,
"JavaScript": 327460
},
"pushed_at": "2026-07-31T08:01:18Z",
"created_at": "2017-09-04T10:20:31Z",
"owner_type": "User",
"updated_at": "2026-07-31T07:59:26Z",
"description": "Repository for several DevExpress releated NuGet packages ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#",
"JavaScript",
"HTML"
]
},
"owner": {
"blog": "http://don.wibier.net",
"name": "Don Wibier",
"type": "User",
"login": "donwibier",
"company": "DevExpress",
"location": "Hellevoetsluis, The Netherlands",
"followers": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/2232977?v=4",
"created_at": "2012-08-28T08:06:38Z",
"is_verified": null,
"public_repos": 55,
"account_age_days": 5084
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-31T08:01:19Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-14T17:34:00Z"
}
],
"recent_commits": [
{
"oid": "5b6ec7d5301b09de5bbcbfc9b6921a610de1d9c5",
"body": "…ump versions\n\n- Add a README.md to each publishable package with a source-level deep\n dive (class/interface signatures, method behavior, usage snippets),\n linked from the root README's package table.\n- DX.Data.Xpo.XpoDatabase: split CloneCollection/Clone into public\n overloads that accept an exi\n[…]\nn instead of only cloning into a fresh\n XpoDatabase-managed UnitOfWork.\n- Bump the version of every affected package to publish these changes.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add per-package README docs, fix XpoDatabase clone overloads, b…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-31T07:58:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "41ad2c35fe69f269147fc35c1e4959b077e4d505",
"body": "Rebuilds/version-bumps the remaining packages not covered by the initial\n26.1.3 DevExpress upgrade pass, so their published nuget.org dependency\ngraphs actually reference the current versions of their sibling packages:\n\n- DX.Data.Xpo.Mapster (26.1.3.32): now depends on DX.Data.Xpo 26.1.3.36,\n picki\n[…]\ny followed this pattern)\n\nDX.Data.Xpo.Interfaces intentionally left untouched: it's unreferenced by\nany other project in the solution and already self-declared obsolete in its\nown PackageReleaseNotes.",
"is_bot": false,
"headline": "chore: bump remaining packages to 26.1.3.x release wave",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T17:31:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "637078b330a8543553e461963bd877d44774f0f9",
"body": "The publish job never checked out the repository - it only downloaded the\npacked .nupkg artifacts. mikepenz/release-changelog-builder-action runs\n`git rev-list --tags` locally to resolve the changelog range, which failed\nwith \"fatal: not a git repository\" since there was no .git directory in the\njob\n[…]\n.Data.Xpo.AutoMapper, DX.Data.Xpo.Identity.AutoMapper,\nDX.Data.EF.AutoMapper) published successfully to nuget.org at their own\ncsproj-defined versions; this was the only remaining failure in that run.",
"is_bot": false,
"headline": "fix: add missing checkout step to publish job",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T12:27:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "280546884525a2316424a1ebd303fbfd734938fe",
"body": "Replaces the static NUGET_API_KEY secret (which had gone invalid/expired,\ncausing 403s on push) with nuget.org's Trusted Publishing flow:\n\n- publish job now runs under the \"production\" GitHub Actions environment\n and requests an id-token, matching the trusted publishing policy already\n configured \n[…]\nt\n\nRequires a repo secret NUGET_USER (nuget.org username) and a \"production\"\nenvironment to exist under repo Settings > Environments. The old\nNUGET_API_KEY secret is no longer used and can be removed.",
"is_bot": false,
"headline": "feat: switch to nuget.org Trusted Publishing (OIDC), drop static API key",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T11:57:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24636ceb13e70b132fbf07531253fcc733395156",
"body": "…packing, add manual force-publish override\n\n- Diff base is now github.event.before (falls back to HEAD~1 for\n workflow_dispatch or when the before-SHA isn't reachable) instead of a\n hardcoded HEAD~1, so multi-commit pushes and follow-up commits no longer\n cause the diff to miss project changes m\n[…]\ntirely for one-off\n catch-up runs, for cases where prior commits' changes were never\n packed/published (as happened with the 26.1.3 DevExpress/AutoMapper\n upgrade, whose own run predates this fix).",
"is_bot": false,
"headline": "fix: robust changed-project diff base, use per-project <Version> for …",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T11:36:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eccf1e1d46346670a7e7b0bfe743ca63caeff540",
"body": "The changed-project detection compared find's \"./Dir/Project.csproj\" paths\n(dirname -> \"./Dir\") against git diff --name-only paths, which never have\na leading \"./\" (e.g. \"Dir/Project.csproj\"). The grep pattern \"^./Dir/\" could\nnever match, so the build job always saw zero changed projects and silentl\n[…]\n this workflow was introduced, despite runs\nreporting overall \"success\". Verified locally against the actual 106ed50\ncommit diff: before the fix, 0 projects detected; after, all 13 correctly\ndetected.",
"is_bot": false,
"headline": "fix: strip leading ./ from project dir before matching git diff paths",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T07:25:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3346de38d9e0aadbcd1670219e9b5aed2200d54",
"body": null,
"is_bot": false,
"headline": "commit file deleted",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-14T07:16:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106ed505f801ba80ca6b91e1c42d72127bf839a4",
"body": "…pper packages to net471\n\n- Upgrade all DevExpress package references (Xpo, Data, Blazor, Web.Mvc5) to v26.1.3\n- Bump own package versions per repo convention, add changelog entries\n- Remove stale DX - Backup.Data.Xpo.Identity.csproj (orphaned, not in solution)\n- Audit and patch vulnerable/stale pac\n[…]\nate ProjectReference in DX.Data.EF.AutoMapper.csproj\n- Update README.md: DevExpress version banner, Installation section, package\n overview table, per-package docs, and a new Breaking Changes section",
"is_bot": false,
"headline": "Upgrade to DevExpress v26.1.3, patch vulnerable packages, bump AutoMa…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-07-13T19:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91bdfd345e2d622be97f8b83d531ddd1cb9cad15",
"body": null,
"is_bot": false,
"headline": "Small conversion issue fixed",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-07T12:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b3e3ed81023929e3193ee7f7705b34e128c4c2",
"body": null,
"is_bot": false,
"headline": "fix: force publish",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-06T06:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea6e1ce3ab6faf265160d49dcfc3eca4661908f4",
"body": null,
"is_bot": false,
"headline": "fix: More fixes in the workflow action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f26515d568832b99a2d283b4b6f5d5f45aca2b54",
"body": null,
"is_bot": false,
"headline": "fix: Corrected workflow without net10 with no changes",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:38:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0283ad2fec3c78b9f463b1d34dc7b682205d0c",
"body": null,
"is_bot": false,
"headline": "fix: Corrected workflow publish step",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:24:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8c4c59818f036ac7cdbd1a764c931b4c025da2",
"body": null,
"is_bot": false,
"headline": "fix: Corrected workflow without net10",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9f37e055bfc3ae319528aea63a3e7353288991",
"body": null,
"is_bot": false,
"headline": "fix: Fixes in workflow",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a946fe6d69849c6444ac5b1afc9a7c7effe2e6b2",
"body": null,
"is_bot": false,
"headline": "fix: Changed version step",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T15:12:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556a5eeb52cd1260b9b6bac30bdb1ea5a969dee1",
"body": null,
"is_bot": false,
"headline": "fix: Error in workflow yaml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T07:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9d15a8f6fb308d0b508fbbe2da3a2fb11ac01e",
"body": null,
"is_bot": false,
"headline": "fix: Error in yaml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T07:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb26dcbad9ad72613826c391ef818f814b37514",
"body": null,
"is_bot": false,
"headline": "fix: Workflow can't do .NET 10 at the moment",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-05T07:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972d45b073b2054185d3bacb0e340e92985e680e",
"body": null,
"is_bot": false,
"headline": "fix: Error in workflow action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-03T11:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bec714e2cb810ae3e0fb2b59f34367a33584d64b",
"body": "Changed the build and packaging pipe line",
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-03T10:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b9b96727ad55484f2fad11cedfcd3bc4a36351",
"body": null,
"is_bot": false,
"headline": "fix: changed build and publishing",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-03T10:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f958343611b224784c5e8decf64458eb39823732",
"body": "This workflow automates the process of publishing NuGet packages, including version determination, building, and uploading artifacts.",
"is_bot": false,
"headline": "Workflow to publish NuGet packages",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-03T10:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4d0b5dbbeabdd6a27e3ae5762844881fe2c0fa4",
"body": null,
"is_bot": false,
"headline": "Versions of dependencies bumped up",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2026-04-03T09:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82ecfae835f7721a09c14240ca3db3b9f41cfe10",
"body": null,
"is_bot": false,
"headline": "Fix on Identity Mapster and AutoMapper",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2025-01-27T14:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "866d9e2c35d47f22b7a043776303d2bdcf5df691",
"body": null,
"is_bot": false,
"headline": "Github Actions fixes 3",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T15:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "345c1a15d5e8e530824ed2722ae0c1e3e1cd157b",
"body": null,
"is_bot": false,
"headline": "Github Actions fixes 2",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T15:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c55065bb6c9497049c877a44aaf98c415c248d5",
"body": null,
"is_bot": false,
"headline": "Github Actions fixes",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T14:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc92967e1023f4d17a223c53587a2060de2f18c",
"body": null,
"is_bot": false,
"headline": "Fix on action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T14:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18693cee2f8a8c0087627e8edde3b19c3d08c136",
"body": null,
"is_bot": false,
"headline": "Fix on action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T13:18:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1336fd42302776cb1813c1fa35e3b22a6d8ffcbb",
"body": null,
"is_bot": false,
"headline": "Fix on GitHub action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-13T13:12:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e48b7b09201f537821e8f5cfc4d261b38a54db5b",
"body": null,
"is_bot": false,
"headline": "Fix in yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-12T22:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75219003bba3b5b5c6c921f908f87784d1ff8de",
"body": null,
"is_bot": false,
"headline": "Upgraded yml files for NET9",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-12T22:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c347f8f67d2516a0125ebbc93ef6fff7c45ba76",
"body": null,
"is_bot": false,
"headline": "Issue #18 Fixed - UserToken error",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-12T22:12:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f821f2735dc5f553b57a58084ea373f646beb619",
"body": "….6.2 and .NET8.0 and .NET9.0",
"is_bot": false,
"headline": "Upgraded to DX v24.2.3 and min. frameworks bumped to .NET Framework 4…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-12-12T20:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf487e7e72c2f6e51f300288b24ed0152125c28f",
"body": null,
"is_bot": false,
"headline": "Small fixes in UserStore.AddToRole",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-10-19T16:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64d18b27a17b301949c94f54d9b114e7fda87b62",
"body": null,
"is_bot": false,
"headline": "Referenced package updates",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-25T19:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dae05c0d9a9abd9bb57477b5c7411b01c9ee4375",
"body": null,
"is_bot": false,
"headline": "Fix on Validation results",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-25T14:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ea66141944e112d1506ecacaf83493e01aebd9",
"body": "…or EF and XPO Datastores",
"is_bot": false,
"headline": "Package references to latest versions, and Vallidation issues fixed f…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-25T11:39:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b517f4fcf4ee9555200cd06580f3a467c62153",
"body": "…on and return processed items in Data property of IDataResult",
"is_bot": false,
"headline": "Small fix on validation result to preserve original ValidationExcepti…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-24T16:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08548ba5154d5fb99584dd0bb589d9e65ad09c3",
"body": null,
"is_bot": false,
"headline": "Smaller fixes",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-17T09:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab56a2d91df7928453803497bfcea3c87d054c5d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-17T07:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cace77a1b920cc5b24b1901577a0fdee68da269f",
"body": null,
"is_bot": false,
"headline": "Refactoring to still support NET461 and upgrade to DXv24.1.5",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-09-17T07:34:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c365bab61b5eb93804ae8be23f0cf11971d0281",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-01-11T14:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a318704e9fce3ca4d782df1e936587da8ccffcf",
"body": null,
"is_bot": false,
"headline": "Typo fixed",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-01-11T11:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49201dcad6d0def89f5af76cc950daf47767376",
"body": "…ator logic and AutoMapper and Mapster DTO logic on identity providers.",
"is_bot": false,
"headline": "Updated all packages with more effiecient DataStore incl. FluentValid…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2024-01-11T11:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3666572d95b6398a4292254d8d0e23091cfb0262",
"body": null,
"is_bot": false,
"headline": "Dropped NETStandard because of DX v23.2.3",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-12-19T09:55:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1081b95ffe4ab67b0b32536550842f64b86946fd",
"body": null,
"is_bot": false,
"headline": "Manual merge",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-12-14T10:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b4c2c8c07c5c4cf81ce70bad8fab89cda47b06a",
"body": null,
"is_bot": false,
"headline": "Update to support .NET 8 and DX v23.2.3",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-12-14T10:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552046f1e95de874db451670111be43b6592bd0c",
"body": "…C/Microsoft.AspNet.Identity.Owin-2.2.4\n\nBump Microsoft.AspNet.Identity.Owin from 2.2.3 to 2.2.4 in /DX.Test.Web.MVC",
"is_bot": false,
"headline": "Merge pull request #14 from donwibier/dependabot/nuget/DX.Test.Web.MV…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-11-08T07:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d58a1fa427a77e66d0a2da236d26da23e090eb5",
"body": "Bumps [Microsoft.AspNet.Identity.Owin](https://github.com/aspnet/AspNetIdentity) from 2.2.3 to 2.2.4.\n- [Commits](https://github.com/aspnet/AspNetIdentity/commits)\n\n---\nupdated-dependencies:\n- dependency-name: Microsoft.AspNet.Identity.Owin\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Microsoft.AspNet.Identity.Owin in /DX.Test.Web.MVC",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-11T23:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f2e456fb5e6d607b6d5bb0df3ca0dbced118585",
"body": null,
"is_bot": false,
"headline": "Upgrade to DevExpress v23.1.3",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-06-16T12:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bc848115d646fac4ef6dae7efc796d9495b0a4a",
"body": null,
"is_bot": false,
"headline": "Package version error is fixed",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-04-25T11:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c88b078199cf4737a1130ae26e447dc2ff6e96a",
"body": null,
"is_bot": false,
"headline": "Package updates",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-04-25T09:45:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff92fa9fcb1fd9aafe9ea3fcbc2b267a1a06208",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T09:43:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "980757d20520b34829a77790aea3b2bcedb37965",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T09:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ddf8fd883363eb63aff42fb46bb3550281771df",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T09:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031db8f578b0cab1c271f0d90097b2992f0a3c56",
"body": null,
"is_bot": false,
"headline": "Fix on DX.Utils action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T09:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "960609bd01b76f724f1d0685cb776cf359cf4874",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T09:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de7075f3e18d18eecdf1e598f2f0de89d99c1677",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a99581dd5ee4fbb8f32fc75a8c458ef65b42f4",
"body": null,
"is_bot": false,
"headline": "Fixes on github actions to support .NET7",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad4665e939eada35c80719cfc0bbdd9c4291b36",
"body": null,
"is_bot": false,
"headline": "Change in DX.Utils action yaml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1fe7f609067877f071bbf64a6a0d93c68fee7b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d75f2eed06b67b7b9d48976451d62133b1628fc5",
"body": null,
"is_bot": false,
"headline": "Test.MVC project fixed and build actions for .NET 7 changed",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "495e74e7fbdba82cd6780332ba4f6f615220c178",
"body": "…C/Newtonsoft.Json-13.0.2\n\nBump Newtonsoft.Json from 13.0.1 to 13.0.2 in /DX.Test.Web.MVC",
"is_bot": false,
"headline": "Merge pull request #13 from donwibier/dependabot/nuget/DX.Test.Web.MV…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:23:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387d1fab5c6fc966604d061f9bbee0508da3b7b7",
"body": null,
"is_bot": false,
"headline": "Upgraded to DX v22.2.3 and some small fixes on refresh token",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2023-01-04T08:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a8e5603a198101617f965f256ccf0dd7a13b797",
"body": "Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.\n- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)\n- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: Newtonsoft.Json\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump Newtonsoft.Json from 13.0.1 to 13.0.2 in /DX.Test.Web.MVC",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-08T14:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e4ff88f9d69cec7bab2b1f2290e5c406b6d661",
"body": null,
"is_bot": false,
"headline": "Package updates",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-12-02T15:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbd104a6333de3585f7de5a872752c9cb2dee506",
"body": null,
"is_bot": false,
"headline": "Package updates (DX v22.1.6) and small code optimisations",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-11-29T08:52:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1081da553230cd600b79eb0b5ebc5c1b65371f8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-11-01T08:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da607679508febe6d02175ac22de5d51aaa9d12",
"body": null,
"is_bot": false,
"headline": "Several smaller fixes and additions",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-11-01T08:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b28b5f60ae5efa208a9df7c1e9710c4a523768f",
"body": null,
"is_bot": false,
"headline": "Create DX.Data.Xpo.Interfaces.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-08-04T09:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77472fd58055232caae71dd27945f8979aad6c96",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-08-03T13:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e318a9d9f1adecdfa531057c036735222ae166c",
"body": null,
"is_bot": false,
"headline": "Updated several packages incl DevExpress v22.1.4",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-08-03T13:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288a138645dda75ce8a7cfea101661973a0f00db",
"body": "Token config added",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-22T08:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28eec4e0a111751066899c60662bf7adba322b76",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T14:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d911b8ec74d9b613a650102d36ba4e81312c4a",
"body": null,
"is_bot": false,
"headline": "Change in actions",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T14:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cf7bd4f6fff58ba8d88cb3073a8893eff7db505",
"body": null,
"is_bot": false,
"headline": "Create DX.Blazor.Identity.Wasm.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T14:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4cf69dc2a65ab6136b1269fcd65a4a56158c98d",
"body": null,
"is_bot": false,
"headline": "Create DX.Blazor.Identity.Server.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T14:02:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1029ccf01091e34c58b42735535be32c71d6a29",
"body": null,
"is_bot": false,
"headline": "Delete DX.Blazor.Identity-Publish-to-NuGet.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T13:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08aa5d46c2e49c3c065ddf58e391a94014b81766",
"body": null,
"is_bot": false,
"headline": "Create DX.Blazor.Identity.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T13:54:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f12dd9afa3b6aed39e39f4376cc34da3c11831e1",
"body": null,
"is_bot": false,
"headline": "README extended and small deployment issues fixed",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T13:45:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f5e44773166d2e6d74bf50721adeaadf24c56b",
"body": "…e) and Blazor Identity packages",
"is_bot": false,
"headline": "Fixes on Identity, Blazor example (with custom ApplicationUser exampl…",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-06-16T11:49:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "782db81a2104f404479b1328168855befde2cc05",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c4218244899d9bdd13f46e3537107c02dcfe7b0",
"body": null,
"is_bot": false,
"headline": "Test github action",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b656d7ff415fa02928066eaee30bfc2c884f1f4",
"body": null,
"is_bot": false,
"headline": "Update DX.Data.EF-Publish-to-NuGet.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d5907d6459adbffccd8e1e9e7c72618c1cb405e",
"body": null,
"is_bot": false,
"headline": "Update DX.Data.Xpo.Identity-Publish-to-NuGet.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dacd28eb73946e549b0fd790ea966c207ff1f908",
"body": null,
"is_bot": false,
"headline": "Update DX.Data.Xpo-Publish-to-NuGet.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdb20295336ec673f389b38e6cf5acea0e9a0824",
"body": null,
"is_bot": false,
"headline": "Reference fixes",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5eb1819d7067bbc2c17928f3df922e08284064",
"body": null,
"is_bot": false,
"headline": "Upgrade to DevExpress v21.2.6",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2022-03-21T10:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d684ac8518c85cce2d8558b66e5825a12bb07d0e",
"body": null,
"is_bot": false,
"headline": "Action yaml script fixes",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a57d661e39cde8c694287b06247bb0c16106c646",
"body": null,
"is_bot": false,
"headline": "DxUtils yaml script error fix",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f19d39317fe301e69c3640c025d535ca72e3f59",
"body": null,
"is_bot": false,
"headline": "Fix in Dx.Utils yaml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:30:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4912f4e20f80008fb3eb8cb1877674e64b027b86",
"body": null,
"is_bot": false,
"headline": "Actions changed to .NET 6",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "268208923d043f7b721f21bcf7a51eb88374721a",
"body": null,
"is_bot": false,
"headline": "Dx.Utils action change 5",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed1bead9b2a81816f94f31f10ad7dbde19f5a45a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/donwibier/DXWeb",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:19:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45703cf6d09f3a27f4f0033298eb3e328d398e61",
"body": null,
"is_bot": false,
"headline": "Dx.Utils action change 4",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06bcf3dade01b934c927d4f0c55fb825c0a946e",
"body": null,
"is_bot": false,
"headline": "Delete dotnet.yml",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62805400a07b665f059959337d9756cb6ac7bd3",
"body": null,
"is_bot": false,
"headline": "test dx.utils build",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58ec0d29f72d607bc942bd5954f805661e4a3bb",
"body": null,
"is_bot": false,
"headline": "DX.Utils updated action 3",
"author_name": "Don Wibier",
"author_login": "donwibier",
"committed_at": "2021-12-20T15:07:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 23,
"latest_release_at": "2026-07-31T08:01:19Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 16.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "DX.Data.EF.AutoMapper",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DX.Data.EF.AutoMapper",
"is_deprecated": false,
"latest_version": "26.1.3.33",
"repository_url": "https://github.com/donwibier/DXWeb/tree/master/DX.Data.EF",
"versions_count": 5,
"total_downloads": 961,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T12:02:49.527000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
},
{
"name": "DX.Data.EF.Mapster",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DX.Data.EF.Mapster",
"is_deprecated": false,
"latest_version": "26.1.3.33",
"repository_url": "https://github.com/donwibier/DXWeb/tree/master/DX.Data.EF",
"versions_count": 5,
"total_downloads": 990,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T17:33:51.453000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
},
{
"name": "DX.Data.EF",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DX.Data.EF",
"is_deprecated": false,
"latest_version": "26.1.3.35",
"repository_url": "https://github.com/donwibier/DXWeb/tree/master/DX.Data.EF",
"versions_count": 12,
"total_downloads": 4088,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T17:33:50.527000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
},
{
"name": "DX.Data.Xpo.AutoMapper",
"exists": true,
"license": null,
"keywords": [
"DXWeb",
"Wibier",
"DevExpress",
"XPO",
"ORM",
"Microsoft",
"Identity",
"Advantage",
"SQL",
"Anywhere",
"Sybase",
"DB2",
"Interbase/Firebird",
"MS-Access",
"Oracle",
"Pervasive",
"PostgreSQL",
"SQLite",
"VistaDB",
"MS-SQL",
"MySQL"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/DX.Data.Xpo.AutoMapper",
"is_deprecated": false,
"latest_version": "26.1.3.34",
"repository_url": "https://github.com/donwibier/DXWeb/tree/master/DX.Utils",
"versions_count": 6,
"total_downloads": 1476,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-14T12:02:51.213000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 16
}
]
},
"popularity": {
"forks": 12,
"stars": 6,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"DX.Blazor.Identity/DX.Blazor.Identity.csproj",
"DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"DX.Data.EF/DX.Data.EF.csproj",
"DX.Data.Xpo.AutoMapper/DX.Data.Xpo.AutoMapper.csproj",
"DX.Data.Xpo.Identity.AutoMapper/DX.Data.Xpo.Identity.AutoMapper.csproj",
"DX.Data.Xpo.Identity.Mapster/DX.Data.Xpo.Identity.Mapster.csproj",
"DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"DX.Data.Xpo.IndentityServer/DX.Data.Xpo.IndentityServer.csproj",
"DX.Data.Xpo.Interfaces/DX.Data.Xpo.Interfaces.csproj",
"DX.Data.Xpo.Mapster/DX.Data.Xpo.Mapster.csproj",
"DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"DX.Data.Xpo/DX.Data.Xpo.csproj",
"DX.Data/DX.Data.csproj",
"DX.Test.Blazor8/DX.Test.Blazor8.Client/DX.Test.Blazor8.Client.csproj",
"DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"DX.Test.Web.MVC/DX.Test.Web.MVC.csproj",
"DX.Utils/DX.Utils.csproj"
],
"largest_source_bytes": 285314,
"source_files_sampled": 246,
"oversized_source_files": 14,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"DX.Blazor.Identity/DX.Blazor.Identity.csproj",
"DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"DX.Data.EF/DX.Data.EF.csproj",
"DX.Data.Xpo.AutoMapper/DX.Data.Xpo.AutoMapper.csproj",
"DX.Data.Xpo.Identity.AutoMapper/DX.Data.Xpo.Identity.AutoMapper.csproj",
"DX.Data.Xpo.Identity.Mapster/DX.Data.Xpo.Identity.Mapster.csproj",
"DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"DX.Data.Xpo.IndentityServer/DX.Data.Xpo.IndentityServer.csproj",
"DX.Data.Xpo.Interfaces/DX.Data.Xpo.Interfaces.csproj",
"DX.Data.Xpo.Mapster/DX.Data.Xpo.Mapster.csproj",
"DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"DX.Data.Xpo/DX.Data.Xpo.csproj",
"DX.Data/DX.Data.csproj",
"DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"DX.Test.Web.MVC/DX.Test.Web.MVC.csproj",
"DX.Utils/DX.Utils.csproj"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 54,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 27,
"direct_affected_count": 0
},
"ecosystems": [
"nuget"
],
"dependencies": [
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Server",
"manifest": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Server",
"manifest": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "System.IdentityModel.Tokens.Jwt",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "8.*"
},
{
"name": "Blazored.LocalStorage",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "4.5.0"
},
{
"name": "Toolbelt.Blazor.HttpClientInterceptor",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.AspNetCore.Components.Authorization",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.AspNetCore.Components.Authorization",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"manifest": "DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.IdentityModel.Tokens",
"manifest": "DX.Blazor.Identity/DX.Blazor.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "8.*"
},
{
"name": "System.IdentityModel.Tokens.Jwt",
"manifest": "DX.Blazor.Identity/DX.Blazor.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "8.*"
},
{
"name": "EntityFramework",
"manifest": "DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "6.4.4"
},
{
"name": "AutoMapper",
"manifest": "DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "16.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "8.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Mapster",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "7.2.0"
},
{
"name": "EntityFramework",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "6.4.4"
},
{
"name": "Mapster",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "EntityFramework",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "6.4.4"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "9.5.4"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "12.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "8.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "9.*"
},
{
"name": "Microsoft.EntityFrameworkCore",
"manifest": "DX.Data.EF/DX.Data.EF.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "AutoMapper",
"manifest": "DX.Data.Xpo.AutoMapper/DX.Data.Xpo.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "16.*"
},
{
"name": "Microsoft.Extensions.Identity.Stores",
"manifest": "DX.Data.Xpo.AutoMapper/DX.Data.Xpo.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "AutoMapper",
"manifest": "DX.Data.Xpo.Identity.AutoMapper/DX.Data.Xpo.Identity.AutoMapper.csproj",
"ecosystem": "nuget",
"version_constraint": "16.*"
},
{
"name": "Mapster",
"manifest": "DX.Data.Xpo.Identity.Mapster/DX.Data.Xpo.Identity.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "7.2.0"
},
{
"name": "Mapster",
"manifest": "DX.Data.Xpo.Identity.Mapster/DX.Data.Xpo.Identity.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "Microsoft.AspNet.Identity.Core",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "2.2.4"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "9.5.4"
},
{
"name": "Microsoft.Extensions.Caching.Abstractions",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Identity.Core",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Identity.Stores",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "12.1.*"
},
{
"name": "DevExpress.Xpo",
"manifest": "DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "Microsoft.AspNet.Identity.Core",
"manifest": "DX.Data.Xpo.Interfaces/DX.Data.Xpo.Interfaces.csproj",
"ecosystem": "nuget",
"version_constraint": "2.2.4"
},
{
"name": "Mapster",
"manifest": "DX.Data.Xpo.Mapster/DX.Data.Xpo.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "7.2.0"
},
{
"name": "Mapster",
"manifest": "DX.Data.Xpo.Mapster/DX.Data.Xpo.Mapster.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
},
{
"name": "DevExpress.Xpo",
"manifest": "DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "DevExpress.Data",
"manifest": "DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "DevExpress.Web.Mvc5",
"manifest": "DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "Mapster",
"manifest": "DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"ecosystem": "nuget",
"version_constraint": "7.4.0"
},
{
"name": "DevExpress.Xpo",
"manifest": "DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.3"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"ecosystem": "nuget",
"version_constraint": "11.8.0"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "9.5.4"
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Caching.Abstractions",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.Logging",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "10.0.*"
},
{
"name": "FluentValidation",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "12.*"
},
{
"name": "DevExpress.Xpo",
"manifest": "DX.Data.Xpo/DX.Data.Xpo.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "FluentValidation",
"manifest": "DX.Data/DX.Data.csproj",
"ecosystem": "nuget",
"version_constraint": "9.5.4"
},
{
"name": "FluentValidation",
"manifest": "DX.Data/DX.Data.csproj",
"ecosystem": "nuget",
"version_constraint": "12.*"
},
{
"name": "Newtonsoft.Json",
"manifest": "DX.Data/DX.Data.csproj",
"ecosystem": "nuget",
"version_constraint": "13.*"
},
{
"name": "DevExpress.Blazor",
"manifest": "DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "DevExpress.Data",
"manifest": "DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "System.Data.SQLite.Core",
"manifest": "DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"ecosystem": "nuget",
"version_constraint": "1.0.117"
},
{
"name": "DevExpress.Xpo",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "DevExpress.Data",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "26.1.*"
},
{
"name": "Microsoft.AspNetCore.Identity.UI",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Microsoft.Data.Sqlite",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Microsoft.Data.Sqlite.Core",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "SQLitePCLRaw.lib.e_sqlite3",
"manifest": "DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"ecosystem": "nuget",
"version_constraint": "3.53.3"
},
{
"name": "System.Configuration.ConfigurationManager",
"manifest": "DX.Utils/DX.Utils.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.0"
},
{
"name": "System.ComponentModel.Annotations",
"manifest": "DX.Utils/DX.Utils.csproj",
"ecosystem": "nuget",
"version_constraint": "5.0.0"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8.Client/DX.Test.Blazor8.Client.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Authentication",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8.Client/DX.Test.Blazor8.Client.csproj",
"ecosystem": "nuget",
"version_constraint": "8.0.*"
},
{
"name": "System.Text.Json",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8.Client/DX.Test.Blazor8.Client.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Server",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Microsoft.Data.SqlClient",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"ecosystem": "nuget",
"version_constraint": "5.2.2"
},
{
"name": "System.Text.Json",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"ecosystem": "nuget",
"version_constraint": "9.0.*"
},
{
"name": "Mapster",
"manifest": "DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"ecosystem": "nuget",
"version_constraint": "10.*"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "AutoMapper",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Blazored.LocalStorage",
"direct": true,
"version": "4.5.0",
"ecosystem": "nuget"
},
{
"name": "DevExpress.Blazor",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "DevExpress.Data",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "DevExpress.Data",
"direct": true,
"version": "26.1.3",
"ecosystem": "nuget"
},
{
"name": "DevExpress.Web.Mvc5",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "DevExpress.Xpo",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "DevExpress.Xpo",
"direct": true,
"version": "26.1.3",
"ecosystem": "nuget"
},
{
"name": "EntityFramework",
"direct": true,
"version": "6.4.4",
"ecosystem": "nuget"
},
{
"name": "FluentValidation",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "FluentValidation",
"direct": true,
"version": "11.8.0",
"ecosystem": "nuget"
},
{
"name": "FluentValidation",
"direct": true,
"version": "9.5.4",
"ecosystem": "nuget"
},
{
"name": "Mapster",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Mapster",
"direct": true,
"version": "7.2.0",
"ecosystem": "nuget"
},
{
"name": "Mapster",
"direct": true,
"version": "7.4.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.Identity.Core",
"direct": true,
"version": "2.2.4",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Authorization",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.Web",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Authentication",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Components.WebAssembly.Server",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Identity.UI",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Data.SqlClient",
"direct": true,
"version": "5.2.2",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Data.Sqlite",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Data.Sqlite.Core",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.EntityFrameworkCore",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Caching.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Configuration.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.DependencyInjection.Abstractions",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Identity.Core",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Identity.Stores",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Extensions.Logging",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.IdentityModel.Tokens",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Newtonsoft.Json",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Newtonsoft.Json",
"direct": true,
"version": "13.0.3",
"ecosystem": "nuget"
},
{
"name": "SQLitePCLRaw.lib.e_sqlite3",
"direct": true,
"version": "3.53.3",
"ecosystem": "nuget"
},
{
"name": "System.ComponentModel.Annotations",
"direct": true,
"version": "5.0.0",
"ecosystem": "nuget"
},
{
"name": "System.Configuration.ConfigurationManager",
"direct": true,
"version": "8.0.0",
"ecosystem": "nuget"
},
{
"name": "System.Data.SQLite.Core",
"direct": true,
"version": "1.0.117",
"ecosystem": "nuget"
},
{
"name": "System.IdentityModel.Tokens.Jwt",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Toolbelt.Blazor.HttpClientInterceptor",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Antlr",
"direct": false,
"version": "3.5.0.2",
"ecosystem": "nuget"
},
{
"name": "bootstrap",
"direct": false,
"version": "5.3.8",
"ecosystem": "nuget"
},
{
"name": "jQuery",
"direct": false,
"version": "3.7.1",
"ecosystem": "nuget"
},
{
"name": "jQuery.Validation",
"direct": false,
"version": "1.21.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.Agent.Intercept",
"direct": false,
"version": "2.4.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.DependencyCollector",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.PerfCounterCollector",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.Web",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.WindowsServer",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel",
"direct": false,
"version": "2.23.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.Identity.Owin",
"direct": false,
"version": "2.2.4",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.Mvc",
"direct": false,
"version": "5.3.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.Razor",
"direct": false,
"version": "3.3.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.TelemetryCorrelation",
"direct": false,
"version": "1.0.8",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.Web.Optimization",
"direct": false,
"version": "1.1.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNet.WebPages",
"direct": false,
"version": "3.3.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CodeDom.Providers.DotNetCompilerPlatform",
"direct": false,
"version": "4.1.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.jQuery.Unobtrusive.Validation",
"direct": false,
"version": "4.0.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Net.Compilers",
"direct": false,
"version": "4.2.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Host.SystemWeb",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.Cookies",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.Facebook",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.Google",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.MicrosoftAccount",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.OAuth",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Owin.Security.Twitter",
"direct": false,
"version": "4.2.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.Web.Infrastructure",
"direct": false,
"version": "2.0.0",
"ecosystem": "nuget"
},
{
"name": "Modernizr",
"direct": false,
"version": "2.8.3",
"ecosystem": "nuget"
},
{
"name": "Owin",
"direct": false,
"version": "1.0",
"ecosystem": "nuget"
},
{
"name": "popper.js",
"direct": false,
"version": "1.16.1",
"ecosystem": "nuget"
},
{
"name": "System.Buffers",
"direct": false,
"version": "4.5.1",
"ecosystem": "nuget"
},
{
"name": "System.Diagnostics.DiagnosticSource",
"direct": false,
"version": "7.0.2",
"ecosystem": "nuget"
},
{
"name": "System.Memory",
"direct": false,
"version": "4.5.5",
"ecosystem": "nuget"
},
{
"name": "System.Numerics.Vectors",
"direct": false,
"version": "4.6.1",
"ecosystem": "nuget"
},
{
"name": "System.Runtime.CompilerServices.Unsafe",
"direct": false,
"version": "6.0.0",
"ecosystem": "nuget"
},
{
"name": "WebGrease",
"direct": false,
"version": "1.6.0",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 81,
"direct_count": 42,
"indirect_count": 39
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 5,
"open_issues": 1,
"closed_ratio": 0.9,
"closed_issues": 9,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "donwibier",
"commits": 189,
"avatar_url": "https://avatars.githubusercontent.com/u/2232977?v=4"
},
{
"type": "User",
"login": "donchak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1681154?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.995
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"DX.Blazor.Identity.Server.yml",
"DX.Blazor.Identity.Wasm.yml",
"DX.Blazor.Identity.yml",
"DX.Data.EF.AutoMapper.yml",
"DX.Data.EF.Mapster.yml",
"DX.Data.EF.yml",
"DX.Data.Xpo.AutoMapper.yml",
"DX.Data.Xpo.Identity.AutoMapper.yml",
"DX.Data.Xpo.Identity.Mapster.yml",
"DX.Data.Xpo.Identity.yml",
"DX.Data.Xpo.Interfaces.yml",
"DX.Data.Xpo.Mapster.yml",
"DX.Data.Xpo.Mvc.yml",
"DX.Data.Xpo.yml",
"DX.Data.yml",
"DX.Utils.yml",
"Publish-NuGet-Packages.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": "no SAST tool detected",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "5b6ec7d5301b09de5bbcbfc9b6921a610de1d9c5",
"ran_at": "2026-07-31T08:05:45Z",
"aggregate_score": 4.4,
"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-31T08:01:21Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2023-11-08T07:41:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2024-11-25T07:24:07Z",
"last_comment_at": "2024-12-12T22:14:00Z",
"last_comment_author": "donwibier"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/donwibier/DXWeb",
"host": "github.com",
"name": "DXWeb",
"owner": "donwibier"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 55,
"vitality": 70,
"community": 39,
"governance": 56,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 0.98,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"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": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v1.1.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 16.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 39,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 12,
"stars": 6,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6 stars",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 6
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"packages": [
"DX.Data.EF.AutoMapper",
"DX.Data.EF.Mapster",
"DX.Data.EF",
"DX.Data.Xpo.AutoMapper"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 7515,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "7,515 downloads all-time across nuget",
"points": 40.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 7515,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.995
},
"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 100% of commits",
"points": 0.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"merged_prs": 5,
"open_issues": 1,
"closed_issues": 9,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/8 decided PRs merged",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"followers": 64,
"owner_type": "User",
"is_verified": null,
"owner_login": "donwibier",
"public_repos": 55,
"account_age_days": 5084
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "64 followers of donwibier",
"points": 13,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 64,
"login": "donwibier"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "55 public repos, account ~13 yr old",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 55
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"DX.Data.EF.AutoMapper",
"DX.Data.EF.Mapster",
"DX.Data.EF",
"DX.Data.Xpo.AutoMapper"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 16
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "4 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 4,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 16 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 16
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "17 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 17
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"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": "no SAST tool detected",
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 54 resolved dependencies against OSV; 27 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": 54
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 27
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 54,
"unassessed_packages": 27,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 54,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.235,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "23 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj",
"DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj",
"DX.Blazor.Identity/DX.Blazor.Identity.csproj",
"DX.Data.EF.AutoMapper/DX.Data.EF.AutoMapper.csproj",
"DX.Data.EF.Mapster/DX.Data.EF.Mapster.csproj",
"DX.Data.EF/DX.Data.EF.csproj",
"DX.Data.Xpo.AutoMapper/DX.Data.Xpo.AutoMapper.csproj",
"DX.Data.Xpo.Identity.AutoMapper/DX.Data.Xpo.Identity.AutoMapper.csproj",
"DX.Data.Xpo.Identity.Mapster/DX.Data.Xpo.Identity.Mapster.csproj",
"DX.Data.Xpo.Identity/DX.Data.Xpo.Identity.csproj",
"DX.Data.Xpo.IndentityServer/DX.Data.Xpo.IndentityServer.csproj",
"DX.Data.Xpo.Interfaces/DX.Data.Xpo.Interfaces.csproj",
"DX.Data.Xpo.Mapster/DX.Data.Xpo.Mapster.csproj",
"DX.Data.Xpo.Mvc/DX.Data.Xpo.Mvc.csproj",
"DX.Data.Xpo.v8/DX.Data.Xpo.v8.csproj",
"DX.Data.Xpo/DX.Data.Xpo.csproj",
"DX.Data/DX.Data.csproj",
"DX.Test.Blazor8/DX.Test.Blazor8.Client/DX.Test.Blazor8.Client.csproj",
"DX.Test.Blazor8/DX.Test.Blazor8/DX.Test.Blazor8.csproj",
"DX.Test.Web.Blazor/DX.Test.Web.Blazor.csproj",
"DX.Test.Web.Core/DX.Test.Web.Core.csproj",
"DX.Test.Web.MVC/DX.Test.Web.MVC.csproj",
"DX.Utils/DX.Utils.csproj"
],
"dependency_bot_commit_share": 0.02
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj, DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj, DX.Blazor.Identity/DX.Blazor.Identity.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "DX.Blazor.Identity.Server/DX.Blazor.Identity.Server.csproj, DX.Blazor.Identity.Wasm/DX.Blazor.Identity.Wasm.csproj, DX.Blazor.Identity/DX.Blazor.Identity.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C# (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 285314,
"source_files_sampled": 246,
"oversized_source_files": 14
},
"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": "14/246 source files over 60KB",
"points": 51.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 246,
"oversized": 14
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T08:05:56.833824Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/donwibier/DXWeb.svg",
"full_name": "donwibier/DXWeb",
"license_state": "standard",
"license_spdx": "MIT"
}