-
Notifications
You must be signed in to change notification settings - Fork 509
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
Initial conversion of HTML to markdown #1183
Conversation
📝 This pull request is a straight conversion of the original HTML content to Markdown. I'm planning to leave all editing, including updates for disabled rules and intentional deviations from StyleCop "classic", for later updates. @pdelvo @vweijsters Any reason not to merge this? |
👍 Looks good to me |
It might be a good idea to write a unit test that verifies that all help links pinkt to an url on github to make sure we dont forget any diagnostics. |
@pdelvo 👍 |
Initial conversion of HTML to markdown
👍 |
The conversion was performed using the following PowerShell script.
Each of the Markdown files still needs to be verified for accuracy against the original documentation for the diagnostic. After the verification is complete, we can work to document any known differences between StyleCopAnalyzers and StyleCop "classic".
Verification checklist