Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Last modified 8 years ago

#2508 assigned task

Check Mono/.NET HL File Compatibility

Reported by: ascheibe Owned by: jkarder
Priority: low Milestone: HeuristicLab 4.0
Component: General Version: 3.3.12
Keywords: Cc:

Description

There seems to be still sometimes the case where DefaultComparer is written to the file on Mono instead of ObjectEqualityComparer. This is a problem, so sforsten provided the following workaround: he changed TypeLoader.cs, Line 182 to } else if (typeName.Namespace == "System.Collections.Generic" && (typeName.ClassName == "DefaultComparer" || typeName.ClassName == "EqualityComparer+DefaultComparer")) {

Change History (1)

comment:1 Changed 8 years ago by ascheibe

  • Owner changed from ascheibe to jkarder
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.