Replies: 1 comment 5 replies
-
I've tidied up the examples project now. I hope it builds better for you! |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Tom,
Here's the report about building from the source I promised. I'll write down the steps and issues I encountered when cloning a repo:
Report
Observations
-- Program.cs(36, 9): [SA1515] Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
-- Program.cs(36, 9): [SA1005] Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
if I just comment out one module as in this example:

Beta Was this translation helpful? Give feedback.
All reactions