Changes between Initial Version and Version 5 of Ticket #2626
- Timestamp:
- 07/09/16 19:39:27 (8 years ago)
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.1 We encountered a problem in the object graph traversal in connection with WCF services. 2 2 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 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. 4 5 Since 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.