Add comment about F# dependency on hashing algorithm
authorJan Kotas <jkotas@microsoft.com>
Fri, 28 Oct 2016 11:25:48 +0000 (04:25 -0700)
committerJan Kotas <jkotas@microsoft.com>
Fri, 28 Oct 2016 11:46:08 +0000 (04:46 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/ea5de57d774bc8558064d3111028d6a94068f115

src/coreclr/src/mscorlib/src/System/Tuple.cs

index 99164bc..ce92da4 100644 (file)
@@ -7,6 +7,10 @@ using System.Collections;
 using System.Collections.Generic;
 using System.Diagnostics.Contracts;
 
+//
+// Note: F# compiler depends on the exact tuple hashing algorithm. Do not ever change it.
+//
+
 namespace System {
 
     /// <summary>