Update repository links to dotnet/android - #12790
RoderickIveans wants to merge 1 commit into
Conversation
cac7f25 to
2d9018b
Compare
|
I have updated some of the old Xamarin links to point to the new Since the repository has already begun transitioning away from Xamarin references, I wanted to ask,Is there a plan to rename these remaining Xamarin‑named projects? |
We are doing this slowly as we introduce new code. (And we won't do it at all if it is too much of a breaking change, e.g. Mono.Android.dll) After we branch for .NET 11, we'll likely do a lot of this. |
|
/review |
|
✅ Android PR Reviewer completed successfully! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "azcliprod.blob.core.windows.net"See Network Configuration for more information.
|
There was a problem hiding this comment.
❌ Reject — 1 error, 0 warnings, 0 suggestions.
The bulk repository-link migration is consistent, but the nightly stale-reference scanner was inverted: it now treats the current dotnet/android wiki as stale and will flag the canonical links this PR introduces. The inline comment identifies the required correction.
CI is currently red in Package Tests macOS > Tests > APKs 2 and MAUI Tests MAUI Integration; the Azure logs were unavailable to this review, so their root causes could not be classified. The changed product sources are comment/link-only, while the scanner defect is independently reproducible from its matcher.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
azcliprod.blob.core.windows.net
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
network:
allowed:
- defaults
- "azcliprod.blob.core.windows.net"See Network Configuration for more information.
Generated by Android PR Reviewer for #12790 · copilot · gpt56 · 80.5 AIC · ⌖ 11.4 AIC · ⊞ 21K
Comment /review to run again
| echo "### Stale Xamarin documentation and repository links" | ||
| DOC_MATCHES=$(grep -rnEi \ | ||
| 'https?://(docs\.microsoft\.com/xamarin/android|developer\.xamarin\.com/(guides/)?android|github\.com/xamarin/xamarin-android/wiki)' \ | ||
| 'https?://(docs\.microsoft\.com/xamarin/android|developer\.xamarin\.com/(guides/)?android|github\.com/dotnet/android/wiki)' \ |
There was a problem hiding this comment.
🤖 ❌ Patterns — Keep github.com/xamarin/xamarin-android/wiki in this stale-link matcher. dotnet/android is the current repository (as line 17 states), so this pattern now reports canonical links as stale—including README.md:53 and the message-documentation links this PR just migrated—and sends the nightly fixer after valid URLs. Line 10 should likewise continue naming xamarin/xamarin-android as the archived repository.
There was a problem hiding this comment.
So, this is a nightly workflow that looks for "stale" things. It should probably be reverted, thanks!
Pull Request
title and
description
should follow the
commit-messages.mdworkflow documentation, and in particular should include: