Skip to content
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

Handle endianess in SequentialGuidGenerator. #9

Merged
merged 1 commit into from
Feb 14, 2014
Merged

Handle endianess in SequentialGuidGenerator. #9

merged 1 commit into from
Feb 14, 2014

Conversation

anpete
Copy link
Contributor

@anpete anpete commented Feb 14, 2014

No description provided.

if (!BitConverter.IsLittleEndian)
{
Array.Reverse(counterBytes);
}
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Given that little endian is going to be the most common maybe do the reverse when big endian instead?

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind--misread the code.

@ajcvickers
Copy link
Member

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants