Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Fixing spacing in S.Memory and S.Runtime refs #26521

Merged
merged 3 commits into from
Jan 23, 2018

Conversation

ahsonkhan
Copy link

@@ -4147,7 +4147,6 @@ public static partial class CharUnicodeInfo
public static double GetNumericValue(char ch) { throw null; }
public static double GetNumericValue(string s, int index) { throw null; }
public static System.Globalization.UnicodeCategory GetUnicodeCategory(char ch) { throw null; }
public static System.Globalization.UnicodeCategory GetUnicodeCategory(int codePoint) { throw null; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added recently so I don't expect it should be removed.

@ahsonkhan
Copy link
Author

I am going to ignore the Windows x64/x86 CI failures given https://github.com/dotnet/corefx/issues/26531

@ahsonkhan ahsonkhan merged commit 5b1af42 into dotnet:master Jan 23, 2018
@ahsonkhan ahsonkhan deleted the FixSpacingInRef branch January 23, 2018 03:38
Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks for updating the tool @ahsonkhan and refs.

@karelz karelz added this to the 2.1.0 milestone Feb 4, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Fixing spacing in S.Memory and S.Runtime refs

* Add back GetUnicodeCategory(int codePoint) to the S.R ref

* Fix which class to add the GetUnicodeCategory(int) API


Commit migrated from dotnet/corefx@5b1af42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants