-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
nanoframework/System.Net
#221Description
Details about Problem
.NET nanoFramework library: mscorlib
Description
Running NetTest2_IPAddressBasic Unit Tests in System.Net fails when comparing two IPAddress.
Detailed repro steps so we can see the same problem
-
Run NetTest2_IPAddressBasic in System.Net. Test fail if uncomment the Hash comparison.
-
Run the same code in .NET. Hash comparison matches.
Other suggested things
Expected behaviour
Sample Project
Test project in .NET: https://dotnetfiddle.net/AyG4pK