Ivan Mitev

Results 4 comments of Ivan Mitev

What's also interesting is if the planned replacement of `WebView` with `WebView2` would affect possible support of older .NET Framework versions 🤔

Noticed that DotNetZip have implemented Deflate64 support when unzipping https://github.com/haf/DotNetZip.Semverd/pull/182 . Hopefully it won't be very difficult to port this to SharpZipLib. 🤔

I encountered a similar issue in the context of `securityDefinitions` element. The OpenAPI JSON file uses a placeholder: ``` "authorizationUrl": "https://{yourwhitelabel}.acme.com/oauth/authorise", "tokenUrl": "https://{yourwhitelabel}.acme.com/oauth/token", ``` And it seems like a good...

Indeed, the BCL is huge. I guess something more manageable will be as a default to use the BCL types/classes directly in the generated Jurassic code, and try to convert...