... | ... | @@ -22,7 +22,7 @@ For major releases (e.g. 3.3.6 to 4.0.0), we plan to do it on a quarterly basis. |
|
|
|
|
|
### Does OpenAPI Generator support all new features in [OpenAPI Specification v3](https://github.com/OAI/OpenAPI-Specification)?
|
|
|
|
|
|
No, we do not support **all** new features (e.g. callback, anyOf, etc) at the moment. We would definitely welcome contributions from the community to add support for these new features. Please search the [issue tracker](https://github.com/OpenAPITools/openapi-generator/issues/new) to see if anyone has opened a ticket to track the new feature. If no ticket has been opened yet, please open a new one and ideally a sample spec so that we can prioritize the feature request accordingly.
|
|
|
No, we do not support **all** new features (e.g. callback, anyOf, etc) at the moment. We would definitely welcome contributions from the community to add support for these new features. Please search the [issue tracker](https://github.com/OpenAPITools/openapi-generator/issues/) to see if anyone has opened a ticket to track the new feature. If no ticket has been opened yet, please open a new one and ideally a sample spec so that we can prioritize the feature request accordingly.
|
|
|
|
|
|
|
|
|
|
... | ... | @@ -172,7 +172,7 @@ We do **not** recommend using the default HTTP library (Apache HttpClient) with |
|
|
|
|
|
### I got the warning `CSC: warning CS2002: Source file 'Api/FakeApi.cs' specified multiple times` in Xamarin. How can I resolve it?
|
|
|
|
|
|
The warning has no impact to the build process so you should be able to build the solution without issue. The warning should be addressed in the upcoming stable release of Xamarin.
|
|
|
The warning has no impact on the build process so you should be able to build the solution without issue. The warning should be addressed in the upcoming stable release of Xamarin.
|
|
|
|
|
|
## Objective-C
|
|
|
|
... | ... | |