-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI needs an analysis step to validate http links in XML doc comments #22216
Comments
In addition to flagging locale strings, the analysis step should flag MSDN links. All msdn.microsoft.com links should be replaced with docs.microsoft.com links. Here's an example of a link that violates both rules: Line 26 in c7e337d
@weshaggard This is related to our chat. The link checker script currently scans Markdown files. This proposal entails expanding beyond that to include *.cs files. |
Hi @christothes, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
1 similar comment
Hi @christothes, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
PRs like this are a good example of the need for some link validation to check for things like locales.
#22215
The text was updated successfully, but these errors were encountered: