-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Make well-known IPv4 addresses readonly #33531
Conversation
Use approach suggested in #33476
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.
Thanks.
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
@dotnet-bot test Outerloop Windows x64 Debug Build |
As far as I can see, the build failures do not seem related to this change. Happy to address any remaining issues if I'm wrong about this. |
@dotnet-bot test Outerloop Windows x64 Debug Build |
@dotnet-bot test UWP CoreCLR x64 Debug Build |
None of these failures are associated with this change. Thanks for the fix. |
* Fix https://github.com/dotnet/corefx/issues/33373 Use approach suggested in dotnet#33476 * Skip tests for IPAddress.Address setter throwing on .NET Framework
* Fix https://github.com/dotnet/corefx/issues/33373 Use approach suggested in dotnet/corefx#33476 * Skip tests for IPAddress.Address setter throwing on .NET Framework Commit migrated from dotnet/corefx@10dc9a2
Fix https://github.com/dotnet/corefx/issues/33373 using the approach suggested in PR #33476
/cc @alfredmyers @stephentoub