Changes between Version 3 and Version 5 of Ticket #2475
- Timestamp:
- 11/16/15 13:27:58 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2475 – Description
v3 v5 3 3 * Mono/.NET File Compatibility: 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")) { }}} 4 4 5 * Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh5 * ~~Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh~~ (-> not necessary) 6 6 7 7 * The following project files need to be updated: