Refactor IReturn to allow portable DTOs
http://stackoverflow.com/questions/12700702/servicestack-ireturn
"In the case where you define your DTOs in a portable class library, you won't be able to use IReturn or the NewApi. Perhaps IReturn should be defined in a PCL in ServiceStack. Just a thought."
8
votes

PCL Support was added in v4.06, example project at: https://github.com/ServiceStack/Hello