Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1442, comment 5


Ignore:
Timestamp:
03/16/11 15:18:07 (14 years ago)
Author:
mkommend
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1442, comment 5

    initial v1  
    33Used the generic type arguments of the `Tuple` instead of the dynamic value types to call the  `Tuple.Create` method. This avoids co- / contravariance issues when dealing with collections of `Tuples`. I haven't adapted the unit tests for the tuple serializer and I am not sure which side effect this change has.
    44
    5 Erik, please review the changeset careful.
     5Erik, please review the changeset carefully.