Skip to content

[Chore] Fix build suggestions and broken links#54494

Open
gewarren wants to merge 5 commits into
dotnet:mainfrom
gewarren:chores-0626
Open

[Chore] Fix build suggestions and broken links#54494
gewarren wants to merge 5 commits into
dotnet:mainfrom
gewarren:chores-0626

Conversation

@gewarren

@gewarren gewarren commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Contributes to #50871.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/globalization/6.0/culture-creation-invariant-mode.md Culture creation and case mapping in globalization-invariant mode
docs/core/diagnostics/dotnet-debug.md dotnet-debug diagnostic tool - .NET CLI
docs/core/install/linux-package-mixup.md Troubleshoot .NET errors related to missing files on Linux
docs/fundamentals/code-analysis/quality-rules/ca1066.md docs/fundamentals/code-analysis/quality-rules/ca1066
docs/fundamentals/code-analysis/quality-rules/ca1067.md CA1067: Override Equals when implementing IEquatable
docs/fundamentals/code-analysis/quality-rules/ca1068.md CA1068: CancellationToken parameters must come last
docs/fundamentals/code-analysis/quality-rules/ca1069.md "CA1069: Enums should not have duplicate values (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca1070.md CA1070: Do not declare event fields as virtual
docs/fundamentals/code-analysis/quality-rules/ca1200.md CA1200: Avoid using cref tags with a prefix
docs/fundamentals/code-analysis/quality-rules/ca1508.md docs/fundamentals/code-analysis/quality-rules/ca1508
docs/fundamentals/code-analysis/quality-rules/ca1509.md CA1509: Invalid entry in code metrics configuration file
docs/fundamentals/code-analysis/quality-rules/ca1825.md "CA1825: Avoid zero-length array allocations (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca1826.md CA1826: Use property instead of Linq Enumerable method
docs/fundamentals/code-analysis/quality-rules/ca1827.md docs/fundamentals/code-analysis/quality-rules/ca1827
docs/fundamentals/code-analysis/quality-rules/ca1828.md CA1828: Do not use CountAsync/LongCountAsync when AnyAsync can be used
docs/fundamentals/code-analysis/quality-rules/ca1829.md "CA1829: Use Length/Count property instead of Enumerable.Count method (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca2009.md CA2009: Do not call ToImmutableCollection on an ImmutableCollection value
docs/fundamentals/code-analysis/quality-rules/ca2011.md docs/fundamentals/code-analysis/quality-rules/ca2011
docs/fundamentals/code-analysis/quality-rules/ca2244.md CA2244: Do not duplicate indexed element initializations
docs/fundamentals/code-analysis/quality-rules/ca2245.md "CA2245: Do not assign a property to itself (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca2246.md CA2246: Do not assign a symbol and its member in the same statement
docs/fundamentals/code-analysis/quality-rules/ca2248.md docs/fundamentals/code-analysis/quality-rules/ca2248
docs/fundamentals/code-analysis/quality-rules/documentation-warnings.md Documentation rules

Copilot AI review requested due to automatic review settings June 22, 2026 18:57
@gewarren gewarren requested review from a team, adegeo and tommcdon as code owners June 22, 2026 18:57
@dotnetrepoman dotnetrepoman Bot added this to the June 2026 milestone Jun 22, 2026

| OS | Platform |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Windows | [x86](https://aka.ms/dotnet-debug/win-x86) \| [x64](https://aka.ms/dotnet-debug/win-x64) \| [Arm](https://aka.ms/dotnet-debug/win-arm) \| [Arm-x64](https://aka.ms/dotnet-debug/win-arm64) |

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hoyosjs The direct download links don't seem to be available anymore. Is that correct?

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs repo maintenance updates intended to address build suggestions and broken links across .NET documentation pages (notably code analysis rule docs, some install/diagnostics articles, and Azure include tables).

Changes:

  • Reformats Markdown tables in multiple code analysis rule pages to satisfy build/style suggestions.
  • Fixes or removes broken/outdated external links (for example, RFC link updates, GitHub link cleanup, and removal of a dead issue reference).
  • Simplifies the dotnet-debug install section to use the dotnet tool install path.

Reviewed changes

Copilot reviewed 25 out of 25 changed files in this pull request and generated 23 comments.

Show a summary per file
File Description
docs/fundamentals/code-analysis/quality-rules/documentation-warnings.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2248.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2246.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2245.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2244.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2011.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca2009.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1829.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1828.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1827.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1826.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1825.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1509.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1508.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1200.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1070.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1069.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1068.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1067.md Table formatting updates; metadata adjusted.
docs/fundamentals/code-analysis/quality-rules/ca1066.md Table formatting updates; metadata adjusted.
docs/core/install/linux-package-mixup.md Removes an outdated GitHub issue reference from the “Online references” list.
docs/core/diagnostics/dotnet-debug.md Removes the direct-download install path; keeps global tool install instructions.
docs/core/compatibility/globalization/6.0/culture-creation-invariant-mode.md Updates BCP-47 reference link to RFC Editor; minor text correction recommended.
docs/azure/includes/dotnet-new.md Updates the Azure Provisioning Kubernetes GitHub link target.
docs/azure/includes/dotnet-all.md Updates the Azure Provisioning Kubernetes GitHub link target.

Comment thread docs/fundamentals/code-analysis/quality-rules/ca2248.md
Comment thread docs/fundamentals/code-analysis/quality-rules/ca2246.md
Comment thread docs/fundamentals/code-analysis/quality-rules/ca2245.md
Comment thread docs/fundamentals/code-analysis/quality-rules/ca2244.md
Comment thread docs/fundamentals/code-analysis/quality-rules/ca1067.md
Comment thread docs/fundamentals/code-analysis/quality-rules/ca1066.md
Comment thread docs/azure/includes/dotnet-new.md Outdated
Comment thread docs/azure/includes/dotnet-all.md Outdated
Comment thread docs/core/compatibility/globalization/6.0/culture-creation-invariant-mode.md Outdated
@gewarren gewarren requested a review from hoyosjs June 24, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants