Pedro Wood

Results 10 comments of Pedro Wood

Will check how to improve that. In the meantime that code is part of the templates. You can add the pragma directive or change the code [there](https://github.com/mulesoft-labs/raml-dotnet-tools/blob/master/MuleSoft.RAML.Tools/RAMLClient.t4). Thanks for the...

Hi @IvanJosipovic, not all response classes are empty. For those you are showing there, they were generated for responses that don't specify a type. For example, for the first type...

I raised this topic to corresponding people at MuleSoft. Will leave the issue open for now, to follow up, but this is not related to the tool.

Debugging I see is a problem in JSON.NET. I found this: https://github.com/justinrainbow/json-schema/issues/180

Hi David, we have built the [command line tool](https://github.com/mulesoft-labs/raml-dotnet-tools/tree/master/command-line) with that in mind. Let us know how it goes for you.

will consider your request David, thanks for the feedback

It [used to be a valid syntax](https://github.com/raml-org/raml-spec/blob/8d9c184033075a3ce57f492862dcccac515c862f/versions/raml-10/raml-10.md#map-types) but it was changed.

that code would add any regex pattern as a dictionary, no matter what it contains

It does not support $ref from a json file to another json file. It does support $ref inside the same json, or to an external json, but that schema must...