Skip to content

Conversation

@rzikm
Copy link
Member

@rzikm rzikm commented Oct 11, 2022

Fixes #960.

If I understand the source and terminology correctly, the bytes are produced in network order (i.e. left-to-right as in textual representation and big endian in case of IPv6).

@rzikm rzikm requested a review from a team as a code owner October 11, 2022 14:25
@ghost ghost assigned rzikm Oct 11, 2022
@ghost ghost added the area-System.Net label Oct 11, 2022
@ghost
Copy link

ghost commented Oct 11, 2022

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #960.

If I understand the source and terminology correctly, the bytes are produced in network order (i.e. left-to-right as in textual representation and big endian in case of IPv6).

Author: rzikm
Assignees: rzikm
Labels:

area-System.Net

Milestone: -

@opbld32
Copy link

opbld32 commented Oct 11, 2022

Learn Build status updates of commit 7d7950d:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Net/IPAddress.xml ✅Succeeded View

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

Copy link
Member

@liveans liveans left a comment

Choose a reason for hiding this comment

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

LGTM

@rzikm rzikm merged commit 1c7f208 into dotnet:main Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Endianness

3 participants