Selman Genç

Results 4 issues of Selman Genç

I have a swagger document that starts like this: > { > "swagger": "2.0", > "info": { > "title": "Foo", > "version": "1.3.0" > }, > "x-basePath": "{ipaddress}/bar/api/v0", > "schemes":...

type:question
type:documentation

While parsing a swagger document sometimes there are errors in diagnostics but the `Paths` still contain the API operations, and I can parse the document even though there were some...

status:waiting-for-author-feedback

I'm having trouble building the solution, I'm running CMD as admin and this command: build.cmd 1.1.0 Getting these errors: ![errors1](https://user-images.githubusercontent.com/17150333/48832921-55c4d480-ed8b-11e8-8041-f8703d68a4f3.png) ![errors2](https://user-images.githubusercontent.com/17150333/48832928-59585b80-ed8b-11e8-90fc-3be7d9175f18.png)

type:documentation

When parsing this document with OpenAPI.NET, it parses the server URL as: **http:///v2**, while it should only parse **/v2** and not append **http://** to it. ``` swagger: "2.0" info: description:...

status:needs-discussion