Has anyone created a DataContract testing tool?

前端 未结 2 688
一生所求
一生所求 2020-12-29 09:20

Has anyone seen a library that tests WCF DataContracts? The motivation behind asking this is that I just found a bug in my app that resulted from my not annotating a propert

2条回答
  •  南笙
    南笙 (楼主)
    2020-12-29 09:50

    A better approach: create a proxy that serializes/deserializes all arguments when calling a method. Code can be found here: http://mkramar.blogspot.com/2013/01/unit-test-wcf-with-serialization.html

提交回复
热议问题