Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Lucene.Net 2.9.2
-
None
-
Linux/Mono 2.6.x
Description
gmcs (Mono's C# compiler) as of 2.6.x (the current stable release) is unable to compile
SupportClass.EquatableList<T>.GetHashCode(IEnumerable<T> source)
The attached patch implements a straightforward workaround for this issue.