Selman Genç
Selman Genç
The version I use is v1.0.0-beta015, haven't tried with v1.0.0-beta17 yet. There is no url definition like this in the document, could that be the problem? ``` servers: - url:...
This is the full stack trace of the error: ``` at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind) at System.Uri..ctor(String uriString, UriKind uriKind) at Microsoft.OpenApi.Readers.V2.OpenApiV2Deserializer.c.b__68_150(OpenApiSecurityScheme o, ParseNode n) at Microsoft.OpenApi.Readers.ParseNodes.PropertyNode.ParseField[T](T parentInstance,...
I understand that the host information is not available. However, in our code base we already have an absolute URI to use as base URI in case the swagger documentation...
I get errors about response object not containing a definition etc. In my use case, I don't need the response object at all. Only thing I need is the operations/paths....