Simple experiment: I created an entity model from Northwind, and find that the generated classes don\'t work for protobuf-net v2 without adding the Order proper
I've only just begun my dive into ProtoBuf, and therefore haven't really looked at the previous version, but I've been using looking at the stream that is generated it's ordered as expected.
Public Class Peer
Public Property PacketNumber As Long
Public Property DateCreated As DateTime
Public Property Data As String
Public Property OriginatingTerminal As Integer
end class
Hope this helps