Workaround for a Mono C# compiler issue ---------------------------------------
Key: LUCENENET-361 URL: https://issues.apache.org/jira/browse/LUCENENET-361 Project: Lucene.Net Issue Type: Improvement Environment: Linux/Mono 2.6.x Reporter: Robert Jordan Priority: Minor 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.