Skip to content

Docs link audit fails after NuGet packages were published #10827

Description

@ReubenBond

The documentation Build site job now fails during npm run audit:links because six package links which were previously unpublished now return HTTP 200, making their entries in docs/site/src/data/external-link-allowlist.json stale.

Affected entries:

  • Microsoft.Orleans.Clustering.Firestore
  • Microsoft.Orleans.GrainDirectory.Firestore
  • Microsoft.Orleans.Journaling.Redis
  • Microsoft.Orleans.Persistence.Firestore
  • Microsoft.Orleans.Reminders.Firestore
  • Microsoft.Orleans.Streaming.Kinesis

Observed in PR #9903's Documentation workflow: https://github.com/dotnet/orleans/actions/runs/32820423881/job/97747067404

The site and documentation projects build successfully; only the stale-entry policy check fails. Remove these six allowlist entries now that their NuGet pages are live. This is repository-wide publication drift and is unrelated to PR #9903's Advanced Reminders changes.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions