ncuid icon indicating copy to clipboard operation
ncuid copied to clipboard

Incorrect Split() logic?

Open bburgin opened this issue 4 years ago • 0 comments

For this line, https://github.com/moonpyk/ncuid/blob/9f5efe059646cc4c9ab1952216c907a6f058b78a/NCuid/Cuid.cs#L127

Should it be hostname.ToCharArray().Select(c=>c.ToString()) instead?

I tried the existing code and found that it just returned ["hostname"], where hostname is my hostname value.

bburgin avatar May 27 '20 19:05 bburgin