-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix translation of Ping error codes #63237
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
Conversation
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsFix issue #62592 (closes #62592) Current state of implementation
/cc @filipnavara
|
|
Implementation looks good 👍 Now just the (arguably annoying) test... |
wfurt
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.
generally looks good. I left some comments.
src/libraries/System.Net.Ping/src/System/Net/NetworkInformation/IcmpV4MessageConstants.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Ping/src/System/Net/NetworkInformation/IcmpV6MessageConstants.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Ping/tests/FunctionalTests/PingTest.cs
Outdated
Show resolved
Hide resolved
|
I'll mark this PR as Ready-For-Review for once, since the actual change is ready. The only problem is the tests for which we need an infrastructure owner to give us more insight about the tests. |
wfurt
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
Fix issue #62592 (closes #62592)
Current state of implementation
/cc @filipnavara