William Cheng
1ee57ea853
[C#] Switch the spec to OAS v3 from v2 ( #7176 )
...
* switch to 3.0 spec in c# clients
* remove samples/openapi3/client/petstore/csharp
* remove samples/openapi3/client/petstore/csharp-netcore/OpenAPIClient
* remove samples/openapi3/client/petstore/csharp-netcore/OpenAPIClientCore/
* update samples
2020-08-10 20:48:13 +08:00
William Cheng
4effa739eb
Add AnyType support to Java generators ( #6246 )
...
* add anytype support to java
* fix test
* fix primitive type
* update tests
* update samples
2020-05-11 15:27:03 +08:00
Juang, Yi-Lin
5ab1c9c75b
Fix logic of getNullableType
of csharp server and client. ( #3537 )
...
* Fix default nullable
* Fix tests
* Update samples
* Fix template default value
* Update samples
* Also fix for interface
* update samples
2019-08-06 10:26:50 +08:00
William Cheng
f015363dbd
update samples
2019-03-25 22:44:05 +08:00
Justin Black
b67318ef21
Adds spec additionalProperties + nullable examples ( #2405 )
...
* Adds v2 spec additionalproperties examples, adds v3 spec nulllable model example, updates samples
* Remaining samples updates
* Adds csharp generator update to handle models with multilevel parent types, which works for the AdditionalPropertiesObject model, samples updated
2019-03-20 15:31:28 +08:00
William Cheng
0c981b7c2f
Update C# default value ( #283 )
...
* update csharp default value
* update csharp 35 samples
* update csharp 40 client
* update c# net standard client
* update C# net core client
* update csharp propertychanged client
2018-05-02 00:48:55 +08:00