- Notifications
You must be signed in to change notification settings - Fork5.2k
Add overloads for Enum.Parse/TryParse with ReadOnlySpan<char>#43255
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Dotnet-GitSync-Bot commentedOct 10, 2020
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
hrrrrustic commentedOct 22, 2020
@jkotas any comments/review? |
danmoseley commentedOct 22, 2020
Tagged@joperezr as area owner. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
stephentoub left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I was going to suggest this PR should include also fixing up calls to the existing overloads that should instead use the new overloads (e.g. places where we may have been trimming the input string prior to the call), but on a quick search, I didn't find any.
So, LGTM. Thanks!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
danmoseley commentedFeb 5, 2021
@hrrrrustic we're trying to make a push to finish old PR's like this one. Are you still in a position to address feedback? |
hrrrrustic commentedFeb 5, 2021
Writing xml docs right now :) |
stephentoub commentedFeb 9, 2021
@hrrrrustic, thanks. I can review again, but there are conflicts. Would you mind rebasing on top of master? |
hrrrrustic commentedFeb 19, 2021
@stephentoub Done |
stephentoub commentedFeb 23, 2021
The PR is changing the permissions on src/installer/snaps/dotnet-sdk/dotnet-runtime. Please revert that. |
hrrrrustic commentedFeb 23, 2021
@stephentoub No idea how did I do that, but I force pushed revert. There are some failing ci, but error log is quite strange |
stephentoub left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM. Thanks!
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Stephen Toub <stoub@microsoft.com>
close#1916