CommunityToolkit/WindowsCommunityToolkit

Links in XML comments need updating

Open

#3,831 opened on Mar 11, 2021

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C# (1,403 forks)batch import
Hacktoberfestbug :bug:documentation :page_with_curl:good first issue

Repository metrics

Stars
 (5,708 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Describe the bug

We need to update our XML comments to have better standards for when they're generated into docs:

  • ideally use a typed reference vs. a specific url link
  • use https instead of http
  • not include locale like en-us in the link url
  • don't link to specific views with query-strings to docs

Contributor guide