Rico Suter
Rico Suter
> But why override that functionality to stop parsing, just to do it ourselves anyway down the line? Doesn't make sense to me Because some properties (eg dates) need to...
> I just removed JSON.parse(...). It seems that it is not needed at all in the context of axios if I am not wrong In the case of $ref resolution...
I do not use Axios and I have no clue whether this here is fine or not. What's the current state? We need to ensure it works with "Interface" and...
Is this PR still valid?
Is this still needed? I'm fine merging this as it's not really breaking or anything... Maybe it produces way too much text in the exception message.
Thanks for the PR.
Can you post a part of the generated code?
allOf is handled as inheritance: "positiveIntegerDefault0": { "allOf": [ { "$ref": "#/definitions/positiveInteger" }, { "default": 0 } ] }, This is a bug or enhancement. **Inheritance should not be applied...
Can you set `"type": "integer"?
BTW: I recommend to just use NSwag.Core for a complete Swagger 2.0 (and 3.0) model...