Conerlius / protobuf-net

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

enum fields in messages defined without "default" flag generate uncompilable code #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I noticed that enum fields in messages defined without "default" flag generate 
uncompilable code. It's understandable because enum can't be null in C# but 
perhaps we can throw error message about it in protobuf compiler?

Original issue reported on code.google.com by rusl...@gmail.com on 4 Aug 2010 at 7:12

GoogleCodeExporter commented 8 years ago
It seems like this bug can be considered (although not 100%) duplicate of bug 
#119.

Original comment by rusl...@gmail.com on 4 Aug 2010 at 7:14