This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
If I set validation attributes on a property in a value object, and then create an Entity like this: var entity = new SomeEntity { MyProperty = new ValueObject(1234) }; Then, even though 1234 is valid data for the ValueObject, I cannot store the entity. Lightspeed complains about the validation for the value object. If I remove the validation it works, and the data is correctly stored in the database. Is this easy to reproduce or do you need more info?
|
|
|
We believe this is fixed in current nightly builds. Could you give the latest nightly a try and see if it helps? |
|