Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 5 of Ticket #2626


Ignore:
Timestamp:
07/09/16 19:39:27 (8 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2626

    • Property Owner set to gkronber
    • Property Status changed from new to accepted
    • Property Type changed from defect to enhancement
    • Property Summary changed from Exception when comparing System.RuntimeType in object graph traversal to Make it possible to exclude fields from object graph traversal explicitly.
  • Ticket #2626 – Description

    initial v5  
    1 We encountered a problem in connection with WCF services.
     1We encountered a problem in the object graph traversal in connection with WCF services.
    22
    3 Hosting the service lead to an instance of FtpWebRequestCreator in the object graph which is of type RuntimeType. Additionally we found problems with types from System.Runtime.Serialization assembly
     3Hosting the service lead to an instance of FtpWebRequestCreator in the object graph which is of type RuntimeType. Additionally we found problems with types from System.Runtime.Serialization assembly.
     4
     5Since it was not easily possible to easily define correct rules for excluded types, I suggest that we introduce an attribute with which fields can be marked if the should be excluded from object graph traversal.