Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Add single separator String.Split overloads#1845

Merged
jkotas merged 1 commit into
dotnet:masterfrom
justinvp:string_split
Sep 14, 2016
Merged

Add single separator String.Split overloads#1845
jkotas merged 1 commit into
dotnet:masterfrom
justinvp:string_split

Conversation

@justinvp
Copy link
Copy Markdown
Contributor

//--------------------------------------------------------------------
[System.Security.SecuritySafeCritical] // auto-generated
private unsafe int MakeSeparatorList(string separator, int[] sepList)
{
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nit - the security critical annotations were stripped from corert.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Forgot to strip it. Fixed.

@jkotas jkotas merged commit 695fae9 into dotnet:master Sep 14, 2016
@justinvp justinvp deleted the string_split branch September 15, 2016 16:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants