stujfiter

Results 1 issues of stujfiter

I have run into an issue where TryParse() does not throw an exception when given an invalid IPv6 address. Sample Code: `IPNetwork network; IPNetwork.TryParse("g001:02b8::/64", out network)` I have validated this...

enhancement
help wanted