Florian Bernd

Results 282 comments of Florian Bernd

Hi @gcatwork, this seems to be a duplicate of #8455. Could you please check the mentioned solution and let me know if that solved your issue?

Please have another look at the linked example. Especially: ```csharp .Nested(p => p.Numbers, x => x .Properties(x => x .IntegerNumber(p => p.Numbers.First()) // Nested array: Numbers.[] ) ) ``` You...