jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
370 stars 71 forks source link

Error When Parsing an ipV4 Range with end-ip 255.255.255.255 #80

Closed redinsch closed 1 year ago

redinsch commented 1 year ago

Hi, when i try to Parse an IPv4-Range with Last-IP = "255.255.255.255" the Enumeration Fails / Throws an Exception. (for example: Parsing an IPAddressRange of "255.255.255.254 - 255.255.255.255" works fine, unless you Enumerate it grafik grafik grafik )

jsakamoto commented 1 year ago

@redinsch Thank you for your reporting. I'm sorry for the delay in getting back to you. Unfortunately, I'm really too busy to investigate this issue at the moment.😥 Please give me time for a few more days.

jsakamoto commented 1 year ago

@redinsch Today, I released the fixed version, v.6.0.0.

Could you check it out?

Thank you for your contributions!

redinsch commented 1 year ago

🎉 Works! 🥳 the delay was no Problem, thanks for the fast Fix 👍