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.
The documentation
Build sitejob now fails duringnpm run audit:linksbecause six package links which were previously unpublished now return HTTP 200, making their entries indocs/site/src/data/external-link-allowlist.jsonstale.Affected entries:
Microsoft.Orleans.Clustering.FirestoreMicrosoft.Orleans.GrainDirectory.FirestoreMicrosoft.Orleans.Journaling.RedisMicrosoft.Orleans.Persistence.FirestoreMicrosoft.Orleans.Reminders.FirestoreMicrosoft.Orleans.Streaming.KinesisObserved 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.