Field not being saved #2240
-
Unit tests demonstrate this odd behaviour and I'm not sure I understand why
public class Aggregate
{
private List<ValueObject> _list = new List<ValueObject>();
.....
}
public class ValueObject
{
.....
} steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With ref. to discussion in Gitter, the following was suggested as a solution:
|
Beta Was this translation helpful? Give feedback.
With ref. to discussion in Gitter, the following was suggested as a solution: