Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 5 of Ticket #2475


Ignore:
Timestamp:
11/16/15 13:27:58 (8 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2475 – Description

    v3 v5  
    33* 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")) { }}}
    44
    5 * Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh
     5* ~~Update doc to include chmod +x PreBuildEvent.sh chmod +x MergeConfigs.sh~~ (-> not necessary)
    66
    77* The following project files need to be updated: