igarioshka

Results 3 comments of igarioshka

We've also experienced this with a different set of parameters: Given a model: ``` interface Child { Id: number; } interface ParentModel { children: Child[]; } ``` and controller: ```...

@WoH, here's a failing templateHelpers.spec.ts test describing the defect: ``` it('should invalid array nested value with ref array', () => { const name = 'name'; const value = [{ child:...

@WoH does repeating the the same key in the values array breaks something? In case of #1170 the error would be: ``` [ { "requestBody.$0.email": { "message": "maxLength 10", "value":...