forked from loafle/openapi-generator-original
* feat: add scope for oauth2
* fix: add parameter AlwaysMultipartFormData
* fix: string to boolean
* fix: optional bool
* fix: null checks
* Optional string
* Remove all references to OAuthMultipartFormData
* Remove _multipartFormData = multipartFormData;
* Remove typo
* Run generate-samples and export_docs_generators
* Revert "Run generate-samples and export_docs_generators"
This reverts commit f051f268a564e6487626b0e0a9a5cebc6d198dc0.
* Switch to string.IsNullOrEmpty, add langVersion 8
* Add langVersion 8 in ConditionalSerialization
* Use regular strings for netstandard2.0
* Remove references to langVersion 8
* Fix variable
* Use template engine to toggle nullable string
* Trigger tests
* Generate samples
* Trigger build
* Use {{nrt?}}
* update samples
---------
Co-authored-by: Morten Jansrud <morten.jansrud@snokam.no>