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
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