I am trying to Approvals.Verify xml but problem is attributes' order. In few elements they are in different order in my computerand Jenkins. From other question I found to change order of properties in class. That kinda worked: it changed attributes' order but it now Jenkins' order is what it used to be in my computer and vice versa. So no help from changed properties' order in class.
Is there any way to use ApprovalTests to ignore xml attributes' order? Or how can I say exact order for attributes in xml serialization? Or other hints?