-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Member signatures in C# don't follow the official formatting rules #6790
Labels
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@mimisasouvanh Do you have an existing work item for this or should I create a new one? |
I logged https://dev.azure.com/ceapex/Engineering/_workitems/edit/439528 for this. |
adegeo
added a commit
that referenced
this issue
Jul 13, 2021
* Update GC.xml Updated according to issue #6790 to comply with official formatting standards * Update Enumerable.xml Specify that Take and Skip are complements when the sequences are unrepeatable * Updated wording according to feedback Co-authored-by: Steve Berdy <[email protected]> Co-authored-by: Steve Berdy <[email protected]> Co-authored-by: Andy De George <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g. the GC.AddMemoryPressure has the following signature format:
dotnet-api-docs/xml/System/GC.xml
Line 112 in 54e27a3
Notice the space before the parentheses. This is not how C# signatures are formatted in the rest of the repo or samples. Instead of
This should be:
The text was updated successfully, but these errors were encountered: