Tapan
Tapan
Same exception upon running the sample application. `System.Xml.XmlException occurred HResult=0x80131940 Message='en' is an unexpected token. The expected token is '"' or '''. Line 2, position 12. Source=System.Xml`
After little bit of try & error approach, I was able to fix the issue. Correct way to get connected is as below. ` var wiki = new Wiki("LinqToWiki.Samples", "https://en.wikipedia.org",...
Meanwhile, I was able to generate the client using below steps. Basically skipping the wrapper and accessing jar directly. 1. Download jar file with latest version from repository URL: [https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.3.1/](https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/5.3.1/)...
Yes. It seems like it is just a designer issue for rendering the controls.