Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Expose parameterless string.TrimEnd/TrimStart in ref#15476

Merged
danmoseley merged 1 commit into
dotnet:masterfrom
justinvp:string_trimendstart
Jan 26, 2017
Merged

Expose parameterless string.TrimEnd/TrimStart in ref#15476
danmoseley merged 1 commit into
dotnet:masterfrom
justinvp:string_trimendstart

Conversation

@justinvp
Copy link
Copy Markdown
Contributor

Expose the new parameterless TrimEnd/TrimStart APIs added in dotnet/coreclr#8834.

The existing tests already cover these new APIs:

Fixes #6485

@justinvp
Copy link
Copy Markdown
Contributor Author

@dotnet-bot test Innerloop Windows_NT Debug Build and Test (System.IO.IOException : The process cannot access the file 'C:\Users\dotnet-bot\AppData\Local\Temp\tmp5DAB.tmp' because it is being used by another process.)

Copy link
Copy Markdown
Member

@karelz karelz left a comment

Choose a reason for hiding this comment

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

Can you please add tests for the new APIs?

@justinvp
Copy link
Copy Markdown
Contributor Author

justinvp commented Jan 25, 2017

Can you please add tests for the new APIs?

@karelz, as I noted in the description, there are already existing tests that cover these APIs. (It worked previously due to the existing params overloads).

Copy link
Copy Markdown
Member

@karelz karelz left a comment

Choose a reason for hiding this comment

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

I should read descriptions better, sorry!

@danmoseley
Copy link
Copy Markdown
Member

Thanks @justinvp !

@danmoseley danmoseley merged commit d99742f into dotnet:master Jan 26, 2017
@justinvp justinvp deleted the string_trimendstart branch January 26, 2017 15:32
@karelz karelz modified the milestone: 2.0.0 Feb 4, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
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.

4 participants