-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add overloads for Enum.Parse/TryParse with ReadOnlySpan<char> #43255
Conversation
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. |
@jkotas any comments/review? |
Tagged @joperezr as area owner. |
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!
@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? |
Writing xml docs right now :) |
@hrrrrustic, thanks. I can review again, but there are conflicts. Would you mind rebasing on top of master? |
270615b
to
6e157d6
Compare
@stephentoub Done |
The PR is changing the permissions on src/installer/snaps/dotnet-sdk/dotnet-runtime. Please revert that. |
d5fc54d
to
2c28df6
Compare
@stephentoub No idea how did I do that, but I force pushed revert. There are some failing ci, but error log is quite strange |
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!
Co-authored-by: Stephen Toub <stoub@microsoft.com>
close #1916