ericvana / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

WCF Enum Serialization Is Not Working #385

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I see that r640 had a fix for naked enums, however they still aren't working 
under WCF. I have attached a sample VS project based off of a MS named pipe 
sample that shows them not working.
==============

What steps will reproduce the problem?
1. Build and run the service project 
2. Build and run the client project

The client should output Option1 as the enum value.

Original issue reported on code.google.com by xeri...@gmail.com on 3 Jun 2013 at 4:51

Attachments: