Skip to content
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

[4.0] Fix general StyleCop errors #793

Merged
merged 28 commits into from
Jul 31, 2018

Conversation

FreezyLemon
Copy link
Contributor

Purpose of this PR

After getting the CI scripts to work again, it would be nice to actually use them, so I removed a bit more than half of the initial stylecop errors (down to ~2000), most of which were just done via automatic commands (Intellisense quick actions).

Only OpenTK.Mathematics and .OpenAL have style errors left now, the math library having a lot of documentation issues (missing punctuation, missing docs in general).

Both of those will need more work, but this PR is complete for now.

Single-line comments should be preceded but not be followed by a blank line.
<see cref="MyClass" />
turns into
<see cref="MyClass"/>
@Nihlus Nihlus merged commit b041215 into opentk:4.0 Jul 31, 2018
@FreezyLemon FreezyLemon deleted the 4.0-fix-general-stylecop-errors branch July 31, 2018 19:20
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