Selman Genç
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":...
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...
I'm having trouble building the solution, I'm running CMD as admin and this command: build.cmd 1.1.0 Getting these errors:  
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:...